Skip to content

Releases: envoy/Embassy

v4.1.6

Choose a tag to compare

@Goos Goos released this 30 Jan 19:37
8469f2c

What's Changed

New Contributors

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

v4.1.5

Choose a tag to compare

@Goos Goos released this 27 Jan 22:55
b6ea945

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

Choose a tag to compare

@beckychristensen beckychristensen released this 12 Oct 16:37
72e53b2

#100 fix for Xcode 14 crash. Thank you @JRR-OSU!

Fix crash when reading request body

Choose a tag to compare

@Goos Goos released this 03 Jan 21:44
287c134

Includes #97 – thanks @ArnaudWurmel!

Specify SPM target and tool version

Choose a tag to compare

@gregjlee gregjlee released this 19 Dec 22:25

Fixes for the Swift Package Manager
Thanks @michaelnew !

Support for Swift 5.0 and Xcode 10.2

Choose a tag to compare

@gregjlee gregjlee released this 08 May 23:09
4b51249

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

Add support for tvOS

Choose a tag to compare

@fangpenlin fangpenlin released this 14 Sep 18:16
43d52f8

Thanks to @thisisjak for contributing adding a target for tvOS

Fix SelectorEventLoop reference cycle bug

Choose a tag to compare

@fangpenlin fangpenlin released this 15 Aug 23:00
5e28383

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

Fix build issue for Xcode 10

Choose a tag to compare

@fangpenlin fangpenlin released this 16 Jul 19:45
b9679a5

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

v4.0.5

Choose a tag to compare

@fangpenlin fangpenlin released this 20 Jun 18:00
e360117

Fix warning for Xcode 10 #56

Thanks @keith for helping!