| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-10 | 1.2 kB | |
| v1.8.10 source code.tar.gz | 2026-08-10 | 1.4 MB | |
| v1.8.10 source code.zip | 2026-08-10 | 1.6 MB | |
| Totals: 3 Items | 2.9 MB | 2 | |
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)