AlexanderZobkov / github-events-emailer

:octocat: Sends github events as emails.
Apache License 2.0
0 stars 0 forks source link

Bump com.github.alexdlaird:java-ngrok from 2.2.3 to 2.3.0 #306

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

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

Release notes

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

2.3.0

Added

  • Support for domain configuration when building CreateTunnel.
  • Support for user_agent_filter configuration when building CreateTunnel.
  • Support for policy configuration when building CreateTunnel.
  • us-cal-1 to Region.
  • Test cases for TLS tunnels.
  • Build improvements.

Fixed

  • ngrok config value ip_restriction was incorrectly plural in previous versions of java-ngrok. Value is now interpreted as singular to align with the ngrok docs, and classes and methods associated with it, like TunnelIPRestriction, have been renamed.

2.2.16

Added

  • Build and stability improvements.

2.2.15

Added

  • obj parsing in NgrokLog.
  • throws for unchecked exceptions to documentation.
  • Documentation improvements.
  • Build and stability improvements.

Fixed

2.2.14

Added

  • Build and stability improvements.
  • Documentation and style improvements.

2.2.13

Added

  • Build improvements.
  • Documentation improvements.

2.2.12

Added

  • Build and stability improvements.

2.2.10

Changed

  • Moved evaluation of HTTP GET retry logic from DefaultHttpClient's getInputStream() to get().
  • Build and stability improvements.

2.2.9

Added

  • Stability improvements.

2.2.8

... (truncated)

Changelog

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

2.3.0 - 2024-04-08

Added

  • Support for domain configuration when building CreateTunnel.
  • Support for user_agent_filter configuration when building CreateTunnel.
  • Support for policy configuration when building CreateTunnel.
  • us-cal-1 to Region.
  • Test cases for TLS tunnels.
  • Build improvements.

Fixed

  • ngrok config value ip_restriction was incorrectly plural in previous versions of java-ngrok. Value is now interpreted as singular to align with the ngrok docs, and classes and methods associated with it, like TunnelIPRestriction, have been renamed.

2.2.16 - 2024-03-24

Added

  • Build and stability improvements.

2.2.15 - 2024-03-08

Added

  • obj parsing in NgrokLog.
  • throws for unchecked exceptions to documentation.
  • Documentation improvements.
  • Build and stability improvements.

Fixed

2.2.14 - 2024-03-06

Added

  • Build and stability improvements.
  • Documentation and style improvements.

2.2.13 - 2024-02-26

Added

  • Build improvements.
  • Documentation improvements.

2.2.12 - 2024-02-18

Added

  • Build and stability improvements.

2.2.10 - 2024-02-15

Changed

  • Moved evaluation of HTTP GET retry logic from DefaultHttpClient's getInputStream() to get().
  • Build and stability improvements.

2.2.9 - 2024-02-14

Added

  • Stability improvements.

2.2.8 - 2024-01-08

... (truncated)

Commits
  • cd588dc Prep for 2.3.0 release (#96)
  • 6d1b3ea Bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 (#95)
  • 9d4943b Merge branch 'develop'
  • 83208a3 Added support for "domain" in CreateTunnel, and added TLS test cases.
  • 0f1ae2c Merge branch 'develop'
  • f3fbde8 Update nightly.yml
  • 7c64da0 Merge branch 'develop'
  • 9e9a28b Pin codecov-action to v3.
  • f6ca0bd Merge branch 'develop'
  • 1dbf643 Fix Makefile for test-downstream.
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.