Skip to content

Releases: gofynd/fdk-extension-javascript

v0.7.9

20 Aug 07:34
673134e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.8...v0.7.9

v0.7.8

31 Jul 06:31
2632bfe
Compare
Choose a tag to compare

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

29 Jul 16:07
c58df22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.7.7

v0.7.7-beta.1

18 Jul 21:51
Compare
Choose a tag to compare
v0.7.7-beta.1 Pre-release
Pre-release

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

12 Jul 10:06
d962cca
Compare
Choose a tag to compare

What's Changed

  • Exported apiRoutes as platformApiRoutes. The apiRoutes 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

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

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.