Skip to content

Latest commit

 

History

History
80 lines (68 loc) · 3.92 KB

CHANGES.rst

File metadata and controls

80 lines (68 loc) · 3.92 KB

Changelog

0.1.11 (2019-02-13)

  • Make JSON logging consistent when the application is run via Gunicorn.
  • Set acceptable_destination key in status details instead of extended headers
  • Allow passing engine_parameters to SQLDatabaseAPI for those who want to customize SQLAlchemy engine parameters.
  • Require recent version of lxml for security reasons.
  • Various test and Docker infrastructure improvements.

0.1.10 (2018-06-03)

  • Replace separate service/collection/account creation process with single opentaxii-sync-data CLI command.
  • Persistence and Auth APIs extended with missing CRUD methods, that are used by opentaxii-sync-data.
  • Read/modify collection level ACL added.
  • DB models for default implementation of Persistence API and Auth API were changed. No automatic migration code is provided (sorry!), so upgrading might require manual DB migration.
  • Drop python2.7 from testing scope.
  • Various bug fixes and improvements.

0.1.9 (2017-06-19)

0.1.8 (2017-02-21)

  • Ability to enable/disable "huge trees" support in XML parser. Configuration property xml_parser_supports_huge_tree set to yes or true will disable security restrictions and force XML parser to support very deep trees and very long text content.
  • Adjust SQL Persistence API implemetation so it works smoothly with MySQL backend.
  • Use Python 3.5 instead of Python 3.4 for tests.

0.1.7 (2016-10-18)

  • Minor fixes.
  • Dependencies were changed from hard-pinned to more flexible.
  • Example of production DB configuration added to docs.

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 in default SQL DB Auth API implementation.

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