Skip to content

Releases: Davidthecode/flagix

@flagix/[email protected]

05 Jan 14:38
d895795

Choose a tag to compare

Minor Changes

  • f696cb9: *Simplified SDK initialization by making apiBaseUrl internal

    • Added support for __internal_baseUrl for local development.

    • Updated event endpoints to /sync to improve reliability.

Patch Changes

@flagix/[email protected]

05 Jan 14:38
d895795

Choose a tag to compare

Minor Changes

  • f696cb9: *Simplified SDK initialization by making apiBaseUrl internal

    • Added support for __internal_baseUrl for local development.

    • Updated event endpoints to /sync to improve reliability.

Patch Changes

@flagix/[email protected]

05 Jan 11:23
342becd

Choose a tag to compare

Minor Changes

  • f452756: migrated internal tracking and evaluation endpoints to a generic /api/sync path. This change is to improve the SDK reliability by bypassing aggressive tracking filters in browser privacy extensions and ad-blockers

@flagix/[email protected]

05 Jan 10:12
125b6c3

Choose a tag to compare

Patch Changes

  • 818fc23: Fixed an issue where evaluation and event tracking requests were being blocked by certain browser privacy extensions and ad-blockers. Replaced navigator.sendBeacon with fetch + keepalive to improve the delivery reliability

@flagix/[email protected]

05 Jan 14:38
d895795

Choose a tag to compare

Minor Changes

  • f696cb9: *Simplified SDK initialization by making apiBaseUrl internal

    • Added support for __internal_baseUrl for local development.

    • Updated event endpoints to /sync to improve reliability.

@flagix/[email protected]

04 Jan 22:50
af2dda0

Choose a tag to compare

Minor Changes

  • 4e879d8: Improved SDK stability and lifecycle management. Added identify method for explicit user identity switching, fixed race conditions during initialization and SSE setup, and ensured feature flags gracefully fallback to 'off' variations when disabled. Fixed potential memory leaks in React hooks and added support for runtime API key changes.

Patch Changes

@flagix/[email protected]

04 Jan 14:04
3a24166

Choose a tag to compare

Minor Changes

  • 70d02db: feat: implement reactive context synchronization

    • Added 'context' prop to FlagixProvider for automatic SDK syncing.
    • Updated setContext to trigger real-time updates for all flag listeners.
    • Improved FlagixProvider stability to prevent unnecessary re-initializations.

Patch Changes

@flagix/[email protected]

04 Jan 22:50
af2dda0

Choose a tag to compare

Minor Changes

  • 4e879d8: Improved SDK stability and lifecycle management. Added identify method for explicit user identity switching, fixed race conditions during initialization and SSE setup, and ensured feature flags gracefully fallback to 'off' variations when disabled. Fixed potential memory leaks in React hooks and added support for runtime API key changes.

Patch Changes

@flagix/[email protected]

04 Jan 14:04
3a24166

Choose a tag to compare

Minor Changes

  • 70d02db: feat: implement reactive context synchronization

    • Added 'context' prop to FlagixProvider for automatic SDK syncing.
    • Updated setContext to trigger real-time updates for all flag listeners.
    • Improved FlagixProvider stability to prevent unnecessary re-initializations.

@flagix/[email protected]

04 Jan 22:50
af2dda0

Choose a tag to compare

Minor Changes

  • 4e879d8: Improved SDK stability and lifecycle management. Added identify method for explicit user identity switching, fixed race conditions during initialization and SSE setup, and ensured feature flags gracefully fallback to 'off' variations when disabled. Fixed potential memory leaks in React hooks and added support for runtime API key changes.