File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 2.1.2 / 2025-02-18
3+ ==================
4+
5+ ### Bug Fixes
6+
7+ - make acks thread safe ([ 4f45e3c] ( https://github.com/socketio/socket.io-client-java/commit/4f45e3c1271554da5b3457f447a6d6b060ef5ffd ) )
8+
9+
10+
2112.1.1 / 2024-07-10
312==================
413
Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >io.socket</groupId >
44 <artifactId >socket.io-client</artifactId >
5- <version >2.1.2-SNAPSHOT </version >
5+ <version >2.1.2</version >
66 <packaging >jar</packaging >
77 <name >socket.io-client</name >
88 <description >Socket.IO Client Library for Java</description >
3030 <url >https://github.com/socketio/socket.io-client-java</url >
3131 <connection >scm:git:https://github.com/socketio/socket.io-client-java.git</connection >
3232 <developerConnection >scm:git:https://github.com/socketio/socket.io-client-java.git</developerConnection >
33- <tag >HEAD </tag >
33+ <tag >socket.io-client-2.1.2 </tag >
3434 </scm >
3535
3636 <developers >
Original file line number Diff line number Diff line change 22
33| Version | Release date |
44| --------------------------------------------------------------------------------------------------------------| ---------------|
5+ | [ 2.1.2] ( #211-2025-02-18 ) | February 2025 |
56| [ 2.1.1] ( #211-2024-07-10 ) | July 2024 |
67| [ 1.0.2] ( #102-2022-07-11 ) (from the [ 1.x] ( https://github.com/socketio/socket.io-client-java/tree/1.x ) branch) | July 2022 |
78| [ 2.1.0] ( #210-2022-07-10 ) | July 2022 |
1213
1314# Release notes
1415
16+ ## [ 2.1.2] ( https://github.com/socketio/socket.io-client-java/compare/socket.io-client-2.1.1...socket.io-client-2.1.2 ) (2025-02-18)
17+
18+
19+ ### Bug Fixes
20+
21+ * make acks thread safe ([ 4f45e3c] ( https://github.com/socketio/socket.io-client-java/commit/4f45e3c1271554da5b3457f447a6d6b060ef5ffd ) )
22+
23+
24+
1525## [ 2.1.1] ( https://github.com/socketio/socket.io-client-java/compare/socket.io-client-2.1.0...socket.io-client-2.1.1 ) (2024-07-10)
1626
1727
You can’t perform that action at this time.
0 commit comments