File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
33## 0.8.5
44
5-
5+ ### Features
6+
7+ * Expanded endpoint coverage. Now at parity with the Java SDK.
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.
14+ * Added a distinct AuthenticationError and optional autologin/autorelogin.
15+ * Reduced roundtrips and listings with specific lookups in __ getitem__
16+ and similar methods.
17+ * Put in types and operations to make URL encoding of strings consistent.
18+ * Pagination is implemented to stream search results a hunk at a time.
19+ * Lots of docstrings expanded.
20+ * Lots of small bugs fixed.
21+
622## 0.8.0 (beta)
723
824### Features
You can’t perform that action at this time.
0 commit comments