Releases: folio-org/edge-common
Releases · folio-org/edge-common
v3.1.0
There are no known breaking changes in this release, but modules should also
upgrade to Java 11 and Log4j2 while using this release.
- EDGCOMMON-23 Update edge-common to use Log4j2
- EDGCOMMON-24 Update mockito
- EDGCOMMON-28 Upgrade to Java 11
v3.0.0
IMPORTANT: This release introduces breaking changes. There will be a single instance of okapi client per OkapiClientFactory and per tenant, which means that this client should never be closed or else there will be runtime errors. To enforce this behaviour, method close() has been removed from OkapiClient class.
- EDGCOMMON-25: OkapiClientFactory is leaking HttpClient objects
v2.0.3
v2.0.2
- EDGCOMMON-20: Enable the use of compression by the HTTP client
v2.0.1 Follow-on release to fix API Key Utils CLI
Complete Changelog
- EDGCOMMON-19: ApiKeyUtils jar missing dependencies
v2.0.0
IMPORTANT: This release introduces breaking changes related to API keys. Any
API Keys in use will need to be re-issued once your edge API is upgraded to
edge-common v2.0.0.
- EDGCOMMON-18: Restructure API
keys to work with tenantIds/usernames containing underscore/special characters. - EDGCOMMON-17: ApiKeyUtils jar
missing dependency - EDGCOMMON-13: Test set the
region for the mocked AWS param store service to avoid a potential missing
region exception - EDGCOMMON-12: Tests now wait
for related server shutdown completion before moving to another test - EDGCOMMON-11: A shaded fat
jar is no longer produced by the build- However, we do still need a jar with the
args4j
dependency and the
ApiKeyUtils
class and related classes so we can generate API keys from
the command line. We now generate an executable jar file that can be used
to generate/parse API keys.
- However, we do still need a jar with the
- EDGCOMMON-7: Changed the
dependency to use the core args4j instead of the maven plugin - EDGCOMMON-4: Locked in the
vertx version using dependency management
Initial Release
- First formal release of all functionality implemented up to this point.