> _Originally released on 2019-07-16 10:09:39+00:00 ([link](https://github.com/zalando-incubator/kopf/releases/tag/0.19))._
New features:
* Built-in resources (pods, services, namespaces) are now supported. 110
* Per-object messages logged via `logger` kwarg (INFO+ level) are sent as Kubernetes events implicitly. 128 148
Improvements:
* Almost proper operator termination on SIGINT/SIGTERM. 147 151
* *Note: blocking socket reads are not yet fixed and can freeze on exit.*
Internal changes:
* Internal K8s API client is switched from the official kubernetes-python top pykube-ng. 110
* Code coverage is measured. 72 146
* E2E tests are stabilized. 149