File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ - [ 1.0.3] ( #103-2023-02-24 ) (Feb 2023)
3
4
- [ 1.0.2] ( #102-2022-11-01 ) (Nov 2022)
4
5
- [ 1.0.1] ( #101-2021-07-01 ) (Jul 2021)
5
6
- [ 1.0.0] ( #100-2021-01-25 ) (Jan 2021)
6
7
7
8
# Release notes
8
9
10
+ ## [ 1.0.3] ( https://github.com/socketio/socket.io-sticky/compare/1.0.2...1.0.3 ) (2023-02-24)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * handle case with no available worker ([ e8b4203] ( https://github.com/socketio/socket.io-sticky/commit/e8b4203d18fc9601e05af3457baba49fafdb15f0 ) )
16
+
17
+
18
+
9
19
## [ 1.0.2] ( https://github.com/socketio/socket.io-sticky/compare/1.0.1...1.0.2 ) (2022-11-01)
10
20
11
21
23
33
* check if the socket exists in the worker ([ 7069fbc] ( https://github.com/socketio/socket.io-sticky/commit/7069fbc5bfbc845556f4a5cb8fd8240a1ef24b0e ) )
24
34
25
35
26
- # 1.0.0 (2021-01-25)
36
+ ## 1.0.0 (2021-01-25)
27
37
28
38
Initial release
29
39
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @socket.io/sticky" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
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