Skip to content

Commit

Permalink
Updated README for 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GideonLeGrange authored Aug 7, 2017
1 parent b7a1620 commit 6d9141a
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# mikrotik-java
# mikrotik-java

A Java client library implementation for the Mikrotik RouterOS API.

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.

## Versions

**The current stable version is 3.0.3**
[![Build Status](https://travis-ci.org/GideonLeGrange/mikrotik-java.svg?branch=master)](https://travis-ci.org/GideonLeGrange/mikrotik-java)

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.
**The current stable version is 3.0.4**

Version 3.0.4 captures several months worth of small code clean-ups and documentation improvements.

### Changes in version 3.0:

Expand All @@ -21,13 +23,9 @@ Version 3.0 addresses the problems the API had around TLS encryption. The way se
Further changes include:
* The previously deprecated `disconnect()` method is removed.

#### Version 2.x

Version 2.2 is the last version 2.x release and will be supported for a limited time.

#### Version 1.x
#### Versions 1.x and 2.x

Version 1 is considered *obsolete* and will no longer be supported or patched.
Versions 1 and 2 are considered *obsolete* and will no longer be supported or patched.

## Getting the API

Expand All @@ -37,7 +35,7 @@ Maven users can use the artifact from Maven Central with this dependency:
<dependency>
<groupId>me.legrange</groupId>
<artifactId>mikrotik</artifactId>
<version>3.0.3</version>
<version>3.0.4</version>
</dependency>
```

Expand Down

0 comments on commit 6d9141a

Please sign in to comment.