Releases: gofynd/fdk-extension-javascript
Releases · gofynd/fdk-extension-javascript
v1.1.5-beta.1
What's Changed
- Clear cookie on invalid state in case of non-partitioned cookies.
Full Changelog: v1.1.5-beta.0...v1.1.5-beta.1
v1.1.5
What's Changed
- Upgraded fdk-client-javascript lib to latest version and code changed accordingly.
- Mongoose connection object support by @vivek-gofynd in #82
New Contributors
- @chinmay29fynd made their first contribution in #83
Full Changelog: v1.1.4...v1.1.5
v1.1.5-beta.0
What's Changed
- Updated MultiLevelStorage storage class to support mongoose connection object along with mongoose object.
Full Changelog: v1.1.4...v1.1.5-beta.0
v1.1.4
What's Changed
- Auto index multi level storage by @vivek-gofynd in #80
- Clear non-partitioned cookies for seamless transition from v0.x.x to 1.x.x
- Update package.json by @vivek-gofynd in #81
Full Changelog: v1.1.2...v1.1.4
v1.1.2
What's Changed
- [Fixed] peer dependency minimum version requirement issue by @vivek-gofynd in #79
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Auto index creation support in multi level storage by @vivek-gofynd in #78
Full Changelog: v1.1.0...v1.1.1
v1.1.1-beta.0
What's Changed
Changed
- Added option to enable autoIndex inside MultiLevelStorage constructor.
- Create index automatically if connected to primary node and autoIndex is true.
Full Changelog: v1.1.0...v1.1.1-beta.0
v1.1.0
What's Changed
Added
- Multi-Level Storage Support: Introduced a new storage mechanism that utilizes Redis as a temporary cache and MongoDB as persistent storage.
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Added partitioned attribute on cookies for allowing cookies to be set when 3rd party cookies are disabled. by @brijeshgajjarfynd in #72
Full Changelog: v0.7.13...v1.0.0
v0.7.13
What's Changed
- Pub/Sub, temporal, sqs, event_bridge support added.
- Added support for Filters and reducers
Full Changelog: v0.7.12...v0.7.13