Skip to content

Commit b50a070

Browse files
authored
Increment version for cosmosdb releases (Azure#14979)
1 parent 72eff20 commit b50a070

File tree

2 files changed

+42
-39
lines changed

2 files changed

+42
-39
lines changed

sdk/cosmosdb/cosmos/CHANGELOG.md

Lines changed: 41 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 3.11.1 (Unreleased)
4+
5+
36
## 3.11.0 (2021-04-21)
47

58
- FEATURE: Internal client update. No user facing changes, but major version bump to be safe.
@@ -502,19 +505,19 @@ Not always the most visible changes, but they help our team ship better code, fa
502505
- Enable noUnusedLocals and noUnusedParameters (#275)
503506
- Azure Pipelines YAML for CI builds (#298)
504507

505-
## 2.0.1
508+
## 2.0.1 (2018-09-25)
506509

507510
- Fix type issue (See #141)
508511

509-
## 2.0.0
512+
## 2.0.0 (2018-09-24)
510513

511514
- Multi-region Write support
512515
- Shared resource response properties added to responses
513516
- Changed query to allow for customer types for all Resource types
514517
- Modified items.query to allow for cross partition query
515518
- Misc fixes/doc updates
516519

517-
## 2.0.0-3
520+
## 2.0.0-3 (2018-08-02)
518521

519522
- New object model
520523
- Updated documentation and samples
@@ -523,63 +526,63 @@ Not always the most visible changes, but they help our team ship better code, fa
523526
- Added prettier
524527
- Added public CI (Travis and VSTS)
525528

526-
## 2.0.0-0
529+
## 2.0.0-0 (2018-08-01)
527530

528531
- Added Promise support
529532
- Added token handler option for auth
530533
- typings now emitted from source (moved source to TypeScript)
531534
- Added CosmosClient (DocumentClient now considered deprecated)
532535

533-
## 1.14.4
536+
## 1.14.4 (2018-05-03)
534537

535538
- npm documentation fixed.
536539

537-
## 1.14.3
540+
## 1.14.3 (2018-05-03)
538541

539542
- Added support for default retries on connection issues.
540543
- Added support to read collection change feed.
541544
- Fixed session consistency bug that intermittently caused "read session not available".
542545
- Added support for query metrics.
543546
- Modified http Agent's maximum number of connections.
544547

545-
## 1.14.2
548+
## 1.14.2 (2017-12-21)
546549

547550
- Updated documentation to use Azure Cosmos DB.
548551
- Added Support for proxyUrl setting in ConnectionPolicy.
549552

550-
## 1.14.1
553+
## 1.14.1 (2017-11-10)
551554

552555
- Minor fix for case sensitive file systems.
553556

554-
## 1.14.0
557+
## 1.14.0 (2017-11-09)
555558

556559
- Adds support for Session Consistency.
557560
- This SDK version requires the latest version of Azure Cosmos DB Emulator available for download from https://aka.ms/cosmosdb-emulator.
558561

559-
## 1.13.0
562+
## 1.13.0 (2017-10-11)
560563

561564
- Splitproofed cross partition queries.
562565
- Adds supports for resource link with leading and trailing slashes (and corresponding tests).
563566

564-
## 1.12.2
567+
## 1.12.2 (2017-08-10)
565568

566569
- npm documentation fixed.
567570

568-
## 1.12.1
571+
## 1.12.1 (2017-08-10)
569572

570573
- Fixed bug in executeStoredProcedure where documents involved had special unicode characters (LS, PS).
571574
- Fixed bug in handling documents with unicode characters in partition key.
572575
- Fixed support for creating collection with name media (github #114).
573576
- Fixed support for permission authorization token (github #178).
574577

575-
## 1.12.0
578+
## 1.12.0 (2017-05-10)
576579

577580
- Added support for Request Unit per Minute (RU/m) feature.
578581
- Added support for a new consistency level called ConsistentPrefix.
579582
- Added support for UriFactory.
580583
- Fixed the unicode support bug (github #171)
581584

582-
## 1.11.0
585+
## 1.11.0 (2017-03-16)
583586

584587
- Added the support for aggregation queries (COUNT, MIN, MAX, SUM, and AVG).
585588
- Added the option for controlling degree of parallelism for cross partition queries.
@@ -588,22 +591,22 @@ Not always the most visible changes, but they help our team ship better code, fa
588591
- Fixed the continuation token bug for single partition collection (github #107).
589592
- Fixed the executeStoredProcedure bug in handling 0 as single param (github #155).
590593

591-
## 1.10.2
594+
## 1.10.2 (2017-01-27)
592595

593596
- Fixed user-agent header to include the SDK version.
594597
- Minor code cleanup.
595598

596-
## 1.10.1
599+
## 1.10.1 (2016-12-22)
597600

598601
- Disabling SSL verification when using the SDK to target the emulator(hostname=localhost).
599602
- Added support for enabling script logging during stored procedure execution.
600603

601-
## 1.10.0
604+
## 1.10.0 (2016-10-03)
602605

603606
- Added support for cross partition parallel queries.
604607
- Added support for TOP/ORDER BY queries for partitioned collections.
605608

606-
## 1.9.0
609+
## 1.9.0 (2016-07-07)
607610

608611
- Added retry policy support for throttled requests. (Throttled requests receive a request rate too large exception, error code 429.)
609612
By default, DocumentClient retries nine times for each request when error code 429 is encountered, honoring the retryAfter time in the response header.
@@ -615,87 +618,87 @@ Not always the most visible changes, but they help our team ship better code, fa
615618

616619
- The RetryOptions class was added, exposing the RetryOptions property on the ConnectionPolicy class that can be used to override some of the default retry options.
617620

618-
## 1.8.0
621+
## 1.8.0 (2016-06-14)
619622

620623
- Added the support for geo-replicated database accounts.
621624

622-
## 1.7.0
625+
## 1.7.0 (2016-04-26)
623626

624627
- Added the support for TimeToLive(TTL) feature for documents.
625628

626-
## 1.6.0
629+
## 1.6.0 (2016-03-29)
627630

628631
- Added support for Partitioned Collections.
629632
- Added support for new offer types.
630633

631-
## 1.5.6
634+
## 1.5.6 (2016-03-08)
632635

633636
- Fixed RangePartitionResolver.resolveForRead bug where it was not returning links due to a bad concat of results.
634637
- Move compareFunction from Range class to RangePartitionResolver class.
635638

636-
## 1.5.5
639+
## 1.5.5 (2016-02-02)
637640

638641
- Fixed hashParitionResolver resolveForRead(): When no partition key supplied was throwing exception, instead of returning a list of all registered links.
639642

640-
## 1.5.4
643+
## 1.5.4 (2016-02-01)
641644

642645
- Dedicated HTTPS Agent: Avoid modifying the global. Use a dedicated agent for all of the lib’s requests.
643646

644-
## 1.5.3
647+
## 1.5.3 (2016-01-26)
645648

646649
- Properly handle dashes in the mediaIds.
647650

648-
## 1.5.2
651+
## 1.5.2 (2016-01-22)
649652

650653
- Fix memory leak.
651654

652-
## 1.5.1
655+
## 1.5.1 (2016-01-04)
653656

654657
- Renamed "Hash" directory to "hash".
655658

656-
## 1.5.0
659+
## 1.5.0 (2015-12-31)
657660

658661
- Added client-side sharding support.
659662
- Added hash partition resolver implementation.
660663
- Added range partitoin resolver implementation.
661664

662-
## 1.4.0
665+
## 1.4.0 (2015-10-06)
663666

664667
- Implement Upsert. New upsertXXX methods on documentClient.
665668

666-
## 1.3.0
669+
## 1.3.0 (2015-10-06)
667670

668671
- Skipped to bring version numbers in alignment with other SDKs.
669672

670-
## 1.2.2
673+
## 1.2.2 (2015-09-10)
671674

672675
- Split Q promises wrapper to new repository.
673676
- Update to package file for npm registry.
674677

675-
## 1.2.1
678+
## 1.2.1 ((2015-08-15))
676679

677680
- Implements ID Based Routing.
678681
- Fixes Issue [#49](https://github.com/Azure/azure-documentdb-node/issues/49) - current property conflicts with method current().
679682

680-
## 1.2.0
683+
## 1.2.0 (2015-08-05)
681684

682685
- Added support for GeoSpatial index.
683686
- Validates id property for all resources. Ids for resources cannot contain ?, /, #, \\, characters or end with a space.
684687
- Adds new header "index transformation progress" to ResourceResponse.
685688

686-
## 1.1.0
689+
## 1.1.0 (2015-07-09)
687690

688691
- Implements V2 indexing policy.
689692

690-
## 1.0.3
693+
## 1.0.3 (2015-06-04)
691694

692695
- Issue [#40](https://github.com/Azure/azure-documentdb-node/issues/40) - Implemented eslint and grunt configurations in the core and promise SDK.
693696

694-
## 1.0.2
697+
## 1.0.2 (2015-05-23)
695698

696699
- Issue [#45](https://github.com/Azure/azure-documentdb-node/issues/45) - Promises wrapper does not include header with error.
697700

698-
## 1.0.1
701+
## 1.0.1 (2015-05-15)
699702

700703
- Implemented ability to query for conflicts by adding readConflicts, readConflictAsync, queryConflicts.
701704
- Updated API documentation.
@@ -764,7 +767,7 @@ Any request to Cosmos DB using a retired SDK will be rejected by the service.
764767
| [1.5.6](#1.5.6) | March 08, 2016 | August 30, 2020 |
765768
| [1.5.5](#1.5.5) | February 02, 2016 | August 30, 2020 |
766769
| [1.5.4](#1.5.4) | February 01, 2016 | August 30, 2020 |
767-
| [1.5.2](#1.5.2) | January 26, 2016 | August 30, 2020 |
770+
| [1.5.3](#1.5.2) | January 26, 2016 | August 30, 2020 |
768771
| [1.5.2](#1.5.2) | January 22, 2016 | August 30, 2020 |
769772
| [1.5.1](#1.5.1) | January 4, 2016 | August 30, 2020 |
770773
| [1.5.0](#1.5.0) | December 31, 2015 | August 30, 2020 |

sdk/cosmosdb/cosmos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/cosmos",
3-
"version": "3.11.0",
3+
"version": "3.11.1",
44
"description": "Microsoft Azure Cosmos DB Service Node.js SDK for SQL API",
55
"sdk-type": "client",
66
"keywords": [

0 commit comments

Comments
 (0)