Skip to content

Releases: adobe/aio-lib-java

aio-lib-java-2.0.0

05 Sep 07:04
Compare
Choose a tag to compare

Version 2.0.0 comes with a few breaking changes to reach simplified code and easier API in our sdk:

  • added oAuth support in aem (GH-186)
  • simplified/trimmed-downaio-lib-java-ims API:
    • the ImsService interface is unified (wether leveraging JWT or oAuth)
    • all systemEnv, properties and configMap Builders methods are removed and replaced by
      • an enriched WorkspaceUtil allowing a safer load of the system properties.
    • with simpler JWT support
      • trimming down the privateKey configurations options to just one: using a base64 encoded pkcs8 format
  • updated the various docs and test drive accordingly (GH-172)
  • updated the various unit-tests and adding a bit for junit coverage
  • deleted of a few unused configurations files
  • added a new stage_oauth_itest GH workflow and aio_stage_oauth environment and GH oauth e2e

Full Changelog

aio-lib-java-1.1.28

24 Jun 17:45
Compare
Choose a tag to compare

Full Changelog

aio-lib-java-1.1.26

12 Feb 14:54
Compare
Choose a tag to compare

Full Changelog

aio-lib-java-1.1.24

29 Jan 10:28
Compare
Choose a tag to compare

Full Changelog

aio-lib-java-1.1.22

24 Jan 15:34
Compare
Choose a tag to compare

Full Changelog

  • GH-207 aio-lib-java-events-mgmt: adding missing x-conflicting-id header safe guard within ConflictException #208 (francoisledroff)

aio-lib-java-1.1.20

16 Jan 15:30
Compare
Choose a tag to compare

Full Changelog

aio-lib-java-1.1.16

12 Jan 12:23
Compare
Choose a tag to compare

Full Changelog

  • better logging, removing updateRuntimeRegistration api after leveraging createOrUpdate #201 (abhupadh)

aio-lib-java-1.1.14

12 Jan 09:46
Compare
Choose a tag to compare

Full Changelog

  • refactoring registration and provider service to make it resilient for conflict errors #200 (abhupadh)

aio-lib-java-1.1.12

17 Nov 21:04
Compare
Choose a tag to compare

aio-lib-java-1.1.10

17 Nov 20:50
Compare
Choose a tag to compare

Full Changelog

  • feat: support for handling batch payload during event verification #195 (abhupadh)
  • Remove all references to deprecated Jakarta libraries #192 (bstopp)