Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

29 lines (22 loc) · 1.53 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


[v0.7.0] -

Added

  • Added partner_api_routes to support calling partners server APIs through PartnerClient
  • Added Support to launch extension Admin inside partners panel
  • 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] - 2024-03-27

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


[v0.5.2] - 2022-12-31

Added

  • Added support to auto install extensions feature. Now selected auto install extensions will be installed for company. It will generate access token for offline mode and register webhook subscribers for company it is getting auto installed.

Changed

  • Fixed TTL not getting set for online mode access token set for extension users. It caused redis to fill-in with non-expiring keys since all users who launches extension, a new session key is generated and stored without TTL due to this bug.

  • With introduction of auto install feature, any handling done on extension installation or first launch event on auth callback should be done here as well. Since auto install event will install extension in background on company creation. And auth callback is only triggered when extension is launched.