- Add official support for Elixir 1.15 and OTP 26
- Drop support for Elixir 1.10
- Add support for
phoenix_html
4.0 - Add
:gc_interval
option to periodically run:erlang.garbage_collect
, which can help with memory bloat (see PR)
- Add support for
phoenix_html
3.0
- Add support for
decimal
2.0 - Relax version requirement for Absinthe
- Phoenix.PubSub 2.0 support
- Absinthe 1.5 support
- Remove unintentional poison dependency
- Add
variables/1
function to make it easy to get the original parameters
- Deprecate
Absinthe.Phoenix.Socket.put_opts/2
in favor ofAbsinthe.Phoenix.Socket.put_options/2
for consistency with Absinthe.Plug
- First real release.