Release Notes
0.8.0 (Feb 16 2015)
- add helper module
- Add a new CADF type for keystone trusts
- Use oslo namespaces
- Use oslo_context
- Add deprecation message to Audit API
- cleanup documentation
- Bug 1347868: Do not depend on endpoint id existing in the service catalog
0.7.1 (Jan 28 2015)
- Pull out some CADF taxonomy to be constants
- Add new CADF taxonomy types
0.7.0 (Jan 19 2015)
- Work toward Python 3.4 support and testing
- Use oslo_debug_helper and remove our own version
- Stop using intersphinx
- Remove dependencies from docs test env in tox.ini
- Use correct name of oslo debugger script
- Remove unused dependencies from pycadf
- Use oslo tests fixture
- Use oslo.serialization
- Sync oslo libraries
- upgrade hacking to 0.10.0
- Bug 1336976: PyCADF docs do not include the changelog
- Bug 1398411: deprecate audit middleware
0.6.0 (Aug 23 2014)
- Bump hacking to 0.9.2 series
- Remove docutils pin
- Enabled hacking checks H305 and H307
- Fix typo comments
- Fix a grammatical error in contributing doc
- Debug env for tox
- clean up license headers
- add CONTRIBUTING doc
- revise readme with a project description
- Enable PEP8 checks E128, E251 and E265
- define the project goal
- Blueprint audit-all-apis: add audit support for all openstack components
- Bug 1359495: Federated credential metadata
0.5.1 (May 26 2014)
- import run_cross_tests.sh from incubator
- reorder documentation
- sync oslo
- Bug 1321080: [OSSA 2014-021] auth token is exposed in meter http.request (CVE-2014-4615)
0.5 (Apr 1 2014)
- add docstrings to functions
- Bug 1279951: need to publish developer documentation
0.4 (Feb 20 2014)
- Update .gitreview after repo rename
- Install configs into /etc, not /usr/etc
- Rollback change to that Install configs into /etc
- oslo common code sync and requirements cleanup
- add constant for security service
- Bug 1280327: notifier middleware broken by oslo.messaging
0.3.1 (Feb 4 2014)
- update audit_map
- update build_typeURI to drop query string
- sync common code and requirements
- adjust typeURI to capture target better
- Python 3: update setup.cfg to advertise python 3 compatibility
- Bug 1262393: mask token values
- Bug 1267500: add REST request URL path to event
0.3 (Jan 10 2014)
- Python 3: do not index a dict_keys object
- Python 3: use six.moves.urllib.parse instead of urlparse
- Python 3: the request body should be bytes in test_api.py
- Python 3: use six.with_metaclass
- Python 3: replace ‘basestring’ by ‘six.string_types’
- Python 3: Use six.moves.configparser rather than ConfigParser
- sync requirements and oslo
0.2.2 (Oct 29 2013)
- update oslo requirement
- do not set typeURI in resource shortform
- add namespace to all ids
- improve model validation
0.2.1 (Oct 21 2013)
- support namespace prefix in id
- switch list action to read/list
- Bug 1240067: observer should be implemented as resource
0.2 (Oct 4 2013)
- Bug 1229977: Switch to oslo.config 1.2.0 final
- Bug 1226870: target_endpoint_type conf value not tested properly
- Bug 1228199: conf options are not optional
0.1.9 (Sep 19 2013)
- Bug 1227634: pycadf 0.1.8 broke oslo
0.1.8 (Sep 18 2013)
- update tox to 1.6
- Bug 1226722: DNS names may not map to service catalog values
0.1.7 (Sep 5 2013)
- Bug 1221379: Ceilometer CADF_EVENT.id and CADF_EVENT.eventTime stay the
same for two different events
0.1.6 (Sep 4 2013)
- bump oslo.config req to 1.2.0a3
0.1.5 (Aug 26 2013)
- Bug 1214097: update cadf spec to support new data model
- support credentials, hosts, endpoints
- add observer attr to event
- Bug 1214407: api_audit_map.conf is not getting packaged
0.1.3 (Aug 15 2013)
- add support for no response and failed request audit
0.1.2 (Aug 14 2013)
- move cadf correlation id under req.environ
- append cadf event to req.environ
- Bug 1209387: attribute validation fails against unicode
0.1.1 (Aug 8 2013)
- validate attributes against basestring
- add support for audit api middleware