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 436e03c commit 5454ff8Copy full SHA for 5454ff8
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+# 0.9.0
4
+
5
+* Removed `drain_events`. Events are now drained by calling `Client::close` or on the
6
+ transport on `Transport::shutdown`.
7
+* Removed `Hub::add_event_processor`. This was replaced by `Scope::add_event_processor`
8
+ which is easier to use (only returns factory function)/
9
+* Added various new client configuration values.
10
+* Unified option handling
11
12
+This is likely to be the final API before 1.0
13
14
# 0.3.1
15
16
* Remove null byte terminator from device model context (#33)
0 commit comments