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