Skip to content

Releases: PlagueHO/CosmosDB

v4.2.1

15 Jun 09:44
dd35192
Compare
Choose a tag to compare

[v4.2.1]

Fixed

  • Fixed Cannot bind argument to parameter 'Message' because it is null. error
    message occurring when displaying messages on systems not using en-US
    UI culture - Fixes Issue #373.

v4.2.1-preview0001

15 Jun 08:46
dd35192
Compare
Choose a tag to compare
v4.2.1-preview0001 Pre-release
Pre-release

[v4.2.1-preview0001]

Fixed

  • Fixed Cannot bind argument to parameter 'Message' because it is null. error
    message occurring when displaying messages on systems not using en-US
    UI culture - Fixes Issue #373.

v4.2.0

01 Jun 04:37
b170ef0
Compare
Choose a tag to compare

[v4.2.0]

Added

  • Added Get-CosmosDbDocumentJson function - Fixes Issue #370.
  • Added IfMatch alias for Etag parameter on Set-CosmosDbDocument
    function - Fixes Issue #376.
  • Added Get-CosmosDbCosmosDbResponseHeader function and refactored
    Get-CmosmosDbContinuationToken to use it.
  • Added documentation and examples showing how to get the progress of an
    index transformation - Fixes Issue #369.

Changed

  • Changed build jobs Unit_Test_PSCore6_Ubuntu1604 and
    Integration_Test_PSCore6_Ubuntu1604 to install PowerShell Core 6.2.4
    to support version of Az PowerShell modules that are installed - Fixes Issue #371.
  • Pinned build to Pester v4.10.1 - Fixes Issue #371.
  • Added Name as an alias for Id parameters in
    *-CosmosDbCollection functions - Fixes Issue #375.
  • Added Name as an alias for Id parameters in
    *-CosmosDbDatabase functions - Fixes Issue #374.
  • Refactored Get-CosmosDbDocument to be a wrapper for
    new function Get-CosmosDbDocumentJson.
  • Added support for specifying a protocol and port in the URI parameter
    of the New-CosmosDbContext function - Fixes Issue #381.

Fixed

  • Fixed Get-CosmosDbDocument function partition key formatting
    when an Id parameter is passed.

v4.2.0-preview0004

01 Jun 03:59
b170ef0
Compare
Choose a tag to compare
v4.2.0-preview0004 Pre-release
Pre-release

[v4.2.0-preview0004]

Added

  • Added Get-CosmosDbDocumentJson function - Fixes Issue #370.
  • Added IfMatch alias for Etag parameter on Set-CosmosDbDocument
    function - Fixes Issue #376.
  • Added Get-CosmosDbCosmosDbResponseHeader function and refactored
    Get-CmosmosDbContinuationToken to use it.
  • Added documentation and examples showing how to get the progress of an
    index transformation - Fixes Issue #369.

Changed

  • Changed build jobs Unit_Test_PSCore6_Ubuntu1604 and
    Integration_Test_PSCore6_Ubuntu1604 to install PowerShell Core 6.2.4
    to support version of Az PowerShell modules that are installed - Fixes Issue #371.
  • Pinned build to Pester v4.10.1 - Fixes Issue #371.
  • Added Name as an alias for Id parameters in
    *-CosmosDbCollection functions - Fixes Issue #375.
  • Added Name as an alias for Id parameters in
    *-CosmosDbDatabase functions - Fixes Issue #374.
  • Refactored Get-CosmosDbDocument to be a wrapper for
    new function Get-CosmosDbDocumentJson.
  • Added support for specifying a protocol and port in the URI parameter
    of the New-CosmosDbContext function - Fixes Issue #381.

Fixed

  • Fixed Get-CosmosDbDocument function partition key formatting
    when an Id parameter is passed.

v4.2.0-preview0003

31 May 09:43
88f0847
Compare
Choose a tag to compare
v4.2.0-preview0003 Pre-release
Pre-release

[v4.2.0-preview0003]

Added

  • Added Get-CosmosDbDocumentJson function - Fixes Issue #370.
  • Added IfMatch alias for Etag parameter on Set-CosmosDbDocument
    function - Fixes Issue #376.
  • Added Get-CosmosDbCosmosDbResponseHeader function and refactored
    Get-CmosmosDbContinuationToken to use it.
  • Added documentation and examples showing how to get the progress of an
    index transformation - Fixes Issue #369.

Changed

  • Changed build jobs Unit_Test_PSCore6_Ubuntu1604 and
    Integration_Test_PSCore6_Ubuntu1604 to install PowerShell Core 6.2.4
    to support version of Az PowerShell modules that are installed - Fixes Issue #371.
  • Pinned build to Pester v4.10.1 - Fixes Issue #371.
  • Added Name as an alias for Id parameters in
    *-CosmosDbCollection functions - Fixes Issue #375.
  • Added Name as an alias for Id parameters in
    *-CosmosDbDatabase functions - Fixes Issue #374.
  • Refactored Get-CosmosDbDocument to be a wrapper for
    new function Get-CosmosDbDocumentJson.

Fixed

  • Fixed Get-CosmosDbDocument function partition key formatting
    when an Id parameter is passed.

v4.2.0-preview0002

31 May 06:24
f37edad
Compare
Choose a tag to compare
v4.2.0-preview0002 Pre-release
Pre-release

[v4.2.0-preview0002]

Added

  • Added Get-CosmosDbDocumentJson function - Fixes Issue #370.

Changed

  • Changed build jobs Unit_Test_PSCore6_Ubuntu1604 and
    Integration_Test_PSCore6_Ubuntu1604 to install PowerShell Core 6.2.4
    to support version of Az PowerShell modules that are installed - Fixes Issue #371.
  • Pinned build to Pester v4.10.1 - Fixes Issue #371.
  • Added Name as an alias for Id parameters in
    *-CosmosDbCollection functions - Fixes Issue #375.
  • Added Name as an alias for Id parameters in
    *-CosmosDbDatabase functions - Fixes Issue #374.
  • Refactored Get-CosmosDbDocument to be a wrapper for
    new function Get-CosmosDbDocumentJson.

Fixed

  • Fixed Get-CosmosDbDocument function partition key formatting
    when an Id parameter is passed.

v4.2.0-preview0001

30 May 02:26
31c0188
Compare
Choose a tag to compare
v4.2.0-preview0001 Pre-release
Pre-release

[v4.2.0-preview0001]

Changed

  • Changed build jobs Unit_Test_PSCore6_Ubuntu1604 and
    Integration_Test_PSCore6_Ubuntu1604 to install PowerShell Core 6.2.4
    to support version of Az PowerShell modules that are installed - Fixes Issue #371.
  • Pinned build to Pester v4.10.1 - Fixes Issue #371.
  • Added Name as an alias for Id parameters in
    *-CosmosDbCollection functions - Fixes Issue #375.
  • Added Name as an alias for Id parameters in
    *-CosmosDbDatabase functions - Fixes Issue #374.

v4.1.0

15 May 20:12
00a4630
Compare
Choose a tag to compare

[v4.1.0]

Added

  • Added support for AzureChinaCloud (Mooncake) - Fixes Issue #365.

Changed

  • Fix daily build by preventing deployment stage from running on
    anything build not named *.master - Fixes Issue #366.

v4.1.0-preview0001

15 May 11:09
00a4630
Compare
Choose a tag to compare
v4.1.0-preview0001 Pre-release
Pre-release

[v4.1.0-preview0001]

Added

  • Added support for AzureChinaCloud (Mooncake) - Fixes Issue #365.

Changed

  • Fix daily build by preventing deployment stage from running on
    anything build not named *.master - Fixes Issue #366.

v4.0.0

11 May 23:41
90db53c
Compare
Choose a tag to compare

[v4.0.0]

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.