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: README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,16 @@
1
-
# mikrotik-java
1
+
# mikrotik-java
2
2
3
3
A Java client library implementation for the Mikrotik RouterOS API.
4
4
5
5
This project provides a Java client to manipulate Mikrotik routers using the remote API. Simple things must be easy to do, and complex things must be possible.
Version 3.0.3 fixes a problem with the encoding of non-English characters when sending commands to RouterOS. See [#40](https://github.com/GideonLeGrange/mikrotik-java/issues/40) for more details.
11
+
**The current stable version is 3.0.4**
12
+
13
+
Version 3.0.4 captures several months worth of small code clean-ups and documentation improvements.
12
14
13
15
### Changes in version 3.0:
14
16
@@ -21,13 +23,9 @@ Version 3.0 addresses the problems the API had around TLS encryption. The way se
21
23
Further changes include:
22
24
* The previously deprecated `disconnect()` method is removed.
23
25
24
-
#### Version 2.x
25
-
26
-
Version 2.2 is the last version 2.x release and will be supported for a limited time.
27
-
28
-
#### Version 1.x
26
+
#### Versions 1.x and 2.x
29
27
30
-
Version 1 is considered *obsolete* and will no longer be supported or patched.
28
+
Versions 1 and 2 are considered *obsolete* and will no longer be supported or patched.
31
29
32
30
## Getting the API
33
31
@@ -37,7 +35,7 @@ Maven users can use the artifact from Maven Central with this dependency:
0 commit comments