diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1bebe..64e0684 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a864e..51c3529 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [1.7.0](https://github.com/delegateas/xrm-emulator/compare/v1.6.0...v1.7.0) (2026-05-13) + + +### Features + +* Add AppModuleRoleDefinition and EnvironmentVariableDefinition models ([3bb0bea](https://github.com/delegateas/xrm-emulator/commit/3bb0bea6c815453de7a47802684ff19b85694cd2)) +* Add configuration for solution exports, styles, and Xrm API shim ([4220eb8](https://github.com/delegateas/xrm-emulator/commit/4220eb814b07979617410e36692f3bc24c30ca49)) +* Add environment variable management and solution component copy functionality ([e36b9e1](https://github.com/delegateas/xrm-emulator/commit/e36b9e19e14b180b78ea14d8136de9299d92a04a)) +* Add functionality to remove components from solution and introduce related model ([4f146eb](https://github.com/delegateas/xrm-emulator/commit/4f146ebe4065e3185aa5bb1c80089d2cfceb151a)) +* Add ImportOverride method to RibbonImportWriter for full ribbon customization ([3bb0bea](https://github.com/delegateas/xrm-emulator/commit/3bb0bea6c815453de7a47802684ff19b85694cd2)) +* Add plugin content update functionality and related models ([0421b93](https://github.com/delegateas/xrm-emulator/commit/0421b93b7a90cc4f1681d6b00a1f5b35cfc6455d)) +* Add role association functionality to AppModuleWriter ([3bb0bea](https://github.com/delegateas/xrm-emulator/commit/3bb0bea6c815453de7a47802684ff19b85694cd2)) +* Add support for creating new entities and related commands ([0558a9a](https://github.com/delegateas/xrm-emulator/commit/0558a9a0e641b3c167105c9af0cecf3e3345e378)) +* Add support for entity and relationship metadata deletion ([313fbff](https://github.com/delegateas/xrm-emulator/commit/313fbff6e959acfc235414b9b92ea60760a51b8a)) +* Add support for plugin managed identity binding and related functionality ([2939f0e](https://github.com/delegateas/xrm-emulator/commit/2939f0e9a64eba52cb5fd7cbf984febfe1a05a3b)) +* Add support for workflow activation and association management ([54c3cd7](https://github.com/delegateas/xrm-emulator/commit/54c3cd708d61cfa0cb06eb1a8c60f86ce4ecb6c2)) +* Enhance Business Rule and BPF handling in Metadata Sync ([5563be5](https://github.com/delegateas/xrm-emulator/commit/5563be55aa191e646da530e896572e261f8ad791)) +* Enhance DataImportWriter with lookup caching and improved error handling ([3bb0bea](https://github.com/delegateas/xrm-emulator/commit/3bb0bea6c815453de7a47802684ff19b85694cd2)) +* Enhance OAuth authorization URL with prompt parameter and update command-line flag handling ([d17039e](https://github.com/delegateas/xrm-emulator/commit/d17039e035d36110137c63d313b855c61cf6eeed)) +* Enhance OptionSetWriter to support dynamic language codes for labels ([3bb0bea](https://github.com/delegateas/xrm-emulator/commit/3bb0bea6c815453de7a47802684ff19b85694cd2)) +* Implement cascade deletion for entity-specific child records in CommitPipeline ([a59b4d3](https://github.com/delegateas/xrm-emulator/commit/a59b4d351a0ab0006fc625abed2e8a328aac78b9)) +* Implement security role deletion functionality ([4e729c0](https://github.com/delegateas/xrm-emulator/commit/4e729c053bc1476b3cc50361c00bd86529e90e50)) +* Implement solution component addition functionality and related model ([9ab9d2e](https://github.com/delegateas/xrm-emulator/commit/9ab9d2e6f41addcf4d6268f218d87040a5be78ac)) +* Introduce EnvironmentVariableWriter for managing environment variables ([3bb0bea](https://github.com/delegateas/xrm-emulator/commit/3bb0bea6c815453de7a47802684ff19b85694cd2)) +* Modify IconWriter to handle virtual entities gracefully ([3bb0bea](https://github.com/delegateas/xrm-emulator/commit/3bb0bea6c815453de7a47802684ff19b85694cd2)) +* Update EntityWriter to handle organization base language for labels ([3bb0bea](https://github.com/delegateas/xrm-emulator/commit/3bb0bea6c815453de7a47802684ff19b85694cd2)) + + +### Bug Fixes + +* added no-cache support and agentic model generator ([dcb4648](https://github.com/delegateas/xrm-emulator/commit/dcb46480140d7e28e907aa95ab2dbb319a7403ff)) +* added some commands for agentic work ([857a6f0](https://github.com/delegateas/xrm-emulator/commit/857a6f05a72f5638394f307173698cf3801e3a89)) +* Delete existing step images before re-registering to prevent duplicate accumulation ([9c2a3de](https://github.com/delegateas/xrm-emulator/commit/9c2a3dee10d10b56ea95326eeecc7dc485553e37)) + ## [1.6.0](https://github.com/delegateas/xrm-emulator/compare/v1.5.0...v1.6.0) (2026-02-09)