From 25fb5a3bcda1e3d356b8910d811a2b5295ffea6b Mon Sep 17 00:00:00 2001 From: "@uartnet" <140632163+uartnet@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:26:31 +0200 Subject: [PATCH] chore(main): release rstream 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ examples/forward-local-port/pom.xml | 2 +- examples/micronaut-published-http/pom.xml | 2 +- examples/micronaut-webhook-receiver/pom.xml | 2 +- examples/private-dial/pom.xml | 2 +- examples/published-http-server/pom.xml | 2 +- examples/quarkus-published-http/pom.xml | 2 +- examples/spring-boot-published-http/pom.xml | 2 +- examples/spring-boot-webhook-receiver/pom.xml | 2 +- examples/vertx-published-http/pom.xml | 2 +- examples/webhook-receiver/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 19 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f820ac6..7268a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/rstreamlabs/rstream-java/compare/rstream-v0.2.0...rstream-v0.3.0) (2026-07-18) + + +### Features + +* add published TCP tunnels ([b548952](https://github.com/rstreamlabs/rstream-java/commit/b548952ab80e711d996cc994e53baae4dbfc93c2)) + ## [0.2.0](https://github.com/rstreamlabs/rstream-java/compare/rstream-v0.1.0...rstream-v0.2.0) (2026-07-11) diff --git a/examples/forward-local-port/pom.xml b/examples/forward-local-port/pom.xml index f7d4eb7..502da1b 100644 --- a/examples/forward-local-port/pom.xml +++ b/examples/forward-local-port/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples forward-local-port - 0.2.1-SNAPSHOT + 0.3.0 17 UTF-8 diff --git a/examples/micronaut-published-http/pom.xml b/examples/micronaut-published-http/pom.xml index 70622e4..d8b5592 100644 --- a/examples/micronaut-published-http/pom.xml +++ b/examples/micronaut-published-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples micronaut-published-http - 0.2.1-SNAPSHOT + 0.3.0 rstream Micronaut published HTTP example 17 diff --git a/examples/micronaut-webhook-receiver/pom.xml b/examples/micronaut-webhook-receiver/pom.xml index ecbc5a9..d477bba 100644 --- a/examples/micronaut-webhook-receiver/pom.xml +++ b/examples/micronaut-webhook-receiver/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples micronaut-webhook-receiver - 0.2.1-SNAPSHOT + 0.3.0 rstream Micronaut webhook receiver example 17 diff --git a/examples/private-dial/pom.xml b/examples/private-dial/pom.xml index 67a3a9c..2732f93 100644 --- a/examples/private-dial/pom.xml +++ b/examples/private-dial/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples private-dial - 0.2.1-SNAPSHOT + 0.3.0 17 UTF-8 diff --git a/examples/published-http-server/pom.xml b/examples/published-http-server/pom.xml index ac7dd4c..a01292c 100644 --- a/examples/published-http-server/pom.xml +++ b/examples/published-http-server/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples published-http-server - 0.2.1-SNAPSHOT + 0.3.0 17 UTF-8 diff --git a/examples/quarkus-published-http/pom.xml b/examples/quarkus-published-http/pom.xml index f864ba5..b1e5a73 100644 --- a/examples/quarkus-published-http/pom.xml +++ b/examples/quarkus-published-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples quarkus-published-http - 0.2.1-SNAPSHOT + 0.3.0 rstream Quarkus published HTTP example 3.14.1 diff --git a/examples/spring-boot-published-http/pom.xml b/examples/spring-boot-published-http/pom.xml index 4615eef..7bed59a 100644 --- a/examples/spring-boot-published-http/pom.xml +++ b/examples/spring-boot-published-http/pom.xml @@ -9,7 +9,7 @@ io.rstream.examples spring-boot-published-http - 0.2.1-SNAPSHOT + 0.3.0 rstream Spring Boot published HTTP example 17 diff --git a/examples/spring-boot-webhook-receiver/pom.xml b/examples/spring-boot-webhook-receiver/pom.xml index 531bc0c..3c2501e 100644 --- a/examples/spring-boot-webhook-receiver/pom.xml +++ b/examples/spring-boot-webhook-receiver/pom.xml @@ -9,7 +9,7 @@ io.rstream.examples spring-boot-webhook-receiver - 0.2.1-SNAPSHOT + 0.3.0 rstream Spring Boot webhook receiver example 17 diff --git a/examples/vertx-published-http/pom.xml b/examples/vertx-published-http/pom.xml index f4aeccb..ab4a901 100644 --- a/examples/vertx-published-http/pom.xml +++ b/examples/vertx-published-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples vertx-published-http - 0.2.1-SNAPSHOT + 0.3.0 rstream Vert.x published HTTP example 17 diff --git a/examples/webhook-receiver/pom.xml b/examples/webhook-receiver/pom.xml index 2ac36b3..a61695c 100644 --- a/examples/webhook-receiver/pom.xml +++ b/examples/webhook-receiver/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream.examples webhook-receiver - 0.2.1-SNAPSHOT + 0.3.0 17 UTF-8 diff --git a/pom.xml b/pom.xml index 2be44fc..54e48fc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.rstream rstream - 0.2.1-SNAPSHOT + 0.3.0 jar rstream Java SDK Java SDK for rstream tunnels and webhook receivers.