We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dacff1 commit 0624040Copy full SHA for 0624040
CHANGES.txt
@@ -1,7 +1,12 @@
1
-0.0.25 (unreleased)
+0.0.25 (2015-02-12)
2
-------------------
3
4
-- Nothing changed yet.
+* Entirely new to support new initial state streaming api
5
+* api is versioned
6
+* only one api endpiont for streaming events and creating buckets
7
+* BREAKING: new syntax for constructor parameters: `bucket` -> `bucket_name`, `client_key` -> `access_key`
8
+* BREAKING: `log_object` parameters: `signal_prefix` -> `key_prefix`
9
+* BREAKING: `sessionId` is now `bucket_key` which can be configured in the Streamer constructor.
10
11
12
0.0.24 (2014-11-24)
0 commit comments