Releases: gofynd/fdk-extension-javascript
Releases · gofynd/fdk-extension-javascript
v0.7.12
What's Changed
- Added support to call Partner APIs with offline token
Full Changelog: v0.7.11...v0.7.12
v0.7.11
v0.7.10
v0.7.9
What's Changed
- Fixed default cluster url issue for Webhook config by @jinalviranii in #60
Full Changelog: v0.7.8...v0.7.9
v0.7.8
What's Changed
SQLiteStorage
storage class added for storing extension session data in SQLite database by @bhargavprajapatiFynd in #58
Full Changelog: v0.7.7...v0.7.8
v0.7.7
What's Changed
- Enhancement: Handle refresh token not working on expiry is set to null by @brijeshgajjarfynd in #57
- Enhancement/path redirection by @divyanshusinghh in #59
New Contributors
- @divyanshusinghh made their first contribution in #59
Full Changelog: v0.7.6...v0.7.7
v0.7.7-beta.1
Full Changelog: v0.7.6...v0.7.7-beta.1
Changed
- Handle refresh token not working for token which has expiry as
null
.
v0.7.6
What's Changed
- Exported
apiRoutes
asplatformApiRoutes
. TheapiRoutes
export will be deprecated in the next major release. - Optimized webhook subscription by reducing unnecessary API calls.
Full Changelog: v0.7.5...v0.7.6
v0.7.5
v0.7.4
Added
- Added Support for kafka-based webhook event
Breaking Change
- Changed event name format passed to webhook event handlers from
category/name/type
tocategory/name/type/v<version>
.
Full Changelog: v0.7.3...v0.7.4