Skip to content

Commit

Permalink
updating to version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wandenberg committed Mar 17, 2012
1 parent e588ef8 commit 110c199
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.textile
@@ -1,13 +1,23 @@
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

Expand Down

0 comments on commit 110c199

Please sign in to comment.