2.2.10
Release Highlights
- #341 - add support for filtering events by type on the client
- #357 - Add restore snapshot methods
- #358 - Add live parameter support for container migrations
- #359 - fix dropped timeout parameter in the client
- #361 - Add support to suppress attribute warning on unknown attributes
- #363 - Fix missing output on commands with paused output.
All changes:
f99f6c6 [2019-05-17] Fix change of behaviour on execute introduced in #363
765eacc [2019-05-17] Merge pull request #363 from ajkavanagh/bug/362/ensure-all-output-on-execute
4c59b13 [2019-05-17] Fix execute command missing output with pauses in output text
816da55 [2019-05-08] Merge pull request #361 from ajkavanagh/issue/301/supress-attribute-warnings
8f578fb [2019-05-07] Merge pull request #359 from ajkavanagh/fix-dropped-timeout
aaf9a1f [2019-05-03] Merge pull request #358 from ajkavanagh/live-param-container-migration/338
7794c86 [2019-05-03] Merge pull request #357 from ajkavanagh/add-restore-snapshot-method
6ba85dc [2019-05-03] Add PYLXD_WARNINGS env variable to be able to supress warnings
40dc4dd [2019-05-02] Add methods to the docs
28b31cc [2019-05-02] (fix-dropped-timeout) Fix dropped timeout in pylxd/client.py
5c4663d [2019-05-02] Add live parameter for migrations
c69e4eb [2019-05-01] Add restore snapshot methods
b231c0a [2019-05-01] Added support for filtering events by type (#341)
038a489 [2019-05-01] Update pydoc for container.execute (#356)
e2408f3 [2019-05-01] Merge pull request #355 from ajkavanagh/master