Skip to content

Commit a411a2c

Browse files
committed
Prepare changelog for version 3.5.0.
1 parent 9b42e5d commit a411a2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

3+
## Version 3.5.0
4+
35
* Added client-side filtering to many of the standard API (wherever sensibly applicable); These APIs `select`
46
and `get_all` functions now feature optional `include` and `exclude` parameters which can be used to filter
57
the results before being wrapped into Python objects; Added multiple matchers including a JSONPath matcher
68
a JMESPath matcher and a PyDF (Python Display Filter) matcher with PyDF as default.
9+
10+
## Version 3.4.0
11+
712
* Added `QueueListener` and `AsyncQueueListener` classes to the Notification 2.0 toolkit. These pre-defined
813
listener implementation append new notifications to standard queues that can be monitored/listened to which
914
makes Notification 2.0 solutions even simpler to implement.

0 commit comments

Comments
 (0)