Skip to content

Commit 15e52bb

Browse files
authored
Create What's-different-in-3.0.md
1 parent 68ad8e2 commit 15e52bb

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

docs/What's-different-in-3.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Table of contents
2+
3+
# Introduction
4+
TBD.
5+
6+
### API signature changes
7+
8+
TBD.
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+
TBD.
21+
22+
### Operator behavior changes
23+
24+
TBD.
25+
26+
- connectable sources lifecycle-fixes
27+
28+
29+
### Test support changes
30+
31+
TBD.
32+
33+
- methods removed from the test consumers

0 commit comments

Comments
 (0)