Skip to content

Releases: jcuga/golongpoll

v1.3.1

20 Aug 19:40
2237927
Compare
Choose a tag to compare
  • 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

29 Apr 12:13
Compare
Choose a tag to compare
  • 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

24 Apr 02:35
a66a602
Compare
Choose a tag to compare

Minor fixes and updated travis build. Pull requests #14, #18, #20, #21, and #22.

golongpoll v1.1.0

05 Feb 14:30
Compare
Choose a tag to compare

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

11 Nov 06:06
Compare
Choose a tag to compare

First release of golongpoll. Have at it, world!