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 fa9a6f1 commit 1e5911fCopy full SHA for 1e5911f
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+# 2.1.3
2
+
3
+* Add OSGi metadata
4
5
+# 2.1.2
6
7
+* Fixed http error mapping - title field is now the error message
8
+* Fixed: NullPointerException while getting non-existent proxy #8
9
+* Introduced getProxyOrNull() method #8
10
+* Added LIMIT\_DATA toxic
11
12
+# 2.1.1
13
14
+* Fixed NPE in ToxicList.get() method #6.
15
16
# 2.1
17
18
* Fixed support for the reset() API method (#4).
README.md
@@ -10,7 +10,7 @@ Installation:
<dependency>
<groupId>eu.rekawek.toxiproxy</groupId>
<artifactId>toxiproxy-java</artifactId>
- <version>2.1.2</version>
+ <version>2.1.3</version>
</dependency>
```
0 commit comments