Commit 110c1993 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

updating to version 0.3.3

parent e588ef80
h1(#changelog). Changelog
h2. Version 0.3.3
* Adding JSONP support to pushstream.js and dynamically callback parameter
* Adding event type feature to Event Source support
* Adding tag and time available at message template, and make possible pass these values whithout set headers
* Adding tag and time available at message template, and make possible pass these values without set headers
* Adding a reference count to the message to avoid discard it before be processed for all workers
* Adding padding messages based on user agent to bypass some problems on android/safari browsers on long-polling
* Improvement on memory usage to reuse chains and buffers
* Improvement on javascript message parser regexp
* Improvement on sending alert messages to workers only when necessary
* Improvement on reset ping timer when a message is sent
* Improvement on disconnect any subscriber which receives a non OK response when writing to its socket
* Improvement on documentation organization
* Improvement on preventing XSS when using pushstream.js
* Fixing memory leak when saving channels on a rbtree with ids which collides, problem inherited from Nginx and reported by Lanshun Zhou
* Fixing memory leak in javascript
* Fixing read messages in high throughput using keepalive on
* Fixing EventSourceWrapper class on pushstream.js to use native reconnection feature from EventSource
h2. Version 0.3.2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment