- fix: feat: remove dependency to urllib3 from kube_config, pin urlllib>=1.23 due to CVE-2018-20060 (#56, @tomplus)
- fix: kubeconfig loading failure when server uri contains trailing slash (#53, @tomplus)
- feat: regenerate client with thread-pool optimization (#54, @tomplus)
- first stable release 7.0.0
- feat: add debug logs to KubeConfigLoader (#45, @tomplus)
- feat: exec-plugins support in kubeconfig (#44, @tomplus)
- fix: read config data with bytes (python3) (#41, @tomplus)
- feat: regenerate with latest client gen to get custom object status scale api (#37, @juliantaylor)
- fix: handling timeout by watch loop (#39, @tomplus)
- feat: make function
load_kube_config
asynchronous - feat: function to auto-refresh gke token
- feat: remove synchronous libraries from dependencies
- feat: watch stops the iterator for empty responses and do not process ERROR responses (#22, @olitheolix)
- feat: replace urllib3 by http.client in e2e initializer (#20, @tomplus)
- feat: new example - tail.py (#19, @tomplus)
- feat: new example - simultaneously watch multiple event streams without threads (#13, @olitheolix)
- fix: fix few typos in setup.py (#18, @evemorgen)
- fix: requirement for requests and urllib3 version (#16, @tomplus)
- fix e2e and unit tests
- fix Watch, Stream
- fix requirements.txt
- first release