Skip to content

Commit

Permalink
chore(release): 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James committed Feb 23, 2023
1 parent 917668c commit 687f51a
Show file tree
Hide file tree
Showing 279 changed files with 11,262 additions and 24 deletions.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [5.1.0](https:/mongodb/node-mongodb-native/compare/v5.0.1...v5.1.0) (2023-02-23)


### Features

* **NODE-3445:** add support for AssumeRoleWithWebIdentity in aws authentication ([#3556](https:/mongodb/node-mongodb-native/issues/3556)) ([e8a30b1](https:/mongodb/node-mongodb-native/commit/e8a30b15c8ec6caac770fa08f1201e6b95a5270d))
* **NODE-4877:** Add support for useBigInt64 ([#3519](https:/mongodb/node-mongodb-native/issues/3519)) ([917668c](https:/mongodb/node-mongodb-native/commit/917668c0bc42dbfa0a00869daa223f953f28c2e2))
* **NODE-5034:** support OIDC auth options ([#3557](https:/mongodb/node-mongodb-native/issues/3557)) ([20a4fec](https:/mongodb/node-mongodb-native/commit/20a4fec5fa013c41f525f8c8c465b8f0db380bb2))
* **NODE-5050:** support GCP automatic credential fetch for CSFLE ([#3574](https:/mongodb/node-mongodb-native/issues/3574)) ([722a4a6](https:/mongodb/node-mongodb-native/commit/722a4a6c613e4c169b51f14251a8fb4bebc1cf2a))


### Bug Fixes

* **NODE-5044:** Write Concern 0 Must Not Affect Read Operations ([#3541](https:/mongodb/node-mongodb-native/issues/3541)) ([#3575](https:/mongodb/node-mongodb-native/issues/3575)) ([10146a4](https:/mongodb/node-mongodb-native/commit/10146a42fcc8d84cd07fb26bde9b2926deee6f1e))
* **NODE-5052:** prevent cursor and changestream close logic from running more than once ([#3562](https:/mongodb/node-mongodb-native/issues/3562)) ([71d0d79](https:/mongodb/node-mongodb-native/commit/71d0d79e012e298be2307a73c097494072224bdb))
* **NODE-5064:** consolidate connection cleanup logic and ensure socket is always closed ([#3572](https:/mongodb/node-mongodb-native/issues/3572)) ([e544d88](https:/mongodb/node-mongodb-native/commit/e544d880b1731fa59ad6a0d740b946e79478cfa6))

### [5.0.1](https:/mongodb/node-mongodb-native/compare/v5.0.0...v5.0.1) (2023-02-07)


Expand Down
12 changes: 6 additions & 6 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
</head>

<body>

<header id="header-db" class="row" role="navigation">
<div class="header-content">

<div class="logo pull-left">
<a href="/node-mongodb-native">
<img src="/node-mongodb-native/s/img/logo-mongodb-header-slate.png", alt="MongoDB.org" />
</a>
</div>

<div>
<div class="nav-items pull-right hidden-xs">
<a href="https://university.mongodb.com" data-toggle="tooltip" data-placement="bottom" title="Free Online Classes">MongoDB University</a>
Expand All @@ -44,7 +44,7 @@
</div>
</header>



<div id="promo" class="jumbotron">
<div class="container">
Expand All @@ -61,7 +61,7 @@ <h1>404: Page not found</h1>
</div>



<div class="container">
<div class="row">
<div class="col-md-12">
Expand All @@ -77,7 +77,7 @@ <h1>404: Page not found</h1>
</div>
</div>
</div>




Expand Down
1 change: 1 addition & 0 deletions docs/5.1/.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/5.1/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 687f51a

Please sign in to comment.