Skip to content

Commit 51c0aa2

Browse files
authored
Prepare stable 1.0.0 (#103)
1 parent dd96829 commit 51c0aa2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Release History
2+
3+
## 1.0.0
4+
5+
### Features Added
6+
- Support stateful reconnect
7+
- Enable hub protocol version 2
8+
- Add E2E tests
9+
10+
### Bugs Fixed
11+
- Make HubConnectionState Sendable
12+
- Fix address reference cycle between HubConnection and HttpConnection
13+
214
## 1.0.0-preview.4
315

416
### Bugs Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import PackageDescription
2121
let package = Package(
2222
name: "signalr-client-app",
2323
dependencies: [
24-
.package(url: "https://github.com/dotnet/signalr-client-swift", .upToNextMinor(from: "1.0.0-preview.4"))
24+
.package(url: "https://github.com/dotnet/signalr-client-swift", .upToNextMinor(from: "1.0.0"))
2525
],
2626
targets: [
2727
.executableTarget(name: "YourTargetName", dependencies: [.product(name: "SignalRClient", package: "signalr-client-swift")])
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
let PackageVersion = "1.0.0-preview.4"
4+
let PackageVersion = "1.0.0"

0 commit comments

Comments
 (0)