We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c93c43 commit 24ac017Copy full SHA for 24ac017
CHANGELOG.md
@@ -2,7 +2,20 @@
2
3
## 0.8.5
4
5
-
+### Features
6
+
7
+* Expanded endpoint coverage. Now at parity with the Java SDK.
8
+* Replaced ResultsReader with clearer code. Changed its interface a
9
+ bit to be more useful.
10
+* Added support for getting entities with (name,namespace) combinations,
11
+ and reasonable errors on conflicts from looking up by name alone.
12
+* Added a distinct AuthenticationError and optional autologin/autorelogin.
13
+* Reduced roundtrips and listings with specific lookups in __getitem__
14
+ and similar methods.
15
+* Put in types and operations to make URL encoding of strings consistent.
16
+* Lots of docstrings expanded.
17
+* Lots of small bugs fixed.
18
19
## 0.8.0 (beta)
20
21
### Features
0 commit comments