Skip to content

Releases: folio-org/edge-common

v3.1.0

26 Jan 18:55
Compare
Choose a tag to compare

There are no known breaking changes in this release, but modules should also
upgrade to Java 11 and Log4j2 while using this release.

v3.0.0

29 Oct 14:19
Compare
Choose a tag to compare

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

06 May 09:00
Compare
Choose a tag to compare
  • [MODOAIPMH-104]: Add notAcceptable() method to Handler class

v2.0.2

10 Jul 19:03
37b49b7
Compare
Choose a tag to compare
  • EDGCOMMON-20: Enable the use of compression by the HTTP client

v2.0.1 Follow-on release to fix API Key Utils CLI

04 Mar 21:52
Compare
Choose a tag to compare

Complete Changelog

v2.0.0

12 Feb 22:06
Compare
Choose a tag to compare

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.
  • 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

26 Nov 18:04
Compare
Choose a tag to compare
  • First formal release of all functionality implemented up to this point.