CHANGES
=======

0.7.0
-----

* test: switching to new credentials
* fix: add back google-api-python-client
* docs: more info on CloudVolume dependency
* docs: added info on CloudVolume dependency
* test: install numpy first for CloudVolume compatibility
* docs: more explicit about how to set up secrets
* docs: made PrintTask example more explicit
* docs: update readme to be more general
* feat: remove broken Google support

0.6.0
-----

* fix: test\_task\_creation independent of dict order (#10)
* fix: serialization of kwargs (#7)
* docs: how to use in README.md

0.5.0
-----

* feat: Multiprocess LocalTaskQueue (#6)
* chore: bump requirements

0.4.1
-----

* fix: updated ptq to use updated cloud-volume semantics
* Update README.md

0.4.0
-----

* feat: specify lease seconds through LEASE\_SECONDS environemnt var

0.3.2
-----

* fix: error in printing out bad queue urls

0.3.1
-----

* fix: forgot to include numpy in RegisteredTask

0.3.0
-----

* refactor: simplified AppEngineTaskQueueAPI (#4)

0.2.1
-----

* fix: python3 compatibility with python2 strings

0.2.0
-----

* feat: appenging queue api now supports tasks/id/:tid
* fix: unassigned variable
* fix: make encoding python3 friendly
* feat: switched appengine implementation to requests

0.1.7
-----

* feat: reviving the appengine taskqueue

0.1.6
-----

* chore: bumped cloud-volume version

0.1.5
-----

* feat: python3 compatibility (#3)

0.1.4
-----

* Wms cloud secrets (#2)

0.1.3
-----

* fix: secretpath was broken for legacy paths

0.1.2
-----

* fix: need to strip project\_name in case there's extra whitespace
* feat: backwards compatible secrets
* fix: add queue\_server to MockTaskQueue's constructor

0.1.1
-----

* fix: restore default project\_name

0.1.0
-----

* feat: Initial commit
* Initial commit
