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.
- STREAM-1599 - Replace
uuidwith nativeglobalThis.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.
- STREAM-883 - Generate a test report in JUnit.xml format.
- 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.
- STREAM-637 - Move jest-environment-jsdom to dev-dependencies
- STREAM-633 - Migrate away from superagent to Axios.
- ATEAM-1719 - Added ability to pass in custom headers to authentication requests.
- 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.
- [NO-JIRA] - Updated dependencies to resolve Snyk vulnerabilities. Updated CODEOWNERS file.
- 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)
- PCM-1937 – migrated to new build pipeline