Changelog

0.1.6 (2016-06-01)

  • Python 3.4 compatibility of the codebase. Tox configuration extended with python 3.4 environment run.
  • Flake8 full style compatibility. Flake8 check added to Tox configuration.
  • SQLAlchemy session scope issue fixed (related to #38).
  • opentaxii-delete-blocks CLI command added (related to #45).
  • delete_content_blocks method added to Persistence API.
  • Collection’s name is required to be unique.

0.1.5 (2016-03-15)

  • Fix for the issue with persistence backend returning None instead of InboxMessage object

0.1.4 (2016-02-25)

  • Hard-coded dependencies in setup.py removed.

0.1.3 (2016-02-25)

  • Versions of dependencies are pinned.
  • Code adjusted for a new version of anyconfig API.
  • Test for configuration loading added.

0.1.2 (2015-07-24)

  • Docker configuration added.
  • Health check endpoint added.
  • Basic authentication support added.
  • Temporary workaround for Issue #191.
  • Method get_domain in Persistence API returns domain value configured for service_id. If nothing returned, value set in configuration file will be used.
  • Performance optimisations.
  • Bug fixes and style improvements.

0.1.1 (2015-04-08)

  • Alias for Root Logger added to logging configuration.
  • Context object in a request scope that holds account and token added.
  • Support for OPTIONS HTTP request to enable auto version negotiation added.
  • Documentation improved.

0.1.0 (2015-03-31)

  • Initial release