Skip to content

Releases: envoy/Embassy

v4.1.6

30 Jan 19:37
8469f2c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.5...v4.1.6

v4.1.5

27 Jan 22:55
b6ea945
Compare
Choose a tag to compare

What's Changed

  • Avoid closing sockets twice by @Goos in #105

Full Changelog: v4.1.4...v4.1.5

v4.1.4 Fix for Xcode 14 withMemoryRebound crash

12 Oct 16:37
72e53b2
Compare
Choose a tag to compare

Fix crash when reading request body

03 Jan 21:44
287c134
Compare
Choose a tag to compare

Specify SPM target and tool version

19 Dec 22:25
Compare
Choose a tag to compare

Fixes for the Swift Package Manager
Thanks @michaelnew !

Support for Swift 5.0 and Xcode 10.2

08 May 23:09
4b51249
Compare
Choose a tag to compare

Fixes for Swift 5 compiler warnings and Xcode 10.2 build issues.
Thanks @keith for helping!

Add support for tvOS

14 Sep 18:16
43d52f8
Compare
Choose a tag to compare

Thanks to @thisisjak for contributing adding a target for tvOS

Fix SelectorEventLoop reference cycle bug

15 Aug 23:00
5e28383
Compare
Choose a tag to compare

Thanks to @v-lavrentikov's bug report, we fixed SelectorEventLoop reference cycle bug as described in #59

Fix build issue for Xcode 10

16 Jul 19:45
b9679a5
Compare
Choose a tag to compare

Thanks to @casademora and @MortenGregersen, this release is fixing build issue for Xcode 10

v4.0.5

20 Jun 18:00
e360117
Compare
Choose a tag to compare

Fix warning for Xcode 10 #56

Thanks @keith for helping!