File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
- - [ 0.3.2] ( #032-2024-01-23 ) (Jan 2024)
4
- - [ 0.3.1] ( #031-2024-01-10 ) (Jan 2024)
5
- - [ 0.3.0] ( #030-2023-02-23 ) (Feb 2023)
6
- - [ 0.2.1] ( #021-2022-05-03 ) (May 2022)
7
- - [ 0.2.0] ( #020-2022-04-27 ) (Apr 2022)
8
- - [ 0.1.0] ( #010-2021-06-01 ) (Jun 2021)
3
+ | Version | Release date |
4
+ | --------------------------| ---------------|
5
+ | [ 0.4.0] ( #040-2025-08-10 ) | August 2025 |
6
+ | [ 0.3.2] ( #032-2024-01-23 ) | January 2024 |
7
+ | [ 0.3.1] ( #031-2024-01-10 ) | January 2024 |
8
+ | [ 0.3.0] ( #030-2023-02-23 ) | February 2023 |
9
+ | [ 0.2.1] ( #021-2022-05-03 ) | May 2022 |
10
+ | [ 0.2.0] ( #020-2022-04-27 ) | April 2022 |
11
+ | [ 0.1.0] ( #010-2021-06-01 ) | June 2021 |
9
12
10
13
# Release notes
11
14
15
+ ## [ 0.4.0] ( https://github.com/socketio/socket.io-mongo-adapter/compare/0.3.2...0.4.0 ) (2025-08-10)
16
+
17
+
18
+ ### Features
19
+
20
+ * allow to specify additional change stream options ([ #26 ] ( https://github.com/socketio/socket.io-mongo-adapter/issues/26 ) ) ([ eae849b] ( https://github.com/socketio/socket.io-mongo-adapter/commit/eae849b02202afa7ea7cfcf1e48ba2775aaaa982 ) )
21
+
22
+
23
+
24
+
12
25
## [ 0.3.2] ( https://github.com/socketio/socket.io-mongo-adapter/compare/0.3.1...0.3.2 ) (2024-01-23)
13
26
14
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @socket.io/mongo-adapter" ,
3
- "version" : " 0.3.2 " ,
3
+ "version" : " 0.4.0 " ,
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