What's Changed
- Use Protocol for function typing instead of MyPy extensions by @nolar in #1281
- Support
kubernetes_asyncioas the first-class 3rd-party library by @nolar in #1283 - Postpone the cancellation of authenticator to the very last moment by @nolar in #1286
Refactoring
- Type-check the examples in strict mode, add type annotations by @nolar in #1280
- Convert to Python 3.9: convert most internal mappings to dicts by @nolar in #1166
- Test the piggybacking authentication routines by @nolar in #1284
- Test the operator's top-level routines by @nolar in #1287
Full Changelog: 1.44.2...1.44.3