Skip to content

Commit

Permalink
chore(release): 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jun 6, 2022
1 parent c8362eb commit 1cc2c4b
Show file tree
Hide file tree
Showing 258 changed files with 10,693 additions and 6 deletions.
24 changes: 24 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.7.0](https://github.com/mongodb/node-mongodb-native/compare/v4.6.0...v4.7.0) (2022-06-06)


### Features

* **NODE-1837:** add zstd compression option ([#3237](https://github.com/mongodb/node-mongodb-native/issues/3237)) ([1261432](https://github.com/mongodb/node-mongodb-native/commit/12614320d34478693ad3821e75f7b15da44c2230))
* **NODE-2993:** implement maxConnecting ([#3255](https://github.com/mongodb/node-mongodb-native/issues/3255)) ([c9d3816](https://github.com/mongodb/node-mongodb-native/commit/c9d38163199d5cb0974d2c497e80e4c317927f6e))
* **NODE-3750:** make maxConnecting configurable ([#3261](https://github.com/mongodb/node-mongodb-native/issues/3261)) ([ee41447](https://github.com/mongodb/node-mongodb-native/commit/ee414476aa839e364bce6b26ab47859be1b99307))
* **NODE-3938:** Add support for pre/post images in change streams ([#3250](https://github.com/mongodb/node-mongodb-native/issues/3250)) ([981465c](https://github.com/mongodb/node-mongodb-native/commit/981465c35e9c104ef3e4de3d9c5d033337220cf7))
* **NODE-4079:** estimated document count uses count ([#3244](https://github.com/mongodb/node-mongodb-native/issues/3244)) ([a752e75](https://github.com/mongodb/node-mongodb-native/commit/a752e75a26025e56ab9e47e4da59e1e6ccee511f))
* **NODE-4081:** fix and deprecate change stream resume options ([#3270](https://github.com/mongodb/node-mongodb-native/issues/3270)) ([47adfb3](https://github.com/mongodb/node-mongodb-native/commit/47adfb3db6e38e153e8e78f2b6e4463754775cc6))
* **NODE-4139:** streaming protocol message changes ([#3256](https://github.com/mongodb/node-mongodb-native/issues/3256)) ([4b9ad77](https://github.com/mongodb/node-mongodb-native/commit/4b9ad777fb78cc37b71dece0e647593950efccb8))
* **NODE-4192:** make MongoClient.connect optional ([#3232](https://github.com/mongodb/node-mongodb-native/issues/3232)) ([a2359e4](https://github.com/mongodb/node-mongodb-native/commit/a2359e43d7a59acf69785104b5f6e6c1516a5e27))
* **NODE-4196:** add support for showExpandedEvents in change streams ([#3254](https://github.com/mongodb/node-mongodb-native/issues/3254)) ([9c1782e](https://github.com/mongodb/node-mongodb-native/commit/9c1782e23c7d63dc45d9242e451953fb2ef294a6))
* **NODE-4229:** bump maxWireVersion to 17 ([#3265](https://github.com/mongodb/node-mongodb-native/issues/3265)) ([d13cec2](https://github.com/mongodb/node-mongodb-native/commit/d13cec2e1ae1da2983218275aefccc48d0cfd260))


### Bug Fixes

* **NODE-4103:** respect BSON options when creating change streams ([#3247](https://github.com/mongodb/node-mongodb-native/issues/3247)) ([b2798d9](https://github.com/mongodb/node-mongodb-native/commit/b2798d939ee9ed7a5ff9a63980ad6a29ddea3cf1))
* **NODE-4108:** improve return type for withTransaction() ([#3236](https://github.com/mongodb/node-mongodb-native/issues/3236)) ([48e0e6e](https://github.com/mongodb/node-mongodb-native/commit/48e0e6ed17a5227b0781cbdf8c547824e5c26d59))
* **NODE-4254:** allow csfle to be dynamically required ([#3260](https://github.com/mongodb/node-mongodb-native/issues/3260)) ([cd6b5a0](https://github.com/mongodb/node-mongodb-native/commit/cd6b5a08964363d93be5d702476b5d331c78a7b2))
* **NODE-4281:** ensure that the driver always uses Node.js timers ([#3275](https://github.com/mongodb/node-mongodb-native/issues/3275)) ([4501a1c](https://github.com/mongodb/node-mongodb-native/commit/4501a1ce55ba4adf141fdb851ccd33ff4f2a4e59))

## [4.6.0](https://github.com/mongodb/node-mongodb-native/compare/v4.6.0-alpha.0...v4.6.0) (2022-05-11)


Expand Down
1 change: 1 addition & 0 deletions docs/4.7/.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.7/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: #811F3F;
--dark-hl-12: #D16969;
--light-hl-13: #EE0000;
--dark-hl-13: #D7BA7D;
--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 1cc2c4b

Please sign in to comment.