Skip to content

js-client-sdk: v0.0.1

Choose a tag to compare

@github-actions github-actions released this 10 Oct 15:35
c31ac36

0.0.1 (2024-10-10)

Features

  • Add basic secure mode support for browser SDK. (#598) (3389983)
  • Add bootstrap support. (#600) (4e5dbee)
  • Add browser info. (#576) (a2f4398)
  • Add ESM support for common and common-client (rollup) (#604) (8cd0cdc)
  • Add support for browser contract tests. (#582) (38f081e)
  • Add support for hooks. (#605) (04d347b)
  • Add support for js-client-sdk style initialization. (53f5bb8)
  • Add support for localStorage for the browser platform. (#566) (4792391)
  • Add URLs for custom events and URL filtering. (#587) (7131e69)
  • Add visibility handling to allow proactive event flushing. (#607) (819a311)
  • adds datasource status to sdk-client (#590) (6f26204)
  • Adds support for REPORT. (#575) (916b724)
  • Browser-SDK Automatically start streaming based on event handlers. (#592) (f2e5cbf)
  • Implement browser crypto and encoding. (#574) (e763e5d)
  • Implement goals for client-side SDKs. (#585) (fd38a8f)
  • Implement support for browser requests. (#578) (887548a)
  • Refactor data source connection handling. (53f5bb8)
  • Scaffold browser client. (#579) (0848ab7)

Bug Fixes

  • Ensure browser contract tests run during top-level build. (#589) (7dfb14d)
  • Ensure client logger is always wrapped in a safe logger. (#599) (980e4da)