Skip to content

Releases: kilmajster/ngrok-spring-boot-starter

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
Automation-test fix - added new domain of ngrok free tunnel - .ngrok-…

…free.app (#66)

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

Test automated release ⚙️ v2

12 Jul 18:20
Compare
Choose a tag to compare
0.4.2

Added release job