Releases: eclecticiq/OpenTAXII
Releases · eclecticiq/OpenTAXII
Version 0.1.10
- 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.