Skip to content

Releases: kilmajster/ngrok-spring-boot-starter

0.10.0 - jdk 17 & dependencies update

01 Mar 18:03
abee065
Compare
Choose a tag to compare

What's Changed

  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.4 by @dependabot in #93
  • Bump commons-io:commons-io from 2.15.1 to 2.16.1 by @dependabot in #91
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #89
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.16.2 to 2.17.0 by @dependabot in #84
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.0 to 2.17.1 by @dependabot in #94
  • Bump org.springframework.boot:spring-boot-starter-parent from 2.7.15 to 2.7.18 by @dependabot in #95
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #97
  • Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 by @dependabot in #96
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.1 to 2.17.2 by @dependabot in #98
  • Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 by @dependabot in #99
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #100
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7 by @dependabot in #109
  • Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.1 by @dependabot in #104
  • bumped java to v17 and updated dependencies by @kilmajster in #115
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot in #118
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.18.1 to 2.18.2 by @dependabot in #117
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot in #119

Full Changelog: 0.9.2...0.10.0

0.9.2 - dependencies update

12 Mar 14:54
2d8f5d8
Compare
Choose a tag to compare

What's Changed

  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #83
  • Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 by @dependabot in #82
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.16.1 to 2.16.2 by @dependabot in #81

Full Changelog: 0.9.1...0.9.2

0.9.1 - dependencies update

23 Feb 11:38
8cec70b
Compare
Choose a tag to compare

What's Changed

  • Bump commons-io:commons-io from 2.13.0 to 2.15.1 by @dependabot in #74
  • Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.15.2 to 2.16.1 by @dependabot in #71
  • Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by @dependabot in #76
  • Bump org.apache.commons:commons-compress from 1.24.0 to 1.25.0 by @dependabot in #72
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3 by @dependabot in #73
  • Bump org.springframework.cloud:spring-cloud-contract-wiremock from 3.1.8 to 3.1.10 by @dependabot in #79
  • Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 by @dependabot in #77

New Contributors

Full Changelog: 0.9.0...0.9.1

Fixed incompatibility with spring-boot 3.x

15 Sep 16:28
71eb480
Compare
Choose a tag to compare
0.9.0

[v0.9.0] fixed incompatibility with spring-boot 3.x (#68)

Support for spring-boot 2.7+

26 Apr 11:36
4384fc6
Compare
Choose a tag to compare
0.8.0

Automation-test fix - added new domain of ngrok free tunnel - .ngrok-…

Support for Ngrok v3

24 Oct 16:14
055a4c3
Compare
Choose a tag to compare
Ngrok v3 (#62)

* authToken related classes polish

* Added support for Ngrok v3, added option to still use v2 by enabling `ngrok.legacy` config prop, removed ngrok archive urls from configuration

* Closing https://github.com/kilmajster/ngrok-spring-boot-starter/issues/56

* Updated docs

* Updated docs [skip ci]

Added support for ngrok authToken

01 Apr 20:10
bc3dfc6
Compare
Choose a tag to compare
Added support for ngrok authToken (#61)

* Added support for ngrok authToken

* added auth token to test app

* test fixes

* CI tests

* Fixes automation tests

* CI fix

* CI fix vNEXT

* CI fix vNEXT

* CI fix vNEXT

* CI fix vNEXT

* CI fix vNEXT

* CI fix vNEXT

* CI fix vNEXT

* dependencies versions bump

* added docs about authToken

Added full implementation of ngrok API

18 Sep 15:47
0cd4901
Compare
Choose a tag to compare
Added full implementation of ngrok API (#60)

* Added fully implementation of ngrok client API

* progress with the API

* [skip ci] set next development version

* [skip ci] set next development version

* progress with api

* more of ngrok API implementation

* [v0.4.0] Ngrok API implementation

* Merge branch 'main' of https://github.com/kilmajster/ngrok-spring-boot-starter into full_ngrok_api

# Conflicts:
#	pom.xml
#	src/main/java/ngrok/NgrokRunner.java

* bumped dependencies versions

#bugfix removed duplicated message in startup logs

12 Jul 19:59
Compare
Choose a tag to compare
0.4.4

#bugfix removed duplicated message in startup logs

Test automated release ⚙️ v3

12 Jul 18:31
Compare
Choose a tag to compare
0.4.3

bumped maven-gpg-plugin version to 3.0.1