Skip to content

v0.7.11

Compare
Choose a tag to compare
@birdofpreyru birdofpreyru released this 18 May 23:46
· 189 commits to master since this release
  • Updates dependencies; in particular Lighttpd v1.4.69 ⇒ v1.4.70 (Lighttpd release notes).

  • [#29] iOS / macOS: A note regarding the correct Homebrew installation on M1 Mac machines is added to the library's README. On M1 Mac if Homebrew is relied upon for CMake installation, but not added to PATH explicitly, the library build step will likely fail to find cmake command.

  • [#37] Adds .removeAllStateListeners() and .removeStateListener() methods to server instances.

  • [#38] Improves server's .start() method to ensure the .origin field value is set as early as possible.

  • [#40] iOS: Ensures PCRE2 dependency is build for both arm64 and x86_64 architectures if target SDK supports them.