Releases: heyorbit/elixir-server-utils
Releases · heyorbit/elixir-server-utils
v0.3.1
- 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
- Changelog:
- Sentry logger send the runtime env var ENVIRONMENT as a tag
v0.2.3
- Changelog:
- The session plug now returns an struct with the user information and the session token
v0.1.5
- 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
Changelog:
- Add cursor pagination plug
- Fix builtin types usage
v0.1.3
Changelog:
- Add Phoenix plug to parse page request params