Skip to content

Releases: gofynd/fdk-extension-java

v0.6.1

19 Jun 06:46
5ce1c09
Compare
Choose a tag to compare

What's Added

  • Added Support for kafka-based webhook event
  • Added Support for Redis cluster and sentinel connections

What's Changed

  • Migrated webhook-related FDK client calls to Retrofit to make it FDK version independent

Documentation Update

  • Added Documentation for the creation of a custom storage class

Full Changelog: v0.6.0...v0.6.1

v0.6.1-beta.4

21 May 11:43
95c5f1b
Compare
Choose a tag to compare
v0.6.1-beta.4 Pre-release
Pre-release

Fix Sentinel Redis connection support not working fine

What's Changed

New Contributors

Full Changelog: v0.6.1-beta.3...v0.6.1-beta.4

v0.6.1-beta.3

26 Apr 09:32
Compare
Choose a tag to compare
v0.6.1-beta.3 Pre-release
Pre-release

What's Added

  • Add Sentinel Redis connection support

v0.6.1-beta.2

05 Apr 05:44
Compare
Choose a tag to compare
v0.6.1-beta.2 Pre-release
Pre-release

What's Added

  • Added support for Kafka in the webhook event
  • Add clustered Redis connection support

What's Changed

  • Fix vulnerabilities in #30
  • Migrated webhook related FDK client calls to Retrofit to make it FDK version independent

Full Changelog: v0.6.0...v0.6.1-beta.2

v0.6.1-beta.1

23 Mar 11:01
Compare
Choose a tag to compare
v0.6.1-beta.1 Pre-release
Pre-release

Add clustered redis connection support

v0.6.0

07 Feb 14:01
13ff843
Compare
Choose a tag to compare

What's Changed

  • Added Partners Admin route support

Documentation Update

  • Added how to get platformClient in offline mode
  • Added how to get partnerClient in API controller

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Aug 05:21
3ebd64a
Compare
Choose a tag to compare

What's Changed

  • webhook_config and baseUrl is now optional field in extension properties
  • Changed data type of scope from comma-separated string to the list of string
  • Added BasePlatformController and BaseApplicationController to retrieve PlatformClient and ApplicationClient
  • Added SessionInterceptor class

Full Changelog: v0.0.49...v0.5.0

v0.5.0-beta.1

17 Jul 09:11
Compare
Choose a tag to compare
v0.5.0-beta.1 Pre-release
Pre-release

What's Changed

  • webhook_config and baseUrl is now optional field in extension properties
  • Changed data type of scope from comma-separated string to the list of string
  • Added BasePlatformController and BaseApplicationController to retrieve PlatformClient and ApplicationClient
  • Added SessionInterceptor class

v0.0.49

17 Mar 12:08
ff8936f
Compare
Choose a tag to compare

Full Changelog: v0.0.48...v0.0.49

What's Changed

  • Fix redis client issue of NoSuchMethodError
  • add x-ext-lib-version flag
  • Update fdk client java library with namespace changes

v0.0.52-tmp-SNAPSHOT

22 Feb 09:36
Compare
Choose a tag to compare
v0.0.52-tmp-SNAPSHOT Pre-release
Pre-release
  • Temporary version with fdk-client deployed in jitpack