Skip to content

Commit c020c84

Browse files
author
Fred Ross
committed
updated changelog based on Andrea's complaints
1 parent 279e7c8 commit c020c84

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
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.

0 commit comments

Comments
 (0)