<div dir="ltr">I'm pleased to announce pylxd 2.0.2 has been released. Among the notable changes:<div><br></div><div>  - `Client.events` provides a stream of events from LXD, over a websocket. This allows users to write event hooks on specific events.</div><div>  - `Container.execute` has changed a bit. The original implementation had a bug in it where the commands weren't executing properly. Now you must pass a list of commands to it, and will return a two part tuple with the contents of stdout and stderr results from the command.</div><div>  - Minor bugs and refactors</div><div><br></div><div>On the roadmap for the next release of pylxd...</div><div><br></div><div>  - Client authentication via generated certificates (right now, if you try to use untrusted certificates, an exception is raised).</div><div>  - Support for container migration</div><div><br></div><div>As always, please use in anger, and file bugs at <a href="https://github.com/lxc/pylxd/issues">https://github.com/lxc/pylxd/issues</a></div><div><br></div><div>Cheers,</div><div>Paul</div></div>