Bug fixes
- [Phoenix.CodeReloader] Fix "must restart your server" messages from code reloader when compile.lock mtime changes without a content change (#6753)
- [Phoenix.Endpoint] add missing websocket options (#6758)
- [phoenix.js] Close and retry the longpoll transport when a batch POST times out (#6769)
- [phoenix.js] Release the stale reply binding of a buffered push (#6788)
Enhancements
- [phx.gen.release] Use Bob API to find Docker images in
phx.gen.release --docker - [Channels] Allow LongPoll transport token to be sent in header (this will change in 1.9)
- [Phoenix.Router] Support plugs with options in
pipe_throught(#6755) - [Phoenix.Token] document encode options (see the change in plug_crypto)
- [phoenix.js] Ensure transport errors are identifiable (#6763)