April 9, 2018
- Added
Get-CosmosCollectionSize
function to return data about size and object counts of collections - See Issue #79. Thanks WatersJohn.
April 5, 2018
- Fixed
New-CosmosDbAuthorizationToken
function to support generating authorization tokens for case sensitive resource names - See Issue #76. Thanks MWL88.
March 9, 2018
- Updated CI process to use PSDepend for dependencies.
- Updated CI process to use PSake for tasks.
- Changes AppVeyor.yml to call PSake tasks.
March 8, 2018
- Added
PSEdition_Desktop
tag to manifest. - Added cmdlet help examples for utils.
- Converted help to MAML file CosmosDB-help.xml.
- Updated AppVeyor build to generate MAML help.
- Added more README.MD badges.
March 3, 2018
- Added
*-CosmosDbOffer
cmdlets.
February 27, 2018
- Fixed bug in
Get-CosmosDbDocument
when looking up a document in a partitioned collection by adding aPartitionKey
parameter. - Added
Upsert
parameter toNew-CosmosDbDocument
to enable updating a document if it exists. - Fixed bug in
New-CosmosDbDocument
when adding document to a partitioned collection but no partition key is specified - See Issue #48. - Fixed bug in
Set-CosmosDbDocument
when updating a document in a partitioned collection. - Fixed bug in
Remove-CosmosDbDocument
when deleting a document in a partitioned collection. - Added check to
New-CosmosDbCollection
to ensurePartitionKey
parameter is passed ifOfferThroughput
is greater than 10000.
February 25, 2018
- Added support for creating custom indexing policies when creating a new collection.
February 24, 2018
- Converted all
connection
function names and parameter names over tocontext
. Aliases were implemented for oldconnection
function and parameter names to reduce possibility of breakage.
January 27, 2018
- Added support for CosmosDB Emulator.
December 23, 2017
- BREAKING CHANGE: Converted all cmdlets to return custom types and added support for custom formats.
December 9, 2017
- Added support for managing Attachments.
December 8, 2017
- Fix bug in querying documents.
December 6, 2017
- Added support for managing Documents.
November 5, 2017
- Added support for managing User Defined Functions.
November 5, 2017
- Added support for managing Stored Procedures.
November 3, 2017
- Added support for managing Triggers.
November 1, 2017
- First release containing support for managing Databases, Collections, Users and Permissions.
Please send your feedback to https://github.com/PlagueHO/CosmosDB/issues.