Skip to content

Bump com.github.alexdlaird:java-ngrok from 2.2.3 to 2.3.8#368

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.github.alexdlaird-java-ngrok-2.3.8
Open

Bump com.github.alexdlaird:java-ngrok from 2.2.3 to 2.3.8#368
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.github.alexdlaird-java-ngrok-2.3.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 17, 2025

Copy link
Copy Markdown
Contributor

Bumps com.github.alexdlaird:java-ngrok from 2.2.3 to 2.3.8.

Release notes

Sourced from com.github.alexdlaird:java-ngrok's releases.

2.3.8

Added

  • DefaultHttpClient now respects retryCount, so API GET operations also retry if configured.

Fixed

  • process and processMonitor are no longer set to null when NgrokProcess.stop() is called, as this was error prone behavior that also suppressed useful information.

2.3.7

Added

  • Documentation improvements.

2.3.6

Added

  • Documentation improvements.

2.3.5

Added

  • Support for ngrok config version 3.
  • Support for traffic_policy tunnel definition, which ngrok renamed from policy.
  • Support for traffic_policy.on_http_request and traffic_policy.on_http_response, which ngrok added unique keys for in HTTP tunnels.
  • If a value for apiKey is not set in JavaNgrokConfig, it will attempt to use the environment variable NGROK_API_KEY if it is set.

Remove

  • Tunnel definition fields hostname and client_cas, as they are no longer supported by ngrok.

2.3.4

Added

  • Test improvements.

Changed

  • Permission for installed binary to limit execute to user.

2.3.3

Added

  • Documentation improvements.

2.3.2

Added

  • Documentation improvements.

... (truncated)

Changelog

Sourced from com.github.alexdlaird:java-ngrok's changelog.

2.3.8 - 2025-03-16

Added

  • DefaultHttpClient now respects retryCount, so API GET operations also retry if configured.

Fixed

  • process and processMonitor are no longer set to null when NgrokProcess.stop() is called, as this was error prone behavior that also suppressed useful information.

2.3.7 - 2025-02-18

Added

  • Documentation improvements.

2.3.6 - 2025-01-28

Added

  • Documentation improvements.

2.3.5 - 2025-01-08

Added

  • Support for ngrok config version 3.
  • Support for traffic_policy tunnel definition, which ngrok renamed from policy.
  • Support for traffic_policy.on_http_request and traffic_policy.on_http_response, which ngrok added unique keys for in HTTP tunnels.
  • If a value for apiKey is not set in JavaNgrokConfig, it will attempt to use the environment variable NGROK_API_KEY if it is set.

Remove

  • Tunnel definition fields hostname and client_cas, as they are no longer supported by ngrok.

2.3.4 - 2024-12-13

Added

  • Test improvements.

Changed

  • Permission for installed binary to limit execute to user.

2.3.3 - 2024-11-10

Added

  • Documentation improvements.

... (truncated)

Commits
  • 698e621 Version bump.
  • 8bbb705 Don't set process and processMonitor to null.
  • 5b426d9 Updates to timeouts.
  • 4262b70 Revert "Update CHANGELOG.md"
  • a039640 Update CHANGELOG.md
  • 53a9b4c Increase default time to 6s instead of 4s (making consistent).
  • 78cfc0c Increase logging
  • 0f4f7c3 Increase logging.
  • fad959a Update DefaultHttpClient.java
  • 8ed53f9 More logging to identify socket timeout in tests.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 17, 2025
Bumps [com.github.alexdlaird:java-ngrok](https://github.com/alexdlaird/java-ngrok) from 2.2.3 to 2.3.8.
- [Release notes](https://github.com/alexdlaird/java-ngrok/releases)
- [Changelog](https://github.com/alexdlaird/java-ngrok/blob/main/CHANGELOG.md)
- [Commits](alexdlaird/java-ngrok@2.2.3...2.3.8)

---
updated-dependencies:
- dependency-name: com.github.alexdlaird:java-ngrok
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants