Skip to content

Releases: alexanderkozlenko/cotopaxi

1.3.1

20 Jan 03:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix usage of AZURE_COSMOS_ENDPOINT environment variable with --key option for deploy command

1.3.0

19 Jan 23:04
41595b0
Compare
Choose a tag to compare

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

13 Jan 17:09
Compare
Choose a tag to compare

Engineering

  • Updated Microsoft.Azure.Cosmos dependency to version 3.46.1

1.1.0

20 Nov 07:16
Compare
Choose a tag to compare

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 for deploy 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 for deploy command

Engineering

  • Updated Microsoft.Azure.Cosmos dependency to version 3.46.0

1.0.2

08 Nov 00:46
Compare
Choose a tag to compare

Engineering

  • Technical improvements

1.0.1

04 Nov 07:35
Compare
Choose a tag to compare

Engineering

  • Updated glob pattern matching to be case-insensitive

1.0.0

03 Nov 06:40
Compare
Choose a tag to compare

New Features

  • Initial release