Skip to content

Releases: gofynd/fdk-extension-javascript

v0.7.12

20 Nov 11:57
352fc34
Compare
Choose a tag to compare

What's Changed

  • Added support to call Partner APIs with offline token

Full Changelog: v0.7.11...v0.7.12

v0.7.11

25 Oct 05:07
e0ad2eb
Compare
Choose a tag to compare

What's Changed

  • Kafka config response key change in api

Full Changelog: v0.7.10...v0.7.11

v0.7.10

23 Sep 11:19
498fe20
Compare
Choose a tag to compare

What's Changed

  • Fixed Bug in Process webhook

Full Changelog: v0.7.9...v0.7.10

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

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