Releases: gofynd/fdk-extension-java
Releases · gofynd/fdk-extension-java
v0.6.1-beta.2
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
Add clustered redis connection support
v0.6.0
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
What's Changed
webhook_config
andbaseUrl
is now optional field in extension properties- Changed data type of
scope
from comma-separated string to the list of string - Added
BasePlatformController
andBaseApplicationController
to retrievePlatformClient
andApplicationClient
- Added
SessionInterceptor
class
Full Changelog: v0.0.49...v0.5.0
v0.5.0-beta.1
What's Changed
webhook_config
andbaseUrl
is now optional field in extension properties- Changed data type of scope from comma-separated string to the list of string
- Added
BasePlatformController
andBaseApplicationController
to retrievePlatformClient
andApplicationClient
- Added
SessionInterceptor
class
v0.0.49
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
- Temporary version with fdk-client deployed in jitpack
v0.0.51-tmp-SNAPSHOT
- FDK-client namespace issue fixes
v0.0.50-SNAPSHOT
FPEX-2415 Move headers to FDK extension library
v0.0.49-SNAPSHOT
FPCO-9564 Fix issue of Redis Client