[Pkg-javascript-commits] [sockjs-client] 328/434: Changelog
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:22 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit 1311fa0fb4a7f740da766d0b2a5e957da1518663
Author: Marek Majkowski <majek04 at gmail.com>
Date: Wed Jan 18 13:53:11 2012 +0000
Changelog
---
Changelog | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/Changelog b/Changelog
index ffa705b..078180f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,10 +1,20 @@
dev
===
+ * The API had changed - use `protocols_whitelist` option instead of
+ passing an array of protocols as a second argument to SockJS constructor.
+ * Drop 'chunking-test' functionality and replace it with 'info'.
+ * Completely refactor protocol-choosing alogirhtm, see utils.detectProtocols method.
+ * Use dynamic protocol timeouts based on RTT, not hardcoded 5 seconds
* #34 - Don't ever reuse `session_id`, especially when trying
fallback protocols.
* The test server got moved from SockJS-client to SockJS-node.
-
+ * Don't test unicode surrogates - it can't work in some environments.
+ * XHR/XDR helpers were rewritten, ajax transports were simplified.
+ * Added a domain check in the iframe to improve security.
+ * SockJS will now trigger 1002 error if there is a problem during handshake
+ instead of 2000 error.
+ * Smoke-throughput test is renamed to smoke-latency.
0.1.2
=====
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list