Releases: reflagcom/javascript
@reflag/[email protected]
Minor Changes
-
403f004: Add a new
flagsSyncModeoption to the Node SDK with three sync strategies:polling,in-request, andpush.pollingkeeps the existing periodic background refresh behavior,in-requestrefreshes stale flag definitions during request handling, andpushsubscribes to live flag updates over SSE. The newpushmode lets applications receive flag definition updates immediately as they happen without relying on periodic polling.
Patch Changes
- 51b4b9c: flush log is now debug instead of info
- Updated dependencies [403f004]
- Updated dependencies [51b4b9c]
- @reflag/[email protected]
@reflag/[email protected]
Minor Changes
-
403f004: Add a new
flagsSyncModeoption to the Node SDK with three sync strategies:polling,in-request, andpush.pollingkeeps the existing periodic background refresh behavior,in-requestrefreshes stale flag definitions during request handling, andpushsubscribes to live flag updates over SSE. The newpushmode lets applications receive flag definition updates immediately as they happen without relying on periodic polling.
Patch Changes
- 51b4b9c: flush log is now debug instead of info
@reflag/[email protected]
Patch Changes
- Updated dependencies [7f89a47]
- @reflag/[email protected]
@reflag/[email protected]
Patch Changes
- 7f89a47: fix: correctly associate users with companies
@reflag/[email protected]
Patch Changes
- e9c4c4d: Publish a migration package for
@reflag/rest-api-sdkthat re-exports@reflag/management-sdkand documents the rename.
@reflag/[email protected]
Patch Changes
- 5194d99: renamed to Management SDK from REST API SDK
@reflag/[email protected]
Patch Changes
-
36dea40: fix: update to the 3.0.1 API
notificationsnow takes a list of notification destinations instead of a boolean: ['slack', 'linearComment'] etc.
@reflag/[email protected]
Patch Changes
- 8bc9130: Relaxed types for bootstrapping
@reflag/[email protected]
Patch Changes
- Updated dependencies [8bc9130]
- @reflag/[email protected]
@reflag/[email protected]
Patch Changes
- Updated dependencies [32d0ecf]
- @reflag/[email protected]