Skip to content

4.0.0 Pre-Release 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Mar 22:01
  • [#22] Switched macOS compiler from gcc-10 to clang v16+ to remove the need to install GCC libraries.
    The macOS version should now be plug-and-play like the others.
  • Re-implemented some of the prettified exceptions (DNS resolution failed, connection failed, authentication failed).
  • Re-implemented support for specifying target via environment variables.
  • Re-added the --print-env option.
  • Added a try-catch block around setting the socket timeout. If an exception occurs, it gets written to the log instead of crashing the program.

Full Changelog: 4.0.0-pr1...4.0.0-pr2