Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

51 lines (33 loc) · 1.89 KB

Changelog

1.5

1.4

  • add the Gnat.request_multi/4 function nats-io#120
  • add elixir 1.13 to the test matrix

1.3

  • adding support for sending and receiving headers nats-io#116

1.2

1.1

1.0

  • Make supervisors officially supported nats-io#96

0.7.0

0.6.0

  • Dropped support for Erlang < 19 and Elixir <= 1.5
  • Added Telemetry to the project (thanks @rubysolo)
  • Switched to nimble_parsec for parsing
    • Updated benchmarking/performance information. We can now do 170k requests per second on a 16-core server.
  • Fixed a bug around re-subscribing for the ConsumerSupervisor
  • Pass sid when delivering message (thanks @entone)
  • Documentation fixes from @deini and @johannestroeger

0.5.0

  • Dropped support for Elixir 1.4 and OTP 18 releases. You will need to use Elixir 1.5+ and OTP 19+.
  • Switched to running our tests against gnatsd 1.3.0