All Versions
18
Latest Version
Avg Release Cycle
141 days
Latest Release
-

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