Skip to content

Commit bf9ce10

Browse files
committed
updating CHANGELOG.md
1 parent 20c2cb2 commit bf9ce10

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
v. 0.13.0
5+
---------
6+
*?*
7+
- replacing default protocol HTTP with HTTPS in WalledGardenInternetObservingStrategy - PR #376, issue #323
8+
49
v. 0.12.4
510
--------
611
*24 Jun 2018*
@@ -27,9 +32,9 @@ v. 0.12.0
2732
- Fixed NPE occuring when `ConnectivityManager` is `null` in `ReactiveNetwork.observeNetworkConnectivity()` method - issue #209
2833
- Added new method to the API for checking Internet connectivity - issue #205
2934
- `Observable<Boolean> observeInternetConnectivity(strategy, host)`
30-
- Added to documentation comment about monitoring Internet connectivity with custom host - issue #204
35+
- Added to documentation comment about monitoring Internet connectivity with custom host - issue #204
3136
- Classes which implement InternetObservingStrategy handle custom hosts with and without `http://` or `https://` prefix gracefully - issue #206
32-
- organized packages with unit tests
37+
- organized packages with unit tests
3338
- made the library more hermetic
3439
- changed visibility of `SocketInternetObservingStrategy#isConnected(String host, int port, int timeoutInMs, ErrorHandler handler)` method from `public` to `protected`
3540
- changed visibility of `SocketInternetObservingStrategy#isConnected(Socket socket, String host, int port, int timeoutInMs, ErrorHandler errorHandler)` method from `public` to `protected`
@@ -43,7 +48,7 @@ v. 0.11.0
4348

4449
- added `WalledGardenInternetObservingStrategy` - fixes #116
4550
- made `WalledGardenInternetObservingStrategy` a default strategy for checking Internet connectivity
46-
- added documentation for NetworkObservingStrategy - solves #197
51+
- added documentation for NetworkObservingStrategy - solves #197
4752
- added documentation for InternetObservingStrategy - solves #198
4853
- bumped Kotlin version to 1.1.3-2
4954
- bumped Gradle Android Tools version to 2.3.3
@@ -57,8 +62,8 @@ v. 0.10.0
5762
- bumped test dependencies
5863
- created Code of Conduct
5964
- updated Kotlin version in sample apps
60-
- added retrolambda to the sample Java app - issue #163
61-
- fixed behavior of network observing in disconnected state - issue #159
65+
- added retrolambda to the sample Java app - issue #163
66+
- fixed behavior of network observing in disconnected state - issue #159
6267

6368
v. 0.9.1
6469
--------
@@ -117,9 +122,9 @@ v. 0.6.0
117122
--------
118123
*20 Oct 2016*
119124

120-
- fixed bug with the crash during unregister receiver for Pre-Lollipop devices #87
125+
- fixed bug with the crash during unregister receiver for Pre-Lollipop devices #87
121126
- extended `NetworkObservingStrategy` with `void onError(String message, Exception exception)` method, which allows handling errors in network observing strategies
122-
- closed the socket in the Internet connection check #91
127+
- closed the socket in the Internet connection check #91
123128
- added `SocketErrorHandler` with a default implementation in `DefaultSocketErrorHandler` class, which allows handling errors during closing socket connection
124129
- delegated observing Internet connectivity functionality to separate class hidden behind `InternetObservingStrategy` interface
125130
- added an `InternetObservingStrategy` interface with the default implementation in `DefaultInternetObservingStrategy` class, which allows to customize Internet observing strategy

0 commit comments

Comments
 (0)