Releases: gofynd/fdk-extension-javascript
Releases · gofynd/fdk-extension-javascript
v0.7.4-beta.1
Added
- Added support for new frameworks such as Fastify and NestJS.
- Enabled integration of extension library into any user-preferred framework.
- Introduced support to access
getPlatformClient,getPartnerClient, andgetApplicationClientvia thesetupFdkfunction. - Implemented support for
getSessionDatafunction to retrieve valid user sessions, accessible through thesetupFdkfunction. - Implemented support for
getUserDatafunction to fetch user data via thesetupFdkfunction. - Implemented support for
getApplicationConfigfunction to acquireapplication,applicationConfig, andapplicationClientobjects through thesetupFdkfunction.
Changed
- Updated README documentation to include instructions for integrating the extension library within frameworks such as Fastify, NestJS, or any other preferred frameworks.
- Updated README documentation to include guidelines for implementing custom storage classes, enabling the integration of extension storage into the user's preferred database.
Full Changelog: v0.7.3...v0.7.4-beta.1
v0.7.3
Update:
Updated axios version from "^0.21.1" to "^1.6.4" to resolve vulnerability.
Updated crypto-js version from "^4.0.0" to "^4.2.0" to resolve vulnerability.
Full Changelog: v0.7.0...v0.7.3
v0.7.0
Added
- Added
partnerApiRoutesto support launching of extension admin panel insie the partners panel. - Added
PartnerClientwhich can be used for calling partners server API - Added support of passing log level
debugto SDK fromsetupFDKdebug true. This enables curl printing of API calls made from SDK.
v0.6.0
v0.6.0-beta.4
What's Changed
- Add infinite retry mechanism for fetching extension details in case status code 502, 503, or 504 is received
Full Changelog: v0.6.0-beta.3...v0.6.0-beta.4
v0.6.0-beta.3
What's Changed
- Fixed an issue where the cluster was not being passed correctly during the initialization of the
applicationClient.
Breaking Change
- minimum supported
@gofynd/fdk-client-javascriptversion has been raised to v1.1.0 - Changed reference of
fdk-client-javascriptto@gofynd/fdk-client-javascript
Full Changelog: v0.5.4...v0.6.0-beta.3
v0.6.0-beta.2
Added
Add infinite retry mechanism in case of status code 502, 503 or 504 is received
Full Changelog: v0.6.0-beta.1...v0.6.0-beta.2
v0.6.0-beta.1
Added
- Add retry mechanism in case of status code 502, 503 or 504 is received
Full Changelog: v0.5.4...v0.6.0-beta.1
v0.5.4
What's Changed
subscribe_on_installcheck for webhooks sync fix by @RahulTambe21 in #30
Full Changelog: v0.5.3...v0.5.4
Changed
- Fixed
syncEventsfor webhooks not working as expected in case ofsubscribe_on_installis set astruein config passed tosetupFdkfunction.
v0.5.3
What's Changed
- Fix disable saleschannel function not working by @brijeshgajjarfynd in #29
Full Changelog: v0.5.2...v0.5.3
Changed
- Fixed disableSalesChannelWebhook function not working due to variable assignment issue on JS side.