Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.85 KB

File metadata and controls

45 lines (35 loc) · 2.85 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.

Breaking Changes

  • STREAM-1599 - Replace uuid with native globalThis.crypto.randomUUID(). randomUUID() has been widely available in browsers since 2022, so this should only affect you if you use client-auth in an older browser.

Added

  • STREAM-883 - Generate a test report in JUnit.xml format.

Changed

  • STREAM-1209 - Updated axios to v1.14.0 to fix Snyk vulnerability.
  • STREAM-1421 - Updated axios to v1.15.0 to fix Snyk vulnerability.
  • STREAM-1496 - Updated axios to v1.15.2 to fix Snyk vulnerability.
  • STREAM-1599 - Update uuid to v11.1.1 to fix Snyk vulnerability.
  • STREAM-1509 - Updated axios to v1.15.2 to fix Snyk vulnerability.

Changed

  • STREAM-637 - Move jest-environment-jsdom to dev-dependencies
  • STREAM-633 - Migrate away from superagent to Axios.

Added

  • ATEAM-1719 - Added ability to pass in custom headers to authentication requests.

Changed

  • STREAM-233 - Switched to vite instead of create-react-app to resolve Snyk vulnerabilities.
  • STREAM-627 - Fix issues caused by Vite migration. Remove pipeline infra from open-source.

Fixed

  • [NO-JIRA] - Updated dependencies to resolve Snyk vulnerabilities. Updated CODEOWNERS file.

BREAKING CHANGES

  • PCM-1939 – Adjusted cdn version urls to specify major and exact versions. For example:
    • /v1.0.0/genesys-cloud-client-auth.browser.min.js (exact version)
    • /v1/genesys-cloud-client-auth.browser.min.js (locked to latest for a specific major version)

Added

  • PCM-1937 – migrated to new build pipeline