- Added pre-defined Dockerfile for docker execution
1.3.1
------------------
Bug Handling ~~~~~~~~~~~~
- requirements have been updated in `setup.py` as well so they're aligned with `requirements.txt`
1.3.0
------------------
Features ~~~~~~~~
- `kazoo.client.KazooClient` object can be passed to `zk_shell.shell.Shell` to connect to Zookeeper so custom authentication schemes are now supported - requirements now define minimum versions
Bug Handling ~~~~~~~~~~~~
- fixed build script of the CI tests
1.2.5
------------------
Features ~~~~~~~~
- update requirements
Bug Handling ~~~~~~~~~~~~
- fix broken/skipped tests
1.2.4
------------------
Bug Handling ~~~~~~~~~~~~
- fix copy function - use srvr, not stat for zxid
1.2.3
------------------
Features ~~~~~~~~
- add json_append command to append an element to a list within a JSON object - add json_remove to remove the first or all occurrences of a value within a list of a JSON object