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 68ad8e2 commit 15e52bbCopy full SHA for 15e52bb
docs/What's-different-in-3.0.md
@@ -0,0 +1,33 @@
1
+Table of contents
2
+
3
+# Introduction
4
+TBD.
5
6
+### API signature changes
7
8
9
10
+- as() merged into to()
11
+- some operators returning a more appropriate Single or Maybe
12
+- functional interfaces throws widening to Throwable
13
+- standard methods removed
14
+- standard methods signature changes
15
16
+### Standardized operators
17
18
+(former experimental and beta operators from 2.x)
19
20
21
22
+### Operator behavior changes
23
24
25
26
+- connectable sources lifecycle-fixes
27
28
29
+### Test support changes
30
31
32
33
+- methods removed from the test consumers
0 commit comments