File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 55### Features
66
77* 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.
8+ * Replaced ResultsReader with something shorter. Iteration now
9+ results either Message objects or dicts, and moved preview from
10+ iteration to a field.
11+ * Entities can be fetched from collections by name plus namespace
12+ combinations (which are unique, unlike names alone). Fetching
13+ entries by name alone properly throws errors on name conflicts.
1214* Added a distinct AuthenticationError and optional autologin/autorelogin.
1315* Reduced roundtrips and listings with specific lookups in __ getitem__
1416 and similar methods.
You can’t perform that action at this time.
0 commit comments