All Versions
18
Latest Version
Avg Release Cycle
141 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.0 Changes
- make add_to_storage signature consistent on all implementations (args and kwargs were missing for some)
- ➕ Add support for cassandra-driver 3.2.0+
- 👉 Use extras_require pip feature instead of custom install arguments
-
v1.3.7
March 03, 2017 -
v1.3.6
May 03, 2016 -
v1.3.5 Changes
- 🛠 Fix ignored redis_server timeline parameter
-
v1.3.4 Changes
- faster deserialization for Cassandra feeds (skip ORM layer during serialization)
- optional cassandra install
- 👍 allow to use cassandra-driver v3 via install option
💥 Breaking changes:
Cassandra users: * activity serializers now get a dictionary instead of a CQL model instances when loading data * feeds' timelines that implements get_slice_from_storage now must return a dict instead of CQL model instance
-
v1.3.3 Changes
March 17, 2016- ✅ easier test setup
- ➕ add default protocol_version for Cassandra (v2)
- 0️⃣ default serialization_id for aggregated activities is now with millisecond resolution
- ➕ add built-in sorting to Activity class
-
v1.3.2 Changes
February 19, 2016- 👌 support for using stream-framework with cassandra-driver 3.0.0. this enables support for cassandra 3.3
-
v1.3.1 Changes
- ⚡️ update cassandra driver to 2.7.2
-
v1.3.0 Changes
December 31, 2015- ✂ removed feedly legacy module
- 🚚 move to cassandra driver 2.7 (CQLEngine dev happens on the driver since 2.5)
-
v1.2.0 Changes
March 03, 2015- 👍 python 2.7 and 3.4 support