|
2 | 2 |
|
3 | 3 | {{ $NEXT }}
|
4 | 4 |
|
| 5 | + PERL-1087 Use runOn syntax |
| 6 | + |
| 7 | + [Additions] |
| 8 | + |
| 9 | + - PERL-989 Implement SDAM monitoring |
| 10 | + |
| 11 | + - PERL-1021 Implement Unified URI Options |
| 12 | + |
| 13 | + - PERL-1022 Implement Convenient API for Transactions |
| 14 | + |
| 15 | + - PERL-1024 Support mongos pinning for sharded transactions |
| 16 | + |
| 17 | + - PERL-1025 Retryable Reads |
| 18 | + |
| 19 | + - PERL-1026 Support polling SRV records for mongos discovery |
| 20 | + |
| 21 | + - PERL-1035 Support sharded transactions recovery token |
| 22 | + |
| 23 | + - PERL-1052 Support 'startAfter' option to the $changeStream stage |
| 24 | + |
| 25 | + - PERL-1053 Add support for Zstandard compression |
| 26 | + |
| 27 | + - PERL-1060 Add support for Snappy compression |
| 28 | + |
| 29 | + - PERL-1070 Support postBatchResumeToken in change streams |
| 30 | + |
| 31 | + - PERL-1082 Add the ability to specify a pipeline to an update command |
| 32 | + |
| 33 | + - PERL-1098 Allow applications to set maxTimeMS for commitTransaction |
| 34 | + |
| 35 | + - PERL-1105 Support aggregation $merge stage |
| 36 | + |
| 37 | + [Changes] |
| 38 | + |
| 39 | + - PERL-1028 Support server connections that survive primary stepdown |
| 40 | + |
| 41 | + - PERL-1054 Disable TLS renegotiation when possible (security) |
| 42 | + |
| 43 | + - PERL-1057 Use majority write concern when retrying commitTransaction |
| 44 | + |
| 45 | + - PERL-1068 Make Retryable Writes on by Default |
| 46 | + |
| 47 | + - PERL-1075 Add support for read concern to aggregation $out |
| 48 | + |
| 49 | + - PERL-1100 Specify behavior where connection string contain auth |
| 50 | + database but no credentials |
| 51 | + |
| 52 | + [Bug Fixes] |
| 53 | + |
| 54 | + - PERL-1017 Ignore db and collection read concern in transaction |
| 55 | + |
| 56 | + - PERL-1057 Use majority write concern when retrying commitTransaction |
| 57 | + |
| 58 | + - PERL-1058 Drivers should ignore batchSize=0 for aggregate with $out |
| 59 | + |
| 60 | + - PERL-1076 Ensure that getMore right after a resume is retried in changestreams |
| 61 | + |
| 62 | + - PERL-1083 Work around StaleDbVersion distinct bug |
| 63 | + |
| 64 | + - PERL-1096 ChangeStream spec's Resumable Error definition is too broad |
| 65 | + |
| 66 | + - PERL-1097 Discard ServerSessions involved in network errors |
| 67 | + |
| 68 | + [Testing] |
| 69 | + |
| 70 | + - PERL-1018 Test deleteMany and updateMany with retryWrites=true |
| 71 | + |
| 72 | + - PERL-1048 Transaction test runner should use "local" read concern |
| 73 | + when asserting the final collection state |
| 74 | + |
| 75 | + - PERL-1051 Update CRUD spec tests to use transaction spec test format |
| 76 | + |
| 77 | + - PERL-1074 Resync transaction spec tests for bulk write error reporting change |
| 78 | + |
| 79 | + - PERL-1090 Amend change stream missing resume token tests for MongoDB 4.2+ |
| 80 | + |
| 81 | + - PERL-1095 Stop testing with threads (too many errors on process exit) |
| 82 | + |
| 83 | + - PERL-1109 Fix result assertion in change stream spec test |
| 84 | + |
| 85 | + [Documentation] |
| 86 | + |
| 87 | + - PERL-1056 Update Transactions Retry Example 3 to include read preference |
| 88 | + |
| 89 | + - PERL-1085 Document connection string and URI option precedence rules |
| 90 | + |
| 91 | + - PERL-1101 Documentation for countDocuments mentions estimatedDocumentCount |
| 92 | + |
| 93 | + - PERL-1112 Update change stream docs example for resume token access |
| 94 | + |
| 95 | + - PERL-1117 Specify effect of client-side errors on in-progress transactions |
| 96 | + |
| 97 | + [~ Internal Changes ~] |
| 98 | + |
| 99 | + - PERL-1078 countDocuments should internally use group with _id: 1 |
| 100 | + |
5 | 101 | v2.1.0 2019年02月06日 16:59:56-05:00 America/New_York (TRIAL RELEASE)
|
6 | 102 |
|
7 | 103 | [*** Deprecations ***]
|
|
0 commit comments