Skip to content

Commit

Permalink
Development release 1.90.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jitlogic committed Jan 19, 2019
1 parent 6522f7b commit 1a7e99d
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Zorka 1.90.6 (2019-01-19)
-------------------------

* fix bugs causing some classes to be skipped by instrumentation engine;
* SLA calculation code removed from ZorkaStats;
* new NIO based network server (based on http-kit);
* Prometheus scrapping mode - rudimentary implementation;
* fix: request parsing for Zabbix 4.0;
* zico2: switched to binary agent-collector protcol (no base64 anymore);
* zico2: optional TLS encryption between agent and server;
* new HTTP client code with TLS support and keep-alive;


Zorka 1.90.5 (2018-11-05)
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.jitlogic.zorka</groupId>
<artifactId>zorka</artifactId>
<packaging>pom</packaging>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
<name>zorka: parent aggregator</name>
<url>http://zorka.io</url>

Expand Down
2 changes: 1 addition & 1 deletion zorka-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zorka-bsh-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion zorka-bsh-shell/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion zorka-cbor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zorka-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zorka-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jitlogic.zorka</groupId>
<artifactId>zorka</artifactId>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion zorka-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zorka-netkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zorka-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zorka-snmp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>zorka</artifactId>
<groupId>com.jitlogic.zorka</groupId>
<version>1.90.6-SNAPSHOT</version>
<version>1.90.6</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 1a7e99d

Please sign in to comment.