-
-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53e594e
commit 37a6744
Showing
5 changed files
with
65 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
## v0.9.0-SNAPSHOT / unreleased | ||
## v0.9.0 / 2014 Mar 29 | ||
|
||
> This is a **non-breaking* release focused on efficiency+reliability improvements for very high stress environments. | ||
> This is a **non-breaking** release focused on efficiency+reliability improvements for very high stress environments. | ||
* Documentation improvements. | ||
* CHANGE: server>user Ajax push is now more reliable against dodgy connections. | ||
* NEW: server>user sends are now automatically+transparently batched for greater efficiency in _very_ high throughput environments. The server-side `make-channel-socket!` has picked up some knobs for this, but the defaults are sensible. | ||
* **CHANGE**: server>user Ajax push is now more reliable against dodgy connections. | ||
* **NEW**: server>user sends are now automatically+transparently batched for greater efficiency in _very_ high throughput environments. The server-side `make-channel-socket!` has picked up some knobs for this, but the defaults are sensible. | ||
|
||
|
||
## v0.8.2 / 2014 Mar 7 | ||
|
||
* NEW: Copy improved error messages to server-side API. | ||
* CHANGE: Provide entire, unfiltered Ring request map to server-side API. | ||
* **NEW**: Copy improved error messages to server-side API. | ||
* **CHANGE**: Provide entire, unfiltered Ring request map to server-side API. | ||
|
||
|
||
## v0.8.1 / 2014 Mar 4 | ||
|
||
* NEW: Improved error messsages for malformed events. | ||
* **NEW**: Improved error messsages for malformed events. | ||
|
||
|
||
## v0.8.0 / 2014 Feb 24 | ||
|
||
* NEW: Initial public release. | ||
* **NEW**: Initial public release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters