Releases: jcuga/golongpoll
Releases · jcuga/golongpoll
v1.3.1
- Performance/resource fixes for: #30
- Add missing
WWW-Authenticate
header to examples/authentication
- Switch from travis.ci to GitHub Actions
- Readme updates
v1.3.0
- Fixes #19
- Adds an official js client (#17)
- replace glp-client with golongpoll.client
- AddOn interface and golongpoll.Options.AddOn for customizing longpoll server behavior.
- Adds FilePersistorAddOn for persisting events to disk/across runs. (#10)
- More examples
- Updated README/docs.
v1.2.0
Minor fixes and updated travis build. Pull requests #14, #18, #20, #21, and #22.
golongpoll v1.1.0
New in v1.1
- Deprecated
CreateManager
and CreateCustomManager
in favor of StartLongpoll
- The deprecated functions still work but they log warnings when called.
StartLongpoll
takes an Options
struct that allows you to configure more behavior.
- Event expiration via the
EventTimeToLiveSeconds
option.
- Bug fixes for client disconnects
golongpoll v1.0.0
First release of golongpoll. Have at it, world!