Releases: open-eid/SiGa
Releases · open-eid/SiGa
2.10.2
2.10.1
2.10.0
Summary of the changes since 2.9.1
- Updated Digidoc4j version to 5.3.0
- Updated Spring Boot version to 3.2.5
- Updated Bouncy Castle version to 1.78.1
- Updated various other dependencies
- Fixed tests in siga-session-storage module
- Added support for handling wrongly encoded filenames in signatures file for hashcode containers
- Removed stacktrace from HTTP 404 errors
2.9.1
2.9.0
Summary of the changes since 2.8.2
- Java 17
- Spring Boot 3.2.2
- Application compiles into a JAR with embedded Tomcat by default
- Moved integration tests into a separate repository: https://github.com/open-eid/SiGa-Tests
- URLs with trailing slashes are deprecated
- Updated timestamping service URL
- Replaced expired MID certificates
2.8.2
2.8.1
2.8.0
Summary of the changes since 2.7.0
- Updated Spring Boot version to 2.7.15
- Updated Digidoc4j version to 5.2.0
- Removed support for creating timemark (LT_TM profile) signatures
- Switched from RestTemplate to WebClient
- Removed WebSecurityConfigurerAdapter
- Other dependency updates
2.7.0
Summary of the changes since 2.6.2
- Updated Spring Boot version to 2.7.12
- Updated Digidoc4j version to 5.1.0
- Add signature's subject distinguished name to validation reports
- Hashcode containers SHA256 and SHA512 contain same datafile filename(s)
- Hashcode containers manifest and SHA256/SHA512 contain same datafile filename(s)
- Returned hashcode containers datafile order is same as received order in SHA256
- Migration of unit tests from JUnit4 to JUnit5
- Additional dependency updates and fixes