neon v0.4.1 Release Notes

Release Date: 2020-09-18 // over 3 years ago
  • ๐Ÿ”‹ Features

    Try Catch

    โž• Added the cx.try_catch API of RFC 29. This feature is behind the try-catch-api feature flag.

    ๐Ÿ› Bug Fixes

    • Pass async_context to node::MakeCallback (#498)
    • Cache bust neon if node version changes (#388)
    • ๐Ÿ›  Fix debug builds in windows (#400)
    • ๐Ÿ›  Fix cross compiling architectures (#491)
    • ๐Ÿ›  Fix neon new hanging on Windows (#537)

    CI Improvements

    ๐ŸŽ The Neon Project now uses Github Actions thanks to @lhr0909! As part of this change, CI now runs on all of our supported platforms (macOS, Windows, linux) and Node versions.