From aa1b41723390c68f061d2b195ed68f22f61df90f Mon Sep 17 00:00:00 2001 From: Martin Look Date: Mon, 11 Jan 2021 11:26:02 +0100 Subject: [PATCH] Release v0.1.1 --- .gitignore | 1 + CHANGELOG.adoc | 9 +++++++++ README.adoc | 8 ++++---- pom.xml | 9 ++++++++- 4 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 360d60c..edd3368 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /.project /.classpath /.factorypath +/.vscode diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 740e490..d5420f2 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,5 +1,14 @@ = Changelog +== Version 0.1.1 +[cols="1,2,<10a", options="header"] +|=== +|ID|Type|Description +|https://github.com/Axway-API-Management-Plus/ws-client-simple/issues/1[#1] +|Enhancement +|In case of number of sent messages differ from to number of received message log an error instead of a warning. +|=== + == Version 0.1.0 [cols="1,2,<10a", options="header"] |=== diff --git a/README.adoc b/README.adoc index 9f0fd16..307830b 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,5 @@ = Simple WebSocket Client -:revnumber: 0.1.0 +:revnumber: 0.1.1 :toc: :sectnums: :source-highlighter: prettify @@ -18,7 +18,7 @@ ifdef::env-github[] :warning-caption: :warning: endif::[] -:prj-version: {revnumber} +:proj-version: {revnumber} image:https://img.shields.io/github/license/Axway-API-Management-Plus/ws-client-simple?style=plastic[] image:https://img.shields.io/github/v/release/Axway-API-Management-Plus/ws-client-simple?style=plastic[] @@ -37,7 +37,7 @@ The default behavior is to send a single text message to the `ws://echo.websocke [source,shell,subs="verbatim,attributes"] ---- -$ java -jar ws-simple-client-{prj-version}-jar-with-dependencies.jar +$ java -jar ws-simple-client-{proj-version}-jar-with-dependencies.jar INFO 10:29:06.452 - Connect to URI: ws://echo.websocket.org <1> INFO 10:29:07.512 - [1]: connected <2> INFO 10:29:07.513 - [1]: send - hello (#0) <3> @@ -83,7 +83,7 @@ INFO 10:33:10.912 - all endpoints closed == Installation -For installation just download the latest version of the JAR from the https://github.com/orgs/Axway-API-Management-Plus/packages?repo_name=ws-client-simple[GitHub repository] and execute it (see example below): +For installation just download the `ws-simple-client-{proj-version}-jar-with-dependencies.jar` file from the https://github.com/orgs/Axway-API-Management-Plus/packages?repo_name=ws-client-simple[GitHub repository] and execute it (see example below): .Show help screen [source,shell,subs="verbatim,attributes"] diff --git a/pom.xml b/pom.xml index 46117ae..80b467d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.axway-api-management-plus ws-simple-client - 0.1.0 + 0.1.1 jar Simple WebSocket Client @@ -72,4 +72,11 @@ + + + github + Tiny Tools for Axway API Gateway/Manager + https://maven.pkg.github.com/Axway-API-Management-Plus/ws-client-simple + +