Skip to content

Releases: nerves-networking/beam_notify

v1.1.1

08 Sep 16:49
Compare
Choose a tag to compare
  • Fixes
    • Fix compilation on systems with Erlang installed in a directory with spaces

v1.1.0

15 Mar 20:39
Compare
Choose a tag to compare

This release fixes warnings when compiled with Elixir 1.15. It removes support
for Elixir 1.9.

v1.0.0

21 Oct 13:33
Compare
Choose a tag to compare

This release has no changes except for the version number.

v0.2.2

11 Oct 20:37
Compare
Choose a tag to compare
  • New features
    • Add :mode option for setting socket file permissions. Thanks to Ed
      Wildgoose for this feature.

v0.2.1

12 Jul 02:29
Compare
Choose a tag to compare

This release only cleans up Makefile prints and bumps dependencies. No code
changes were made.

v0.2.0

21 Jan 20:44
Compare
Choose a tag to compare
  • New features
    • Support for explicitly passing the socket path - this enables use in
      restricted environments where it's impossible or hard to pass parameters
      through environment variables
    • Reporting the environment is off by default. See the :report_env option
    • Default socket paths are obfuscated. This also removes OS-specific
      character-set issues and length limitations

v0.1.0

21 Jan 20:46
Compare
Choose a tag to compare

Initial release