Skip to content

Commit

Permalink
chore(release): 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Oct 19, 2022
1 parent 631455d commit 6fb87e4
Show file tree
Hide file tree
Showing 263 changed files with 11,079 additions and 34 deletions.
23 changes: 23 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [4.11.0](https://github.com/mongodb/node-mongodb-native/compare/v4.10.0...v4.11.0) (2022-10-19)


### Features

* **NODE-3255:** add minPoolSizeCheckIntervalMS option to connection pool ([#3429](https://github.com/mongodb/node-mongodb-native/issues/3429)) ([5f34ad0](https://github.com/mongodb/node-mongodb-native/commit/5f34ad07220bfbaf3b9fb6da2fdf67b78b92cb9e))
* **NODE-3651:** add hashed index type ([#3432](https://github.com/mongodb/node-mongodb-native/issues/3432)) ([f6b56a1](https://github.com/mongodb/node-mongodb-native/commit/f6b56a17bfd707bb8f42c22af09915dc8b4e6e68))
* **NODE-3875:** support recursive schema types ([#3433](https://github.com/mongodb/node-mongodb-native/issues/3433)) ([26bce4a](https://github.com/mongodb/node-mongodb-native/commit/26bce4a8debb65df5a42dc8599e886c9c83de10d))
* **NODE-4503:** throw original error when server attaches NoWritesPerformed label ([#3441](https://github.com/mongodb/node-mongodb-native/issues/3441)) ([a7dab96](https://github.com/mongodb/node-mongodb-native/commit/a7dab96cf0a148bc411eb943d4433ba659451117))
* **NODE-4650:** handle handshake errors with SDAM ([#3426](https://github.com/mongodb/node-mongodb-native/issues/3426)) ([cbe7533](https://github.com/mongodb/node-mongodb-native/commit/cbe75332d767a921551d71ea5725fac250906b00))
* **NODE-4721:** add aws-sdk as optional dependency ([#3446](https://github.com/mongodb/node-mongodb-native/issues/3446)) ([b879cb5](https://github.com/mongodb/node-mongodb-native/commit/b879cb590e1c1880d12522aea2a3ac3a66e6031d))


### Bug Fixes

* **NODE-3712,NODE-4546:** electionId should be ordered before setVersion ([#3174](https://github.com/mongodb/node-mongodb-native/issues/3174)) ([ca51fec](https://github.com/mongodb/node-mongodb-native/commit/ca51feca25ab1413df7efe9e79b1de051ceb21eb))
* **NODE-3921:** error on invalid TLS option combinations ([#3405](https://github.com/mongodb/node-mongodb-native/issues/3405)) ([1a550df](https://github.com/mongodb/node-mongodb-native/commit/1a550df3aa328f8c1790c0e02cd1cdd4731b88f8))
* **NODE-4186:** accept ReadPreferenceLike in TransactionOptions type ([#3425](https://github.com/mongodb/node-mongodb-native/issues/3425)) ([dc62bcb](https://github.com/mongodb/node-mongodb-native/commit/dc62bcb158e52f4fbc6536f513bc2cab6d01640b))
* **NODE-4475:** make interrupted message more specific ([#3437](https://github.com/mongodb/node-mongodb-native/issues/3437)) ([5f37cb6](https://github.com/mongodb/node-mongodb-native/commit/5f37cb6454878294ae004d13a5fcf62eef6adbbe))
* **NODE-4608:** prevent parallel monitor checks ([#3404](https://github.com/mongodb/node-mongodb-native/issues/3404)) ([78bcfe4](https://github.com/mongodb/node-mongodb-native/commit/78bcfe4834d03d7f85bd0aaaf8ffc3a316be372d))
* **NODE-4647:** improve error message ([#3409](https://github.com/mongodb/node-mongodb-native/issues/3409)) ([0d3c02e](https://github.com/mongodb/node-mongodb-native/commit/0d3c02e25f5327d3200d8631a5472309d93a6c8c))
* **NODE-4649:** use SDAM handling for errors from min pool size population ([#3424](https://github.com/mongodb/node-mongodb-native/issues/3424)) ([ef3b55d](https://github.com/mongodb/node-mongodb-native/commit/ef3b55dd99eb52972e6cbebb4cb3d2ed2f72c081))

## [4.10.0](https://github.com/mongodb/node-mongodb-native/compare/v4.9.0...v4.10.0) (2022-09-19)


Expand Down
1 change: 1 addition & 0 deletions docs/4.11/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
120 changes: 120 additions & 0 deletions docs/4.11/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-hl-1: #008000;
--dark-hl-1: #6A9955;
--light-hl-2: #795E26;
--dark-hl-2: #DCDCAA;
--light-hl-3: #0000FF;
--dark-hl-3: #569CD6;
--light-hl-4: #0070C1;
--dark-hl-4: #4FC1FF;
--light-hl-5: #A31515;
--dark-hl-5: #CE9178;
--light-hl-6: #001080;
--dark-hl-6: #9CDCFE;
--light-hl-7: #AF00DB;
--dark-hl-7: #C586C0;
--light-hl-8: #098658;
--dark-hl-8: #B5CEA8;
--light-hl-9: #267F99;
--dark-hl-9: #4EC9B0;
--light-hl-10: #000000;
--dark-hl-10: #C8C8C8;
--light-hl-11: #000000FF;
--dark-hl-11: #D4D4D4;
--light-hl-12: #EE0000;
--dark-hl-12: #D7BA7D;
--light-hl-13: #811F3F;
--dark-hl-13: #D16969;
--light-code-background: #F5F5F5;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--hl-3: var(--light-hl-3);
--hl-4: var(--light-hl-4);
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--hl-11: var(--light-hl-11);
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
--hl-3: var(--dark-hl-3);
--hl-4: var(--dark-hl-4);
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--hl-11: var(--dark-hl-11);
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--code-background: var(--dark-code-background);
} }

body.light {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--hl-3: var(--light-hl-3);
--hl-4: var(--light-hl-4);
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--hl-9: var(--light-hl-9);
--hl-10: var(--light-hl-10);
--hl-11: var(--light-hl-11);
--hl-12: var(--light-hl-12);
--hl-13: var(--light-hl-13);
--code-background: var(--light-code-background);
}

body.dark {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
--hl-3: var(--dark-hl-3);
--hl-4: var(--dark-hl-4);
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--hl-9: var(--dark-hl-9);
--hl-10: var(--dark-hl-10);
--hl-11: var(--dark-hl-11);
--hl-12: var(--dark-hl-12);
--hl-13: var(--dark-hl-13);
--code-background: var(--dark-code-background);
}

.hl-0 { color: var(--hl-0); }
.hl-1 { color: var(--hl-1); }
.hl-2 { color: var(--hl-2); }
.hl-3 { color: var(--hl-3); }
.hl-4 { color: var(--hl-4); }
.hl-5 { color: var(--hl-5); }
.hl-6 { color: var(--hl-6); }
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
.hl-9 { color: var(--hl-9); }
.hl-10 { color: var(--hl-10); }
.hl-11 { color: var(--hl-11); }
.hl-12 { color: var(--hl-12); }
.hl-13 { color: var(--hl-13); }
pre, code { background: var(--code-background); }
Loading

0 comments on commit 6fb87e4

Please sign in to comment.