Skip to content

Commit 687f51a

Browse files
committed
chore(release): 5.1.0
1 parent 917668c commit 687f51a

File tree

279 files changed

+11262
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

279 files changed

+11262
-24
lines changed

HISTORY.md

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
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.
44

5+
## [5.1.0](https://github.com/mongodb/node-mongodb-native/compare/v5.0.1...v5.1.0) (2023-02-23)
6+
7+
8+
### Features
9+
10+
* **NODE-3445:** add support for AssumeRoleWithWebIdentity in aws authentication ([#3556](https://github.com/mongodb/node-mongodb-native/issues/3556)) ([e8a30b1](https://github.com/mongodb/node-mongodb-native/commit/e8a30b15c8ec6caac770fa08f1201e6b95a5270d))
11+
* **NODE-4877:** Add support for useBigInt64 ([#3519](https://github.com/mongodb/node-mongodb-native/issues/3519)) ([917668c](https://github.com/mongodb/node-mongodb-native/commit/917668c0bc42dbfa0a00869daa223f953f28c2e2))
12+
* **NODE-5034:** support OIDC auth options ([#3557](https://github.com/mongodb/node-mongodb-native/issues/3557)) ([20a4fec](https://github.com/mongodb/node-mongodb-native/commit/20a4fec5fa013c41f525f8c8c465b8f0db380bb2))
13+
* **NODE-5050:** support GCP automatic credential fetch for CSFLE ([#3574](https://github.com/mongodb/node-mongodb-native/issues/3574)) ([722a4a6](https://github.com/mongodb/node-mongodb-native/commit/722a4a6c613e4c169b51f14251a8fb4bebc1cf2a))
14+
15+
16+
### Bug Fixes
17+
18+
* **NODE-5044:** Write Concern 0 Must Not Affect Read Operations ([#3541](https://github.com/mongodb/node-mongodb-native/issues/3541)) ([#3575](https://github.com/mongodb/node-mongodb-native/issues/3575)) ([10146a4](https://github.com/mongodb/node-mongodb-native/commit/10146a42fcc8d84cd07fb26bde9b2926deee6f1e))
19+
* **NODE-5052:** prevent cursor and changestream close logic from running more than once ([#3562](https://github.com/mongodb/node-mongodb-native/issues/3562)) ([71d0d79](https://github.com/mongodb/node-mongodb-native/commit/71d0d79e012e298be2307a73c097494072224bdb))
20+
* **NODE-5064:** consolidate connection cleanup logic and ensure socket is always closed ([#3572](https://github.com/mongodb/node-mongodb-native/issues/3572)) ([e544d88](https://github.com/mongodb/node-mongodb-native/commit/e544d880b1731fa59ad6a0d740b946e79478cfa6))
21+
522
### [5.0.1](https://github.com/mongodb/node-mongodb-native/compare/v5.0.0...v5.0.1) (2023-02-07)
623

724

docs/404.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
</head>
2222

2323
<body>
24-
24+
2525
<header id="header-db" class="row" role="navigation">
2626
<div class="header-content">
27-
27+
2828
<div class="logo pull-left">
2929
<a href="/node-mongodb-native">
3030
<img src="/node-mongodb-native/s/img/logo-mongodb-header-slate.png", alt="MongoDB.org" />
3131
</a>
3232
</div>
33-
33+
3434
<div>
3535
<div class="nav-items pull-right hidden-xs">
3636
<a href="https://university.mongodb.com" data-toggle="tooltip" data-placement="bottom" title="Free Online Classes">MongoDB University</a>
@@ -44,7 +44,7 @@
4444
</div>
4545
</header>
4646

47-
47+
4848

4949
<div id="promo" class="jumbotron">
5050
<div class="container">
@@ -61,7 +61,7 @@ <h1>404: Page not found</h1>
6161
</div>
6262

6363

64-
64+
6565
<div class="container">
6666
<div class="row">
6767
<div class="col-md-12">
@@ -77,7 +77,7 @@ <h1>404: Page not found</h1>
7777
</div>
7878
</div>
7979
</div>
80-
80+
8181

8282

8383

docs/5.1/.nojekyll

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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.

docs/5.1/assets/highlight.css

+120
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
:root {
2+
--light-hl-0: #000000;
3+
--dark-hl-0: #D4D4D4;
4+
--light-hl-1: #008000;
5+
--dark-hl-1: #6A9955;
6+
--light-hl-2: #795E26;
7+
--dark-hl-2: #DCDCAA;
8+
--light-hl-3: #0000FF;
9+
--dark-hl-3: #569CD6;
10+
--light-hl-4: #0070C1;
11+
--dark-hl-4: #4FC1FF;
12+
--light-hl-5: #A31515;
13+
--dark-hl-5: #CE9178;
14+
--light-hl-6: #001080;
15+
--dark-hl-6: #9CDCFE;
16+
--light-hl-7: #AF00DB;
17+
--dark-hl-7: #C586C0;
18+
--light-hl-8: #098658;
19+
--dark-hl-8: #B5CEA8;
20+
--light-hl-9: #267F99;
21+
--dark-hl-9: #4EC9B0;
22+
--light-hl-10: #000000;
23+
--dark-hl-10: #C8C8C8;
24+
--light-hl-11: #000000FF;
25+
--dark-hl-11: #D4D4D4;
26+
--light-hl-12: #EE0000;
27+
--dark-hl-12: #D7BA7D;
28+
--light-hl-13: #811F3F;
29+
--dark-hl-13: #D16969;
30+
--light-code-background: #F5F5F5;
31+
--dark-code-background: #1E1E1E;
32+
}
33+
34+
@media (prefers-color-scheme: light) { :root {
35+
--hl-0: var(--light-hl-0);
36+
--hl-1: var(--light-hl-1);
37+
--hl-2: var(--light-hl-2);
38+
--hl-3: var(--light-hl-3);
39+
--hl-4: var(--light-hl-4);
40+
--hl-5: var(--light-hl-5);
41+
--hl-6: var(--light-hl-6);
42+
--hl-7: var(--light-hl-7);
43+
--hl-8: var(--light-hl-8);
44+
--hl-9: var(--light-hl-9);
45+
--hl-10: var(--light-hl-10);
46+
--hl-11: var(--light-hl-11);
47+
--hl-12: var(--light-hl-12);
48+
--hl-13: var(--light-hl-13);
49+
--code-background: var(--light-code-background);
50+
} }
51+
52+
@media (prefers-color-scheme: dark) { :root {
53+
--hl-0: var(--dark-hl-0);
54+
--hl-1: var(--dark-hl-1);
55+
--hl-2: var(--dark-hl-2);
56+
--hl-3: var(--dark-hl-3);
57+
--hl-4: var(--dark-hl-4);
58+
--hl-5: var(--dark-hl-5);
59+
--hl-6: var(--dark-hl-6);
60+
--hl-7: var(--dark-hl-7);
61+
--hl-8: var(--dark-hl-8);
62+
--hl-9: var(--dark-hl-9);
63+
--hl-10: var(--dark-hl-10);
64+
--hl-11: var(--dark-hl-11);
65+
--hl-12: var(--dark-hl-12);
66+
--hl-13: var(--dark-hl-13);
67+
--code-background: var(--dark-code-background);
68+
} }
69+
70+
body.light {
71+
--hl-0: var(--light-hl-0);
72+
--hl-1: var(--light-hl-1);
73+
--hl-2: var(--light-hl-2);
74+
--hl-3: var(--light-hl-3);
75+
--hl-4: var(--light-hl-4);
76+
--hl-5: var(--light-hl-5);
77+
--hl-6: var(--light-hl-6);
78+
--hl-7: var(--light-hl-7);
79+
--hl-8: var(--light-hl-8);
80+
--hl-9: var(--light-hl-9);
81+
--hl-10: var(--light-hl-10);
82+
--hl-11: var(--light-hl-11);
83+
--hl-12: var(--light-hl-12);
84+
--hl-13: var(--light-hl-13);
85+
--code-background: var(--light-code-background);
86+
}
87+
88+
body.dark {
89+
--hl-0: var(--dark-hl-0);
90+
--hl-1: var(--dark-hl-1);
91+
--hl-2: var(--dark-hl-2);
92+
--hl-3: var(--dark-hl-3);
93+
--hl-4: var(--dark-hl-4);
94+
--hl-5: var(--dark-hl-5);
95+
--hl-6: var(--dark-hl-6);
96+
--hl-7: var(--dark-hl-7);
97+
--hl-8: var(--dark-hl-8);
98+
--hl-9: var(--dark-hl-9);
99+
--hl-10: var(--dark-hl-10);
100+
--hl-11: var(--dark-hl-11);
101+
--hl-12: var(--dark-hl-12);
102+
--hl-13: var(--dark-hl-13);
103+
--code-background: var(--dark-code-background);
104+
}
105+
106+
.hl-0 { color: var(--hl-0); }
107+
.hl-1 { color: var(--hl-1); }
108+
.hl-2 { color: var(--hl-2); }
109+
.hl-3 { color: var(--hl-3); }
110+
.hl-4 { color: var(--hl-4); }
111+
.hl-5 { color: var(--hl-5); }
112+
.hl-6 { color: var(--hl-6); }
113+
.hl-7 { color: var(--hl-7); }
114+
.hl-8 { color: var(--hl-8); }
115+
.hl-9 { color: var(--hl-9); }
116+
.hl-10 { color: var(--hl-10); }
117+
.hl-11 { color: var(--hl-11); }
118+
.hl-12 { color: var(--hl-12); }
119+
.hl-13 { color: var(--hl-13); }
120+
pre, code { background: var(--code-background); }

0 commit comments

Comments
 (0)