You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cosmosdb/cosmos/CHANGELOG.md
+41-38Lines changed: 41 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Release History
2
2
3
+
## 3.11.1 (Unreleased)
4
+
5
+
3
6
## 3.11.0 (2021-04-21)
4
7
5
8
- 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
502
505
- Enable noUnusedLocals and noUnusedParameters (#275)
503
506
- Azure Pipelines YAML for CI builds (#298)
504
507
505
-
## 2.0.1
508
+
## 2.0.1 (2018-09-25)
506
509
507
510
- Fix type issue (See #141)
508
511
509
-
## 2.0.0
512
+
## 2.0.0 (2018-09-24)
510
513
511
514
- Multi-region Write support
512
515
- Shared resource response properties added to responses
513
516
- Changed query to allow for customer types for all Resource types
514
517
- Modified items.query to allow for cross partition query
515
518
- Misc fixes/doc updates
516
519
517
-
## 2.0.0-3
520
+
## 2.0.0-3 (2018-08-02)
518
521
519
522
- New object model
520
523
- Updated documentation and samples
@@ -523,63 +526,63 @@ Not always the most visible changes, but they help our team ship better code, fa
523
526
- Added prettier
524
527
- Added public CI (Travis and VSTS)
525
528
526
-
## 2.0.0-0
529
+
## 2.0.0-0 (2018-08-01)
527
530
528
531
- Added Promise support
529
532
- Added token handler option for auth
530
533
- typings now emitted from source (moved source to TypeScript)
531
534
- Added CosmosClient (DocumentClient now considered deprecated)
532
535
533
-
## 1.14.4
536
+
## 1.14.4 (2018-05-03)
534
537
535
538
- npm documentation fixed.
536
539
537
-
## 1.14.3
540
+
## 1.14.3 (2018-05-03)
538
541
539
542
- Added support for default retries on connection issues.
540
543
- Added support to read collection change feed.
541
544
- Fixed session consistency bug that intermittently caused "read session not available".
542
545
- Added support for query metrics.
543
546
- Modified http Agent's maximum number of connections.
544
547
545
-
## 1.14.2
548
+
## 1.14.2 (2017-12-21)
546
549
547
550
- Updated documentation to use Azure Cosmos DB.
548
551
- Added Support for proxyUrl setting in ConnectionPolicy.
549
552
550
-
## 1.14.1
553
+
## 1.14.1 (2017-11-10)
551
554
552
555
- Minor fix for case sensitive file systems.
553
556
554
-
## 1.14.0
557
+
## 1.14.0 (2017-11-09)
555
558
556
559
- Adds support for Session Consistency.
557
560
- This SDK version requires the latest version of Azure Cosmos DB Emulator available for download from https://aka.ms/cosmosdb-emulator.
558
561
559
-
## 1.13.0
562
+
## 1.13.0 (2017-10-11)
560
563
561
564
- Splitproofed cross partition queries.
562
565
- Adds supports for resource link with leading and trailing slashes (and corresponding tests).
563
566
564
-
## 1.12.2
567
+
## 1.12.2 (2017-08-10)
565
568
566
569
- npm documentation fixed.
567
570
568
-
## 1.12.1
571
+
## 1.12.1 (2017-08-10)
569
572
570
573
- Fixed bug in executeStoredProcedure where documents involved had special unicode characters (LS, PS).
571
574
- Fixed bug in handling documents with unicode characters in partition key.
572
575
- Fixed support for creating collection with name media (github #114).
573
576
- Fixed support for permission authorization token (github #178).
574
577
575
-
## 1.12.0
578
+
## 1.12.0 (2017-05-10)
576
579
577
580
- Added support for Request Unit per Minute (RU/m) feature.
578
581
- Added support for a new consistency level called ConsistentPrefix.
579
582
- Added support for UriFactory.
580
583
- Fixed the unicode support bug (github #171)
581
584
582
-
## 1.11.0
585
+
## 1.11.0 (2017-03-16)
583
586
584
587
- Added the support for aggregation queries (COUNT, MIN, MAX, SUM, and AVG).
585
588
- 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
588
591
- Fixed the continuation token bug for single partition collection (github #107).
589
592
- Fixed the executeStoredProcedure bug in handling 0 as single param (github #155).
590
593
591
-
## 1.10.2
594
+
## 1.10.2 (2017-01-27)
592
595
593
596
- Fixed user-agent header to include the SDK version.
594
597
- Minor code cleanup.
595
598
596
-
## 1.10.1
599
+
## 1.10.1 (2016-12-22)
597
600
598
601
- Disabling SSL verification when using the SDK to target the emulator(hostname=localhost).
599
602
- Added support for enabling script logging during stored procedure execution.
600
603
601
-
## 1.10.0
604
+
## 1.10.0 (2016-10-03)
602
605
603
606
- Added support for cross partition parallel queries.
604
607
- Added support for TOP/ORDER BY queries for partitioned collections.
605
608
606
-
## 1.9.0
609
+
## 1.9.0 (2016-07-07)
607
610
608
611
- Added retry policy support for throttled requests. (Throttled requests receive a request rate too large exception, error code 429.)
609
612
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
615
618
616
619
- 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.
617
620
618
-
## 1.8.0
621
+
## 1.8.0 (2016-06-14)
619
622
620
623
- Added the support for geo-replicated database accounts.
621
624
622
-
## 1.7.0
625
+
## 1.7.0 (2016-04-26)
623
626
624
627
- Added the support for TimeToLive(TTL) feature for documents.
625
628
626
-
## 1.6.0
629
+
## 1.6.0 (2016-03-29)
627
630
628
631
- Added support for Partitioned Collections.
629
632
- Added support for new offer types.
630
633
631
-
## 1.5.6
634
+
## 1.5.6 (2016-03-08)
632
635
633
636
- Fixed RangePartitionResolver.resolveForRead bug where it was not returning links due to a bad concat of results.
634
637
- Move compareFunction from Range class to RangePartitionResolver class.
635
638
636
-
## 1.5.5
639
+
## 1.5.5 (2016-02-02)
637
640
638
641
- Fixed hashParitionResolver resolveForRead(): When no partition key supplied was throwing exception, instead of returning a list of all registered links.
639
642
640
-
## 1.5.4
643
+
## 1.5.4 (2016-02-01)
641
644
642
645
- Dedicated HTTPS Agent: Avoid modifying the global. Use a dedicated agent for all of the lib’s requests.
643
646
644
-
## 1.5.3
647
+
## 1.5.3 (2016-01-26)
645
648
646
649
- Properly handle dashes in the mediaIds.
647
650
648
-
## 1.5.2
651
+
## 1.5.2 (2016-01-22)
649
652
650
653
- Fix memory leak.
651
654
652
-
## 1.5.1
655
+
## 1.5.1 (2016-01-04)
653
656
654
657
- Renamed "Hash" directory to "hash".
655
658
656
-
## 1.5.0
659
+
## 1.5.0 (2015-12-31)
657
660
658
661
- Added client-side sharding support.
659
662
- Added hash partition resolver implementation.
660
663
- Added range partitoin resolver implementation.
661
664
662
-
## 1.4.0
665
+
## 1.4.0 (2015-10-06)
663
666
664
667
- Implement Upsert. New upsertXXX methods on documentClient.
665
668
666
-
## 1.3.0
669
+
## 1.3.0 (2015-10-06)
667
670
668
671
- Skipped to bring version numbers in alignment with other SDKs.
669
672
670
-
## 1.2.2
673
+
## 1.2.2 (2015-09-10)
671
674
672
675
- Split Q promises wrapper to new repository.
673
676
- Update to package file for npm registry.
674
677
675
-
## 1.2.1
678
+
## 1.2.1 ((2015-08-15))
676
679
677
680
- Implements ID Based Routing.
678
681
- Fixes Issue [#49](https://github.com/Azure/azure-documentdb-node/issues/49) - current property conflicts with method current().
679
682
680
-
## 1.2.0
683
+
## 1.2.0 (2015-08-05)
681
684
682
685
- Added support for GeoSpatial index.
683
686
- Validates id property for all resources. Ids for resources cannot contain ?, /, #, \\, characters or end with a space.
684
687
- Adds new header "index transformation progress" to ResourceResponse.
685
688
686
-
## 1.1.0
689
+
## 1.1.0 (2015-07-09)
687
690
688
691
- Implements V2 indexing policy.
689
692
690
-
## 1.0.3
693
+
## 1.0.3 (2015-06-04)
691
694
692
695
- Issue [#40](https://github.com/Azure/azure-documentdb-node/issues/40) - Implemented eslint and grunt configurations in the core and promise SDK.
693
696
694
-
## 1.0.2
697
+
## 1.0.2 (2015-05-23)
695
698
696
699
- Issue [#45](https://github.com/Azure/azure-documentdb-node/issues/45) - Promises wrapper does not include header with error.
697
700
698
-
## 1.0.1
701
+
## 1.0.1 (2015-05-15)
699
702
700
703
- Implemented ability to query for conflicts by adding readConflicts, readConflictAsync, queryConflicts.
701
704
- Updated API documentation.
@@ -764,7 +767,7 @@ Any request to Cosmos DB using a retired SDK will be rejected by the service.
764
767
|[1.5.6](#1.5.6)| March 08, 2016 | August 30, 2020 |
765
768
|[1.5.5](#1.5.5)| February 02, 2016 | August 30, 2020 |
766
769
|[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 |
768
771
|[1.5.2](#1.5.2)| January 22, 2016 | August 30, 2020 |
769
772
|[1.5.1](#1.5.1)| January 4, 2016 | August 30, 2020 |
770
773
|[1.5.0](#1.5.0)| December 31, 2015 | August 30, 2020 |
0 commit comments