File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ - [ 0.3.1] ( #031-2024-01-10 ) (Jan 2024)
3
4
- [ 0.3.0] ( #030-2023-02-23 ) (Feb 2023)
4
5
- [ 0.2.1] ( #021-2022-05-03 ) (May 2022)
5
6
- [ 0.2.0] ( #020-2022-04-27 ) (Apr 2022)
6
7
- [ 0.1.0] ( #010-2021-06-01 ) (Jun 2021)
7
8
8
9
# Release notes
9
10
11
+ ## [ 0.3.1] ( https://github.com/socketio/socket.io-mongo-adapter/compare/0.3.0...0.3.1 ) (2024-01-10)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * add support for mongodb@6 ([ 1a04885] ( https://github.com/socketio/socket.io-mongo-adapter/commit/1a0488562f1e8b4171af20378aacfa43072980dd ) )
17
+ * properly handle promise rejections ([ 075216f] ( https://github.com/socketio/socket.io-mongo-adapter/commit/075216f7decac3e8660c39dc1009a27d786ca1ad ) )
18
+
19
+
20
+
10
21
## [ 0.3.0] ( https://github.com/socketio/socket.io-mongo-adapter/compare/0.2.1...0.3.0 ) (2023-02-23)
11
22
12
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @socket.io/mongo-adapter" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"description" : " The Socket.IO MongoDB adapter, allowing to broadcast events between several Socket.IO servers" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments