GolangUA / telegram-butler

:airplane: Telegram bot for managing GolangUA community
MIT License
3 stars 2 forks source link

chore(deps): Bump golang.ngrok.com/ngrok from 1.9.1 to 1.11.0 #81

Open dependabot[bot] opened 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps golang.ngrok.com/ngrok from 1.9.1 to 1.11.0.

Release notes

Sourced from golang.ngrok.com/ngrok's releases.

Version 1.11.0

Enhancements:

  • Adds WithAllowsPooling option, allowing the endpoint to pool with other endpoints with the same host/port/binding
  • Adds WithURL option, specifying a URL for the endpoint
  • Adds WithTrafficPolicy option, applying Traffic Policy to the endpoint

Changes:

  • Deprecates WithPolicyString in favor of WithTrafficPolicy

Version 1.10.0

Enhancements

  • add fasthttp example
  • add WithBindings support
  • add support for TrafficPolicy field

Changes

  • replace log adapter module license symlinks with full files
  • send Policy to the backend as a TrafficPolicy string
  • unsafe.Pointer -> atomic.Pointer

Bug fixes

  • Propagate half-closes correctly in forward
Changelog

Sourced from golang.ngrok.com/ngrok's changelog.

1.11.0

Enhancements:

  • Adds WithAllowsPooling option, allowing the endpoint to pool with other endpoints with the same host/port/binding
  • Adds WithURL option, specifying a URL for the endpoint
  • Adds WithTrafficPolicy option, applying Traffic Policy to the endpoint

Changes:

  • Deprecates WithPolicyString in favor of WithTrafficPolicy

1.10.0

Enhancements:

  • Adds fasthttp example
  • Adds WithBindings option
  • Adds support for TrafficPolicy field

Changes:

  • Replace log adapter module license symlinks with full files
  • Send Policy to the backend as a TrafficPolicy string
  • unsafe.Pointer -> atomic.Pointer

Bug fixes:

  • Propagate half-closes correctly in forward
Commits
  • 57e91a6 Merge pull request #191 from ngrok/ryan/1-11-0-changelist
  • fcb5850 update changelog for v1.11.0 release
  • c6f5414 Merge pull request #190 from ngrok/ryan/with-traffic-policy-function
  • ab951d5 alias WithTrafficPolicy to WithPolicyString
  • 43a9f8c Merge pull request #189 from ngrok/warrn/allows_pooling
  • 9a086ba fmt
  • a73021f Update config/allows_pooling.go
  • 9908f22 Update config/labeled.go
  • 5c7a1c4 Update config/allows_pooling.go
  • ee2d971 proto: add allows_pooling to bindextra
  • 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 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)