Skip to content

Releases: heyorbit/elixir-server-utils

v0.3.1

30 May 06:55
Compare
Choose a tag to compare
  • Changelog
    • Update tags sent for Sentry
    • Put decoded JWT payload in the Session struct
    • Increase the error logging in the Session plug

v0.2.4

22 May 09:32
Compare
Choose a tag to compare
  • Changelog:
    • Sentry logger send the runtime env var ENVIRONMENT as a tag

v0.2.3

11 May 11:58
Compare
Choose a tag to compare
  • Changelog:
    • The session plug now returns an struct with the user information and the session token

v0.1.5

17 Apr 12:43
Compare
Choose a tag to compare
  • Changelog:
    • Update Sentry dep to 6.2
    • Return default values in pagination requests if the given ones are equal or less than 0
    • Code improvements: formatted all files and fixed builtin spec types.

v0.1.4

05 Apr 14:29
Compare
Choose a tag to compare

Changelog:

  • Add cursor pagination plug
  • Fix builtin types usage

v0.1.3

26 Feb 13:17
Compare
Choose a tag to compare

Changelog:

  • Add Phoenix plug to parse page request params

v0.1.2

18 Jan 11:13
Compare
Choose a tag to compare

Changelog:

  • Add parse_integer_param!

v0.0.2

11 Jan 15:40
Compare
Choose a tag to compare

Changelog:

  • Add JWT Plug

v0.0.1

11 Jan 09:35
Compare
Choose a tag to compare

Changelog:

  • Initial release