Releases: OpenAS2/OpenAs2App
Releases · OpenAS2/OpenAs2App
Self Signed Certificate For SSL certificarte handling and EC encryption support.
What's Changed
- Improvement: Additional way to handle self-signed certificates if necessary by @szabarna in #401
- Improvement: EC (Elliptic-curve) Private Key Decryption Compatibility for Incoming Messages by @szabarna in #403
- Bugfix/revert vue version - fix docker-compose by @chadgates in #405
- Self Signed Certificates Refactor and Unit Test by @uhurusurfa in #404
New Contributors
- @szabarna made their first contribution in #401
- @chadgates made their first contribution in #405
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Bump express from 4.19.2 to 4.21.0 in /WebUI by @dependabot in #392
- Migrated and upgraded some libraries to jakarta namespace by @riperat in #285
- Javax to jakarta cleanup plus other stuff by @uhurusurfa in #393
- Resend file cleanup error by @uhurusurfa in #394
- Switch to SLF4J, Implement DB pool for external DB's, Remove Java 8 support by @uhurusurfa in #395
- Bump vue from 2.7.16 to 3.0.0 in /WebUI by @dependabot in #398
New Contributors
Full Changelog: v3.11.0...v4.0.0
Disposition options, resend and MDN handling enhancements
Minor enhancements
- Enhance the handling of MDN processing and asociated resend handling to provide moer reliable error handling.
- Enhance the Disposition-Notification-Options handler to properly support the standard.
- Use the LTS releases of Java for testing
- Use a SQL-92 compliant SQL format for accessing the database.
- Deprecate the WebUI app and the Rest API in preparation for implementing as a a wrapper project that provides the web server to support the API.
Minor fixes
What's Changed
- set content length header on MDN response by @matt-mcallister in #369
- Log meesage fix and library upgrades by @uhurusurfa in #373
- Bump express from 4.18.2 to 4.19.2 in /WebUI by @dependabot in #364
- Updating Dockerfile to more recent base images by @PapaToemmsn in #366
New Contributors
- @PapaToemmsn made their first contribution in #366
- @matt-mcallister made their first contribution in #369
Full Changelog: v3.10.0...v3.10.1
v3.10.0
What's Changed
- Supporting library upgrades
- Fix Ports and add volume bindings for Docker by @mitsakosgr in #359
- Allow config.xml parameters to be overridden with environment variables by @igwtech in #361
- Support ECDSA encryption by @uhurusurfa in #363
New Contributors
- @mitsakosgr made their first contribution in #359
Full Changelog: v3.9.1...v3.10.0
v3.9.1
What's Changed
- Bump axios from 0.21.4 to 1.6.0 in /WebUI by @dependabot in #348
- Fix to #349 by @prskid1000 in #350
- Support non standard sha designations by @uhurusurfa in #351
- Fix resend failure to persist to errordir by @uhurusurfa in #356
New Contributors
- @prskid1000 made their first contribution in #350
Full Changelog: v3.8.0...v3.9.1
Dynamic Content Type Support
Support for configurable dynamic Content-Type based on the file extension. See documentation section 7.5 "Setting Content Type".
Threaded outbound file processing for high volume traffic
- Support parallel mode processing for the directory polling configuration to achieve high volume throughput.
2 Enhance error handling when chacking for files that never received an DMN response. - Added logging to indicate reading a fixed byte count message from HTTP stream to aid debugging.
Upgrade H2 due to CVE and fix WebUI bugs
Fix the H2 database secuirity issue:
Upgrade the inital databases to support the latest release
Provide an upgrade script to upgrade existing databases
Switch to JUNIT 5 test library
Various fixes to the REST command interface and underlying command processing:
Fix persistence of partnership adding and deleting
Fix deleting partner and partnership nodes
Poller Refresh Fix, Split File Otimisations
- Enhance the file splitter to be more flexible supporting execution as a java app or as a new thread when done inline.
- Prevent the onfig.xml based pollers from being stopped when the partnerships are refreshed.