Skip to content

Tags: Alamofire/Firewalk

Tags

0.11.0

Toggle 0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Swift 6 Fixes (#37)

### Goals ⚽
This PR upgrades dependencies and fixes `Sendable` issues to allow the
project to build with the Swift 6 compiler.

0.10.4

Toggle 0.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Dependencies, Update 204, 205 Responses (#36)

### Goals ⚽
This PR updates dependencies and updates the 204 and 205 responses to
have properly empty bodies.

0.10.3

Toggle 0.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Close Connection on Failed Upgrade (#35)

### Goals ⚽
This PR works around an underlying SwiftNIO bug where HTTP decoding
stops when detecting an HTTP upgrade but then isn't reenabled if that
upgrade fails. For now we'll close instead of reusing the connection,
but only for failed upgrades.

This PR also updates dependencies and versions to 0.10.3.

0.10.2

Toggle 0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare 0.10.2 (#34)

### Goals ⚽
This PR prepares 0.10.2.

0.10.1

Toggle 0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare 0.10.1 (#32)

### Goals ⚽
This PR prepares 0.10.1.

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare 0.10.0 (#30)

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable request compression. (#28)

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Websocket Ping (#27)

* Add ping endpoint.

* Formatting.

* Update Xcode in actions.

0.8.3

Toggle 0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Attempt to Fix Runtime Crash (#26)

* Attempt to fix runtime crash.

* Make response safer.

* Formatting.

* 0.8.3 CHANGELOG.

* Fix CHANGELOG.

0.8.2.1

Toggle 0.8.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Strip release builds. (#25)