File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ - [ 1.0.4] ( #104-2023-08-12 ) (Aug 2023)
3
4
- [ 1.0.3] ( #103-2023-02-24 ) (Feb 2023)
4
5
- [ 1.0.2] ( #102-2022-11-01 ) (Nov 2022)
5
6
- [ 1.0.1] ( #101-2021-07-01 ) (Jul 2021)
6
7
- [ 1.0.0] ( #100-2021-01-25 ) (Jan 2021)
7
8
8
9
# Release notes
9
10
11
+ ## [ 1.0.4] ( https://github.com/socketio/socket.io-sticky/compare/1.0.3...1.0.4 ) (2023-08-12)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * cleanup sid to worker map on worker exit ([ 4b430e7] ( https://github.com/socketio/socket.io-sticky/commit/4b430e7e9383006e4641e40e8a5082156ed862a4 ) )
17
+ * properly detect requests without body ([ ac7bb8e] ( https://github.com/socketio/socket.io-sticky/commit/ac7bb8e851d6a458736281568ed6946c512e4251 ) )
18
+
19
+
20
+
10
21
## [ 1.0.3] ( https://github.com/socketio/socket.io-sticky/compare/1.0.2...1.0.3 ) (2023-02-24)
11
22
12
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @socket.io/sticky" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " An alternative to the sticky-session package (https://github.com/indutny/sticky-session)" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments