Skip to content

Releases: PlagueHO/CosmosDB

v4.0.0-preview0002

11 May 20:51
90db53c
Compare
Choose a tag to compare
v4.0.0-preview0002 Pre-release
Pre-release

[v4.0.0-preview0002]

Changed

  • Change Azure DevOps Pipeline definition to include source/* - Fixes Issue #350.
  • Updated pipeline to use latest version of ModuleBuilder - Fixes Issue #350.
  • Merge HISTORIC_CHANGELOG.md into CHANGELOG.md - Fixes Issue #351.
  • Added integration tests for executing document queries - Fixes Issue #356.
  • Added support for composite indexes in indexing policy - Fixes Issue #357.
  • BREAKING CHANGE: Updated module to default to Cosmos DB REST
    API version 2018-09-17. This results in a change to the default
    indexes when custom index paths are not specified. Other changes
    in behavior of indexing policy are also expected. See
    this page
    for more information.
  • Added IndexingPolicyJson parameter to New-CosmosDbCollection
    and Set-CosmosDbCollection functions to enable setting an index policy
    using JSON - Fixes Issue #360.
  • Fixed build pipeline deployment skip function.
  • Changed Build.yml to support ModuleBuilder version to 1.7.0 by changing
    CopyDirectories to CopyPaths.
  • Added Get-CosmosDbContinuationToken helper function to get the continuation
    token from response headers returned by Get-CosmosDbCollection or
    Get-CosmosDbDocument - Fixes Issue #355.
  • Added example to README.md showing how to loop through a document set
    to return more than 4MB of documents - Fixes Issue #354.

v4.0.0-preview0001

11 May 08:43
19cff97
Compare
Choose a tag to compare
v4.0.0-preview0001 Pre-release
Pre-release

[v4.0.0-preview0001]

Changed

  • Change Azure DevOps Pipeline definition to include source/* - Fixes Issue #350.
  • Updated pipeline to use latest version of ModuleBuilder - Fixes Issue #350.
  • Merge HISTORIC_CHANGELOG.md into CHANGELOG.md - Fixes Issue #351.
  • Added integration tests for executing document queries - Fixes Issue #356.
  • Added support for composite indexes in indexing policy - Fixes Issue #357.
  • BREAKING CHANGE: Updated module to default to Cosmos DB REST
    API version 2018-09-17. This results in a change to the default
    indexes when custom index paths are not specified. Other changes
    in behavior of indexing policy are also expected. See
    this page
    for more information.
  • Added IndexingPolicyJson parameter to New-CosmosDbCollection
    and Set-CosmosDbCollection functions to enable setting an index policy
    using JSON - Fixes Issue #360.
  • Fixed build pipeline deployment skip function.
  • Changed Build.yml to support ModuleBuilder version to 1.7.0 by changing
    CopyDirectories to CopyPaths.

v3.7.0

24 Mar 03:23
5f63d7c
Compare
Choose a tag to compare

[v3.7.0]

Changed

  • Add warning to New-CosmosDbCollection to show when creating a collection
    without a partition key.
  • Updated README.MD to documentation to reduce focus on collections without
    partition keys - fixes Issue #342.

Added

  • Added support for Environment parameter in New-CosmosDbContext to allow
    using Azure US Government Cloud - fixes Issue #322.

v3.7.0-preview0001

24 Mar 02:43
5f63d7c
Compare
Choose a tag to compare
v3.7.0-preview0001 Pre-release
Pre-release

[v3.7.0-preview0001]

Changed

  • Add warning to New-CosmosDbCollection to show when creating a collection
    without a partition key.
  • Updated README.MD to documentation to reduce focus on collections without
    partition keys - fixes Issue #342.

Added

  • Added support for Environment parameter in New-CosmosDbContext to allow
    using Azure US Government Cloud - fixes Issue #322.

v3.6.2-preview0003

21 Mar 00:02
8cb3622
Compare
Choose a tag to compare
v3.6.2-preview0003 Pre-release
Pre-release

[v3.6.2-preview0003]

Changed

  • Add warning to New-CosmosDbCollection to show when creating a collection
    without a partition key.
  • Updated README.MD to documentation to reduce focus on collections without
    partition keys - fixes Issue #342.

v3.6.2-preview0002

20 Mar 02:28
154b834
Compare
Choose a tag to compare
v3.6.2-preview0002 Pre-release
Pre-release

[v3.6.2-preview0002]

v3.6.2-preview0001

20 Mar 00:52
c5fed66
Compare
Choose a tag to compare
v3.6.2-preview0001 Pre-release
Pre-release

[v3.6.2-preview0001]

v3.6.1

19 Mar 05:28
Compare
Choose a tag to compare

[v3.6.1]

Removed

Changed

  • Restructure Azure Pipeline:
    • Add testing on Windows Server 2019 and separate module build process.
    • Convert to multi stage pipeline.

Fixed

  • Fix default culture case to fix error on module load in PS7
    on Ubuntu 18.04 - fixes Issue #332.

v3.6.1-preview0001

19 Mar 04:08
Compare
Choose a tag to compare
v3.6.1-preview0001 Pre-release
Pre-release

[v3.6.1-preview0001]

Removed

Changed

  • Restructure Azure Pipeline:
    • Add testing on Windows Server 2019 and separate module build process.
    • Convert to multi stage pipeline.

Fixed

  • Fix default culture case to fix error on module load in PS7
    on Ubuntu 18.04 - fixes Issue #332.

v3.0.0-preview0001

19 Mar 02:32
Compare
Choose a tag to compare
v3.0.0-preview0001 Pre-release
Pre-release

[v3.0.0-preview0001]

Removed

Changed

  • Restructure Azure Pipeline:
    • Add testing on Windows Server 2019 and separate module build process.
    • Convert to multi stage pipeline.

Fixed

  • Fix default culture case to fix error on module load in PS7
    on Ubuntu 18.04 - fixes Issue #332.