You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE-NOTES.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
---
4
4
5
-
# Version 1.0.2-RC1 released on 2017-12-01
5
+
# Version 1.0.2-RC1 released on 2017-12-05
6
6
7
7
## Announcement:
8
8
9
-
This update to `Reactive Streams` brings the following improvements over `1.0.1`.
9
+
We—the Reactive Streams community—are pleased to announce the immediate availability of `Reactive Streams 1.0.2-RC1`. This update to `Reactive Streams` brings the following improvements over `1.0.1`.
10
10
11
11
## Highlights:
12
12
@@ -76,6 +76,7 @@ A TCK artifact has been created to allow for direct TCK verification of `java.ut
76
76
## TCK alterations 1.0.2-RC1
77
77
78
78
- Added support for Publisher verification of Publishers who do coordinated emission, i.e. where elements only are emitted after all current Subscribers have signalled demand. ([#284](https://github.com/reactive-streams/reactive-streams-jvm/issues/284))
79
+
- The `SubscriberWhiteboxVerification` has been given more user friendly error messages in the case where the user forgets to call `registerOnSubscribe`. (#416)[https://github.com/reactive-streams/reactive-streams-jvm/pull/416]
79
80
80
81
## Contributors
81
82
+ Roland Kuhn [(@rkuhn)](https://github.com/rkuhn)
0 commit comments