Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

documentdb

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

documentdb - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

test/mocha.json

34

changelog.md

@@ -0,10 +1,14 @@

## Changes in 1.7.0 : ##
- Added the support for TimeToLive(TTL) feature for documents.
## Changes in 1.6.0 : ##
- Added support for Partitioned Collections
- Added support for new offer types
- Added support for Partitioned Collections.
- Added support for new offer types.
## Changes in 1.5.6 : ##
- Fixed RangePartitionResolver.resolveForRead bug where it was not returning links due to a bad concat of results
- Move compareFunction from Range class to RangePartitionResolver class
- Fixed RangePartitionResolver.resolveForRead bug where it was not returning links due to a bad concat of results.
- Move compareFunction from Range class to RangePartitionResolver class.

@@ -21,3 +25,3 @@ ## Changes in 1.5.5 : ##

- Properly handle dashes in the mediaIds
- Properly handle dashes in the mediaIds.

@@ -44,13 +48,13 @@ ## Changes in 1.5.2 : ##

- Skipped to bring version numbers in alignment with other SDKs
- Skipped to bring version numbers in alignment with other SDKs.
## Changes in 1.2.2 : ##
- Split Q promises wrapper to new repository
- Update to package file for npm registry
- Split Q promises wrapper to new repository.
- Update to package file for npm registry.
## Changes in 1.2.1 : ##
- Implements ID Based Routing
- Fixes Issue [#49](https://github.com/Azure/azure-documentdb-node/issues/49) - current property conflicts with method current()
- Implements ID Based Routing.
- Fixes Issue [#49](https://github.com/Azure/azure-documentdb-node/issues/49) - current property conflicts with method current().

@@ -65,7 +69,7 @@ ## Changes in 1.2.0 : ##

- Implements V2 indexing policy
- Implements V2 indexing policy.
## Changes in 1.0.3 : ##
- Issue [#40] (https://github.com/Azure/azure-documentdb-node/issues/40) - Implemented eslint and grunt configurations in the core and promise SDK
- Issue [#40] (https://github.com/Azure/azure-documentdb-node/issues/40) - Implemented eslint and grunt configurations in the core and promise SDK.

@@ -78,4 +82,4 @@ ## Changes in 1.0.2 : ##

- Implemented ability to query for conflicts by adding readConflicts, readConflictAsync, queryConflicts;
- Updated API documentation
- Issue [#41](https://github.com/Azure/azure-documentdb-node/issues/41) - client.createDocumentAsync error
- Implemented ability to query for conflicts by adding readConflicts, readConflictAsync, queryConflicts.
- Updated API documentation.
- Issue [#41](https://github.com/Azure/azure-documentdb-node/issues/41) - client.createDocumentAsync error.

@@ -154,3 +154,3 @@ /*

UserAgent: "documentdb-nodejs-sdk-1.6.0",
UserAgent: "documentdb-nodejs-sdk-1.7.0",

@@ -157,0 +157,0 @@ DefaultPrecisions: {

@@ -169,2 +169,2 @@ /*

module.exports = RequestHandler;
}
}

@@ -12,3 +12,3 @@ {

],
"version": "1.6.0",
"version": "1.7.0",
"author": "Microsoft Corporation",

@@ -32,8 +32,3 @@ "main": "./index.js",

},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
]
"license": "Apache-2.0"
}

@@ -185,2 +185,2 @@ /*

});
});
});

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc