Releases: WorldHealthOrganization/smart-trust-network-gateway
Releases · WorldHealthOrganization/smart-trust-network-gateway
1.11.1
1.11.0
What's Changed
- Add "dICVP" as new supported domain "Update application.yml" by @roopesh-palankar in #87
- feat: change url encoding to Base64URL encoding for kid by @kotharikaushal in #90
- Feat: revocation endpoint should be shown again for compatibility reasons by @kotharikaushal in #91
- feat: Update application.yml by adding new domain PH4H by @roopesh-palankar in #89
- feat: supported Domains to be kept by @arajnor99 in #94
- feat: extend the virtual country list by @ascheibal in #95
- fix: KID encoding by @ascheibal in #96
New Contributors
- @roopesh-palankar made their first contribution in #87
- @kotharikaushal made their first contribution in #90
- @arajnor99 made their first contribution in #94
Full Changelog: 1.10.0...1.11.0
1.10.0
Enhancements
- Feature/ddcc as default domain for non legacy api #79
- feat: revocation-list controller disabled. #80
- feat(deps): bump spring boot #81
- Feat: Increased GitHub action version. #82
Bug Fixes
- fix: base64urlencode public key parameters #83
Others
- feat(domains): added IPS as allowed domain #84
1.9.0
Enhancements
- feat(did): did document adaptation #74
- feat(domain): new supported domain #73
- feat(trusted-issuer): hash trusted issuers without UUID #75
- feat(did): did per country #78
- feat(domain): changed supported length of domain to 32 #71
- Feat: Support for rsa keys in DID #70
Bug Fixes
- fix(trusted-issuer): removed hash seperator at the end #77
- Fix: Legacy TrustList Endpoint does not work when new Certificate Types were uploaded #72
Others
- chore: dep update #76
1.8.0
1.7.1
1.7.0
1.6.0
Enhancements
- feat: architecture v2 adapted to tng #51
- feat: Improve legacy Trustlist endpoints #56
- feat:cert content threat detection by cloudmersive #58
- feature(monitoring):enabled actuator endpoints #62
- Feat: Provide Authentication Cert as Request Header #59
- feat: Fetch latest Changes from EU #46
- feat: Trusted Issuer Unit Test #45
- feat: enable heatlh check #36
- Update Spring Boot 3+ #50
- Feat: DID Generation #48
- Several Fixes #39
Bug Fixes
- fix: add missing check for country while uploading TrustedReference #37
- fix: invalid keystore format exception by providing jks storetype #52
- fix: skip non elliptic curve keys on did trust list generation #60
- fix: proxy config npe #53
- fix: added logs mounting to docker compose #49
- add missing transactional on TrustedReferenceRepository #35
- Fix: Trusted Reference Delete Country #44
- Fix: Add URL to TrustedReference #43
Documentation
- doc: Use Java 17 in readme #54