Skip to content

Bump pyngrok from 4.1.12 to 5.0.5#17

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pyngrok-5.0.5
Closed

Bump pyngrok from 4.1.12 to 5.0.5#17
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pyngrok-5.0.5

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 29, 2021

Bumps pyngrok from 4.1.12 to 5.0.5.

Release notes

Sourced from pyngrok's releases.

5.0.5

Added

  • reconnect_session_retries is a new configuration parameter in PyngrokConfig, which determines the max number of times to retry establishing a new session with ngrok if the connection fails on startup.

Fixed

  • Build improvements.
  • Test improvements.

5.0.4

Fixed

  • Build improvements.

5.0.3

Fixed

  • Build improvements.
  • Test improvements.

5.0.2

Changed

  • Migrated build from Travis CI to GitHub Actions.

Fixed

  • Errors when bind_tls was set to False.
  • Documentation improvements.

5.0.1

Added

  • Documentation improvements.

Fixed

  • Build improvements.

5.0.0

Added

Changed

  • ngrok.connect() now returns a NgrokTunnel instead of a str of the public URL. The returned NgrokTunnel has a reference to the previously returned public_url in it.
  • ngrok.connect() changed its signature, renamed kwarg port (the first arg) to addr to match ngrok's documentation.

... (truncated)

Changelog

Sourced from pyngrok's changelog.

5.0.5 - 2021-03-25

Added

  • reconnect_session_retries is a new configuration parameter in PyngrokConfig, which determines the max number of times to retry establishing a new session with ngrok if the connection fails on startup.

Fixed

  • Build improvements.
  • Test improvements.

5.0.4 - 2021-03-08

Fixed

  • Build improvements.

5.0.3 - 2021-03-02

Fixed

  • Build improvements.
  • Test improvements.

5.0.2 - 2021-02-12

Changed

  • Migrated build from Travis CI to GitHub Actions.

Fixed

  • Errors when bind_tls was set to False.
  • Documentation improvements.

5.0.1 - 2020-12-28

Added

  • Documentation improvements.

Fixed

  • Build improvements.

5.0.0 - 2020-10-25

Added

Changed

  • ngrok.connect() now returns a NgrokTunnel instead of a str of the public URL. The returned NgrokTunnel has a reference to the previously returned public_url in it.
  • ngrok.connect() changed its signature, renamed kwarg port (the first arg) to addr to match ngrok's documentation.

... (truncated)

Commits
  • 8431d60 Version bump.
  • b1c9841 Changelog update.
  • 007eb42 Cleanup description.
  • dafcd04 Adding test for new PyngrokConfig retry parameter.
  • 6d389c7 Fixing config_path in tests that need an override.
  • 73ea124 Improvements to default PyngrokConfig used during testing.
  • bb9c857 - Added reconnect_session_retries is a new configuration parameter in `Pyng...
  • 5f1dded test_installer.py also needs the retry decorators until this retry impl is mo...
  • 3f90793 Use UUID instead of timestamp in test subdomains (since Windows easily has se...
  • 3d758a7 Address Issue #84, EOF in Flaky Tests (#85)
  • 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 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)

Bumps [pyngrok](https://github.com/alexdlaird/pyngrok) from 4.1.12 to 5.0.5.
- [Release notes](https://github.com/alexdlaird/pyngrok/releases)
- [Changelog](https://github.com/alexdlaird/pyngrok/blob/main/CHANGELOG.md)
- [Commits](alexdlaird/pyngrok@4.1.12...5.0.5)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 29, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 9, 2021

Superseded by #18.

@dependabot dependabot bot closed this Aug 9, 2021
@dependabot dependabot bot deleted the dependabot/pip/pyngrok-5.0.5 branch August 9, 2021 14:01
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants