CHANGES
=======

v0.2.12
-------

* Update jsonschema requirement from <3.0.0,>=2.6.0 to >=2.6.0,<4.0.0

v0.2.11
-------

* Fix additional deprecated field warnings in alembic migration

v0.2.10
-------

* Avoid sqla and alembic warnings

v0.2.9
------

* Add index to sqla persistence parent\_uuid fields to improve performance
* Fixing the pep8 errors
* Adding index=True to the model definitions
* Adding migration script to add/drop flowdetails/atomdetails parent\_uuid index - empty line
* Adding migration script to add/drop flowdetails/atomdetails parent\_uuid index

v0.2.8
------

* Use --org to encrypt password with right key

v0.2.7
------

* Attempt to fix Travis encrypted password again
* Fix typo in project description

v0.2.6
------

* Fix encrypted pypi credentials for travis deploys

v0.2.5
------

* Improve JSON-encoding failures to be more resilient

v0.2.4
------

* Check for existence of compiler errors before removing entry

v0.2.3
------

* Give up on jobs after too many compilation errors

v0.2.2
------

* Fix job board search by store for complex values
* Fix encrypted pypi password

v0.2.1
------

* Make JSON encoding consistent and easily-overridden
* Fix python 3.7 integration with Travis
* Add encrypted pypi password to Travis config
* Add Travis CI support

v0.2.0
------

* Add support for scheduled and delayed jobs

v0.1.2
------

* Add a FlowFactory type that can be inherited for flow factories

v0.1.1
------

* Fix worker shutdown to safely disconnect tooz advertiser

v0.1.0
------

* Rename to zag
* Fix pep8 violations that snuck in in previous branches
* Allow passing listeners into the conductor
* Fix failure exc args encoding
* Make failure serialization resilient
* Add ability to use tooz to find and advertise workers
* Update doc/conf.py to avoid warnings with sphinx 1.8
* Use templates for cover and lower-constraints
* Remove the duplicated word
* Fix a symbol error
* Create KazooClient with taskflow logger
* add lib-forward-testing-python3 test job
* add python 3.6 unit test job
* add proper pydot3 dependency
* import zuul job settings from project-config
* Switch to use stestr for unit test
* Add pydot test dependency
* Remove PyPI downloads
* Update reno for stable/rocky
* Update various links in docs
* Remove unused link target
* Fix code to support networkx > 1.0
* add release notes to README.rst
* replace http with https
* Update links in README
* fix tox python3 overrides
* Drop py34 target in tox.ini
* Uncap networkx
* give pep8 and docs environments all of the dependencies they need
* Trivial: update pypi url to new url
* Fix doc build
* stop using tox\_install.sh
* only run doc8 as part of pep8 test job
* standardize indentation in tox.ini
