We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@microsoft/signalr
>=7.0.0
1 parent 20740f9 commit f4544fcCopy full SHA for f4544fc
CHANGELOG.md
@@ -1,10 +1,11 @@
1
-## [5.1.0](https://github.com/sketch7/signalr-client/compare/5.0.1...5.1.0) (2025-01-21)
+## [5.1.0](https://github.com/sketch7/signalr-client/compare/5.0.1...5.1.0) (2025-01-24)
2
3
### Features
4
5
- **hub connection:**
6
- throttle reconnect on disconnect and stop trying after max attempts
7
- add `autoReconnectRecoverIntervalMS` to reset max attempts after a duration
8
+- **deps:** up `@microsoft/signalr` `>=7.0.0`
9
10
### Refactor
11
package.json
@@ -38,7 +38,7 @@
38
"url": "git+https://github.com/sketch7/signalr-client.git"
39
},
40
"peerDependencies": {
41
- "@microsoft/signalr": "^7.0.0",
+ "@microsoft/signalr": ">=7.0.0",
42
"rxjs": ">=6.0.0"
43
44
"devDependencies": {
0 commit comments