v11.0.0
11.0.0 (2026-01-15)
Features
BREAKING CHANGE:
- Update Node.js from 20.x to 24.x in all CI configurations
- Reduce DEFAULT_MAX_REFERENCE_DEPTH from 10 to 2 for performance optimization
- Replace semantic-release with release-it for release management
Dependencies:
- Replace
fakerwith@faker-js/fakerfor better compatibility - Update various dev dependencies to latest minor/patch versions
- Remove unused
@release-it/bumperplugin
CI/CD:
- Add custom workspace publish and version sync scripts
- Update checkout action to use
fetch-depth: 0and proper refs - Configure npm authentication for releases
- Enforce
fail-on-severity: moderatein dependency review - Upgrade
dependency-review-actionto v4
Code Refactoring:
- Refactor
CaaSEventStreamto use lazy loading (prevents unnecessary bundling in browser builds) - Export
getandsetutilities fromMappingUtils.ts - Update TypeScript configuration to exclude
node_modules - Add
INTEGRATION_TEST_TENANT_IDenvironment variable for integration tests
Documentation:
- Add migration guide for version 11.0.0 in CHANGELOG.md
For more details, see Migration Guide