Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump toolshed from 0.2.24 to 0.3.1 in /nerves_key_quickstart_fw #103

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps toolshed from 0.2.24 to 0.3.1.

Release notes

Sourced from toolshed's releases.

v0.3.1

  • Updates
    • speed_test - Added new helper for running a quick network speed test by downloading a large file from a CDN. It automatically stops after a timeout or max number of bytes so that it can be used on metered connections.

v0.3.0

This is a major update in how the Toolshed source code gets compiled. If you are calling any Toolshed functions in your programs, you may need to update the calls. All enabled functions get compiled to be in the Toolshed module now.

  • Backwards-incompatible updates

    • Removed file path completion. This was improved and added to Elixir 1.13.0 in December, 2021.
    • Moved all helper functions to Toolshed. They are no longer accessible in other modules. This should go unnoticed if you're using Toolshed at the IEx prompt.
  • Improvements

    • ping - Changed ping command to use Erlang's relatively new support for sending ICMP echo requests. Previously ping made TCP connection requests. The old way is now available via the tcping helper. Thanks to @​amclain for the ICMP update.
    • ping - ping and tcping repeat 3 times by default instead of repeating forever. The new :count option can be used to repeat more.
    • inspect_bits - Added inspect_bits helper to easily print a number in multiple bases. It also handles negative numbers and gives hex and binary representations that are more familiar to those coming from languages with fixed size integers.
    • (Nerves-only) poweroff -Added helper to gracefully power off Nerves devices that support it.
    • httpget - Increased the timeout for downloads and added :timeout option to change it at runtime.
    • Nerves helpers are completely compiled out when not using Nerves. This can be extended to remove or selectively enable helpers in the future.

Thanks to @​mnishiguchi for making Toolshed significantly easier to maintain by improving the code organization and adding tests.

v0.2.26

  • Improvements
    • Update weather to give a helpful error if the :ssl application isn't included in the release.

v0.2.25

  • Improvements
    • Remove path completion when using Elixir 1.13. Path completion was improved and merged into Elixir, so you no longer need Toolshed to use it. The function call to use it is now a no-op on Elixir 1.13. On previous Elixir versions, it will add path completion so there's no need to change any code.
Changelog

Sourced from toolshed's changelog.

v0.3.1

  • Updates
    • speed_test - Added new helper for running a quick network speed test by downloading a large file from a CDN. It automatically stops after a timeout or max number of bytes so that it can be used on metered connections.

v0.3.0

This is a major update in how the Toolshed source code gets compiled. If you are calling any Toolshed functions in your programs, you may need to update the calls. All enabled functions get compiled to be in the Toolshed module now.

  • Backwards-incompatible updates

    • Removed file path completion. This was improved and added to Elixir 1.13.0 in December, 2021.
    • Moved all helper functions to Toolshed. They are no longer accessible in other modules. This should go unnoticed if you're using Toolshed at the IEx prompt.
  • Improvements

    • ping - Changed ping command to use Erlang's relatively new support for sending ICMP echo requests. Previously ping made TCP connection requests. The old way is now available via the tcping helper. Thanks to @​amclain for the ICMP update.
    • ping - ping and tcping repeat 3 times by default instead of repeating forever. The new :count option can be used to repeat more.
    • inspect_bits - Added inspect_bits helper to easily print a number in multiple bases. It also handles negative numbers and gives hex and binary representations that are more familiar to those coming from languages with fixed size integers.
    • (Nerves-only) poweroff -Added helper to gracefully power off Nerves devices that support it.
    • httpget - Increased the timeout for downloads and added :timeout option to change it at runtime.
    • Nerves helpers are completely compiled out when not using Nerves. This can be extended to remove or selectively enable helpers in the future.

Thanks to @​mnishiguchi for making Toolshed significantly easier to maintain by improving the code organization and adding tests.

v0.2.26

  • Improvements
    • Update weather to give a helpful error if the :ssl application isn't included in the release.

v0.2.25

  • Improvements

... (truncated)

Commits

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 [toolshed](https://github.com/elixir-toolshed/toolshed) from 0.2.24 to 0.3.1.
- [Release notes](https://github.com/elixir-toolshed/toolshed/releases)
- [Changelog](https://github.com/elixir-toolshed/toolshed/blob/main/CHANGELOG.md)
- [Commits](elixir-toolshed/toolshed@v0.2.24...v0.3.1)

---
updated-dependencies:
- dependency-name: toolshed
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Feb 20, 2023
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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants