1.2.1-funcrel
Updates
Stability and performance are improved for DynamoDB, Cosmos DB, Couchbase and Memcached for .NET source code.
1.2.0-funcrel
Updates
Full stack testing done for DynamoDB, Cosmos DB, Couchbase and Memcached for .NET source code.
1.2.0-beta3
Updates
Support for the following has been evolved:
Couchbase support for .NET source code:
- Use of ConfigurationManager.AppSettings to get bucket details
Azure CosmosDB for .NET source code:
- Resolving database name when Database object is used for creating database
- Resolving collection name when DocumentCollection is used for creating collection
- Resolving database and collection names using App.config
AWSDynamoDB for .NET source code:
- Identifying duplicate client connections to create single client connection per region
1.2.0-beta2
Updates
Support for Memcached for .NET source code has been evolved to include the following features:
- Support of WazMemcachedServer library.
- Support of WazMemcachedClient library.
See Memcached support for .NET source code for more information.
1.2.0-beta1
Updates
Support for Couchbase for .Net source code has been evolved to include the following features:
- Use of ClusterHelper and App.config to initialize cluster and get bucket
- Asynchronous API
- Batch Operations
- Document Retrieval Operations
- Document Update Operations
- Sub-document Operations
See Couchbase support for .NET source code for more information.
1.2.0-alpha5
Updates
Support has been provided for Memcached for .NET source code:
- Support of Connection objects provided by xml file.
- Support of Unknown connection objects.
- Support for update operations(Increment, decrement, Append, Prepend)
- Support for CRUD operations of Other library(EnyimMemcached)
See Memcached support for .NET source code for more information.
1.2.0-alpha4
Updates
Support has been provided for Couchbase for .NET source code:
- Creation of objects for Couchbase clusters and buckets
- Creation of different kind of links for operations such as insert, delete, update, select etc.
See Couchbase support for .NET source code for more information.
1.2.0-alpha3
Updates
Support has been provided for Memcached for .NET source code.
- Creation of objects for Memcached connection and data.
- Creation of different kind of links for operations such as insert, delete, select etc.
See Memcached support for .NET source code for more information.
1.2.0-alpha2
Updates
Support has been provided for Cosmos DB for .NET source code
Resolved Issues
Internal ID | Call ID | Summary |
---|---|---|
NOSQLDNET-81 | - | Support for overloaded methods and database, collections string links Support for collection level methods |
NOSQLDNET-82 | - | Support of URI links declared outside of collection, database CRUD operations |
1.2.0-alpha1
Updates
Support has been provided for Cosmos DB for .NET source code:
- Creation of objects for Cosmos DB clients, databases and collections
- Creation of different kind of links for operations such as insert, delete, update, select etc.
See Azure Cosmos DB support for .NET source code for more information.