Skip to content

Releases: gofynd/fdk-extension-javascript

v0.7.5

20 Jun 05:11
5e2e3f7
Compare
Choose a tag to compare

What's Changed

  • Fixed a variable reassignment bug

Full Changelog: v0.7.4...v0.7.5

v0.7.4

19 Jun 06:31
f720680
Compare
Choose a tag to compare

Added

  • Added Support for kafka-based webhook event

Breaking Change

  • Changed event name format passed to webhook event handlers from category/name/type to category/name/type/v<version>.

Full Changelog: v0.7.3...v0.7.4

v0.7.4-beta.1

04 Jun 08:07
Compare
Choose a tag to compare
v0.7.4-beta.1 Pre-release
Pre-release

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, and getApplicationClient via the setupFdk function.
  • Implemented support for getSessionData function to retrieve valid user sessions, accessible through the setupFdk function.
  • Implemented support for getUserData function to fetch user data via the setupFdk function.
  • Implemented support for getApplicationConfig function to acquire application, applicationConfig, and applicationClient objects through the setupFdk function.

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

30 Apr 10:29
d5bd23a
Compare
Choose a tag to compare

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

02 Feb 09:43
15740b8
Compare
Choose a tag to compare

Added

  • Added partnerApiRoutes to support launching of extension admin panel insie the partners panel.
  • Added PartnerClient which can be used for calling partners server API
  • Added support of passing log level debug to SDK from setupFDK debug true. This enables curl printing of API calls made from SDK.

v0.6.0

09 Jan 05:45
561941f
Compare
Choose a tag to compare

Added

  • Added retry mechanism for APIs getting used inside extension library if Fynd Platform server is down.

Breaking Change

  • minimum supported @gofynd/fdk-client-javascript version has been raised to v1.1.0
  • Changed reference of fdk-client-javascript to @gofynd/fdk-client-javascript

v0.6.0-beta.4

13 Dec 06:53
0b1e6c3
Compare
Choose a tag to compare
v0.6.0-beta.4 Pre-release
Pre-release

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

09 Aug 13:28
9903cdd
Compare
Choose a tag to compare
v0.6.0-beta.3 Pre-release
Pre-release

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-javascript version has been raised to v1.1.0
  • Changed reference of fdk-client-javascript to @gofynd/fdk-client-javascript

Full Changelog: v0.5.4...v0.6.0-beta.3

v0.6.0-beta.2

27 Apr 07:27
Compare
Choose a tag to compare
v0.6.0-beta.2 Pre-release
Pre-release

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

12 Apr 19:09
Compare
Choose a tag to compare
v0.6.0-beta.1 Pre-release
Pre-release

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