Skip to content

Releases: bearice/elixir-radius

v2.0.1

14 Jun 13:34
Compare
Choose a tag to compare

What's Changed

  • Add option to keep attributes as integers by @tverlaan in #7
  • Improve docs and cleanup Radius.Dict module by @tverlaan in #8

Full Changelog: v2.0.0...v2.0.1

v2.0.0

07 Jun 11:15
37ccd9e
Compare
Choose a tag to compare

What's Changed

  • Move work to compiler by @tverlaan in #6
  • From v2.0.0, dictionaries are compiled into modules in advance. please use extra_dictionaries if you need include your private dictionaries.
    Full Changelog: v1.2.0...v2.0.0

v1.2.0

10 May 09:37
c256e9f
Compare
Choose a tag to compare

What's Changed

  • Verify reply by @tverlaan in #5
  • deprecated: Radius.send/3 Use send_reply/4 or send_request/3
  • deprecated: Radius.Packet.encode/1-2 Use encode_request/1-2 or encode_reply/1-2 instead

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 May 02:52
d7fd385
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0