Releases: alexanderkozlenko/cotopaxi
Releases · alexanderkozlenko/cotopaxi
1.3.1
1.3.0
New Features
- Added support for using
AZURE_COSMOS_ENDPOINT
environment variable with--key
option
Engineering
- Improved logging messages for all commands
- Updated dependencies to the latest patch versions
1.2.0
Engineering
- Updated Microsoft.Azure.Cosmos dependency to version 3.46.1
1.1.0
Breaking Changes
- The tool targets .NET SDK version 9.0.100
- The environment variables are renamed as the following:
AZURE_COSMOS_ENDPOINT
/AZURE_COSMOS_KEY
AZURE_COSMOS_CONNECTION_STRING
New Features
- Added
--dry-run
option fordeploy
command - Added
checkpoint
command for creating a rollback package - Added verification for duplicate packages in the same deployment session
- Added ability to use
AZURE_COSMOS_KEY
with--endpoint <endpoint>
option fordeploy
command
Engineering
- Updated Microsoft.Azure.Cosmos dependency to version 3.46.0
1.0.2
Engineering
- Technical improvements
1.0.1
Engineering
- Updated glob pattern matching to be case-insensitive
1.0.0
New Features
- Initial release