Thanks for testing out Depfu, we hope it has been useful and saved you some time! Your free trial for private repos has now expired. We're not just going to cut you off right away, but if you want to continue using Depfu, please upgrade your account as soon as possible.
Any questions or feedback, please let us know. Thanks for using Depfu!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
The pool queue count metric is now named queue_count. You should update your dashboard to reflect it.
Possible breaking changes when producing uppercase hexadecimal in urls. This change the behaviour of urlencode and pathencode to produce uppercase hexadecimal to comply with the RFC3986 which may affect systems using URL as signature or in an hash.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.
⌛Your trial has expired ⌛
Thanks for testing out Depfu, we hope it has been useful and saved you some time! Your free trial for private repos has now expired. We're not just going to cut you off right away, but if you want to continue using Depfu, please upgrade your account as soon as possible.
Any questions or feedback, please let us know. Thanks for using Depfu!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ excoveralls (0.13.3 → 0.13.4) · Repo · Changelog
Release Notes
0.13.4
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Add gitlab example in the README
Update CHANGELOG and bump version
Merge pull request #240 from ggpasqualino/master
Merge pull request #241 from kianmeng/misc-doc-changes
Misc doc changes
Add gitlab
Merge pull request #238 from parroty/apply-github-action-squashed
Trial to apply GitHub Action instead of TravisCI
Merge pull request #236 from AndrewDryga/patch-1
Explain that skip_files should be valid elixir regexes
↗️ certifi (indirect, 2.5.2 → 2.5.3) · Repo
Commits
See the full diff on Github. The new version differs by 6 commits:
bump to 2.5.3
Merge pull request #40 from g-andrade/ca-bundle-update-2020-11-13
Merge pull request #41 from brucify/patch-1
Fix README.md
Use latest mkcert.org full CA bundle available as of November 13, 2020
remove deprecated hex field
↗️ hackney (indirect, 1.16.0 → 1.17.0) · Repo · Changelog
Release Notes
1.17.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 48 commits:
update changelog
Merge pull request #670 from kpribylov/fix/pool-checkout-race
remove travis & sync doc
Merge pull request #672 from paulo-ferraz-oliveira/fix/doc
Merge pull request #669 from paulo-ferraz-oliveira/feature/gha
Fix doc.
Implement GitHub Actions
Create erlang.yml
Merge pull request #671 from benoitc/urlencode-to-uppercase
bump version number
breaking change: produce uppercase hexadecimal in urls
Fix race condition within pool checkout procedure
Merge pull request #659 from britto/improve-metrics-setup-and-docs
be more strict
fix build with OTP >= 20.1 on macos
bump support to idna 6.1.1
bump dependencies & fix test
make dependencies relative to semver
Merge pull request #641 from rozap/empty-trailers-638
Merge pull request #666 from mwcampbell/update-netloc-on-redirect
Update netloc in client state when redirecting
Merge pull request #661 from SergeTupchiy/master
Merge pull request #662 from paulo-ferraz-oliveira/fix/xref
Fix checkout_timeout error in hackney_pool caused by connection errors
Fix a memory leak in hackney_pool
Prevent locally-generated elements from being pushed accidentally
Add missing CI element
Prevent xref warning for unmaintained Erlang/OTP function
Add missing documentation for host-based pool metrics
Fix documentation of pool metric names
Fix `queue_count` metric documentation and setup
Merge pull request #639 from g-andrade/lower-likelihood-of-regressions
Merge pull request #650 from starbelly/fix-qs-vals-type
Merge pull request #645 from legoscia/pool-readme
Merge pull request #652 from kpribylov/fix/#651
Add protection timeout for the intermediary process
Add an intermediary process for pool checkout procedure
Fix spec for qs_vals() type
Clarify that socket pools are used by default
Handle empty trailers case
Use latest patch versions of Erlang/OTP when running tests on Travis CI
Increase likelihood of finding regressions through Travis CI
Merge pull request #637 from okeuday/issue636
Merge pull request #634 from g-andrade/fix-implicit-dependency
Fix Erlang/OTP 20.0 / 20.1 compilation
Make implicit dependency on `unicode_util_compat` explicit
Merge pull request #627 from Kushal-kothari/master
fix typos
↗️ idna (indirect, 6.0.1 → 6.1.1) · Repo · Changelog
Release Notes
6.1.1 (from changelog)
6.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
bump to 6.1.1
bump releases
fix license
fix changelog
bump unicode_util_compat to 0.7.0
add missing NOTICE file
clarify license
bump to 2.1.0
test with newer release
Update to IDNA 13.0.0
Add instructions on how to download new data
Remove version from `idna-table.txt` filename
bump unicode_util_compat
remove rebar.config.script
Merge pull request #34 from olleolleolle/patch-1
Fix error message typo posion -> position
↗️ unicode_util_compat (indirect, 0.5.0 → 0.7.0) · Repo
Commits
See the full diff on Github. The new version differs by 11 commits:
bump to 0.7.0
add missing file
fix uc_spec
bump to unicode 13.0.0
test with older release of rebar3
bump to 0.6.0
remove tests for now
provides needed functions to allow usage of string on OTP >= 20
Merge pull request #8 from paulo-ferraz-oliveira/feature/rebar3
Don't estrange rebar3
remove maintainer field for hex
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.