Skip to content

Commit

Permalink
Prepare release 1.90.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jitlogic committed Nov 4, 2018
1 parent e738a06 commit b6d1601
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 11 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Zorka 1.90.5 (2018-11-05)
-------------------------

* agent registration from command line;
* hystrix instrumentation & dtrace support;
* spring AMQP instrumentation & dtrace support;
* internal: intra-thread communication via SpyStateShelf;
* internal: preliminary TLS support, http service implementation;
* fix: NPEs in SpyClassResolver causing some classes being not instrumented;
* fix: jvm http client now working properly;


Zorka 1.90.4 (2018-09-24)
-------------------------

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.5-SNAPSHOT</version>
<version>1.90.5</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.5-SNAPSHOT</version>
<version>1.90.5</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.5-SNAPSHOT</version>
<version>1.90.5</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.5-SNAPSHOT</version>
<version>1.90.5</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.5-SNAPSHOT</version>
<version>1.90.5</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.5-SNAPSHOT</version>
<version>1.90.5</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.5-SNAPSHOT</version>
<version>1.90.5</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.5-SNAPSHOT</version>
<version>1.90.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion zorka-net/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.5-SNAPSHOT</version>
<version>1.90.5</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.5-SNAPSHOT</version>
<version>1.90.5</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.5-SNAPSHOT</version>
<version>1.90.5</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit b6d1601

Please sign in to comment.