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 platformio from 5.0.4 to 5.1.0 #3

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 15, 2021

Bumps platformio from 5.0.4 to 5.1.0.

Release notes

Sourced from platformio's releases.

5.1.0

Changelog

Sourced from platformio's changelog.

5.1.0 (2021-01-28)


* **PlatformIO Home**
  • Boosted PlatformIO Home <https://docs.platformio.org/page/home/index.html>__ performance thanks to migrating the codebase to the pure Python 3 Asynchronous I/O stack
  • Added a new --session-id option to pio home <https://docs.platformio.org/page/core/userguide/cmd_home.html>__ command that helps to keep PlatformIO Home isolated from other instances and protect from 3rd party access (issue [#3397](https://github.com/platformio/platformio/issues/3397) <https://github.com/platformio/platformio-core/issues/3397>_)
  • Build System

    • Upgraded build engine to the SCons 4.1 (release notes <https://scons.org/scons-410-is-available.html>_)
    • Refactored a workaround for a maximum command line character limitation (issue [#3792](https://github.com/platformio/platformio/issues/3792) <https://github.com/platformio/platformio-core/issues/3792>_)
    • Fixed an issue with Python 3.8+ on Windows when a network drive is used (issue [#3417](https://github.com/platformio/platformio/issues/3417) <https://github.com/platformio/platformio-core/issues/3417>_)
  • Package Management

    • New options for pio system prune <https://docs.platformio.org/page/core/userguide/system/cmd_prune.html>__ command:

      • --dry-run option to show data that will be removed
      • --core-packages option to remove unnecessary core packages
      • --platform-packages option to remove unnecessary development platform packages (issue [#923](https://github.com/platformio/platformio/issues/923) <https://github.com/platformio/platformio-core/issues/923>_)
    • Added new check_prune_system_threshold <https://docs.platformio.org/page/core/userguide/cmd_settings.html#check-prune-system-threshold>__ setting

    • Disabled automatic removal of unnecessary development platform packages (issue [#3708](https://github.com/platformio/platformio/issues/3708) <https://github.com/platformio/platformio-core/issues/3708>, issue [#3770](https://github.com/platformio/platformio/issues/3770) <https://github.com/platformio/platformio-core/issues/3770>)

    • Fixed an issue when unnecessary packages were removed in update --dry-run mode (issue [#3809](https://github.com/platformio/platformio/issues/3809) <https://github.com/platformio/platformio-core/issues/3809>_)

    • Fixed a "ValueError: Invalid simple block" when uninstalling a package with a custom name and external source (issue [#3816](https://github.com/platformio/platformio/issues/3816) <https://github.com/platformio/platformio-core/issues/3816>_)

  • Debugging

    • Configure a custom debug adapter speed using a new debug_speed <https://docs.platformio.org/page/projectconf/section_env_debug.html#debug-speed>__ option (issue [#3799](https://github.com/platformio/platformio/issues/3799) <https://github.com/platformio/platformio-core/issues/3799>_)
    • Handle debugging server's "ready_pattern" in "stderr" output
  • Miscellaneous

    • Improved listing of multicast DNS services <https://docs.platformio.org/page/core/userguide/device/cmd_list.html>_
    • Fixed a "UnicodeDecodeError: 'utf-8' codec can't decode byte" when using J-Link for firmware uploading on Linux (issue [#3804](https://github.com/platformio/platformio/issues/3804) <https://github.com/platformio/platformio-core/issues/3804>_)
    • Fixed an issue with a compiler driver for ".ccls" language server (issue [#3808](https://github.com/platformio/platformio/issues/3808) <https://github.com/platformio/platformio-core/issues/3808>_)
    • Fixed an issue when pio device monitor --eol <https://docs.platformio.org/page/core/userguide/device/cmd_monitor.html#cmdoption-pio-device-monitor-eol>__ and "send_on_enter" filter do not work properly (issue [#3787](https://github.com/platformio/platformio/issues/3787) <https://github.com/platformio/platformio-core/issues/3787>_)
Commits
  • 90a325a Merge branch 'release/v5.1.0'
  • fd54014 Bump version to 5.1.0
  • 078a024 Configure default debug_speed
  • f8193b2 Bump version to 5.1.0rc3
  • 808ba60 Fixed an issue when "pio device monitor –eol" and “send_on_enter” filter do n...
  • 61d70fa Include Unity framework for IDE data only if there are tests in project
  • 493a33e Drop support for Python 2
  • bd75c3e Bump version to 5.1.0rc2
  • cb9e72a Dump build flags using SCons.Subst.SUBST_CMD
  • 9d2fd49 Cleanup code
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 15, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 18, 2021

Superseded by #22.

@dependabot dependabot bot closed this Mar 18, 2021
@dependabot dependabot bot deleted the dependabot/pip/platformio-5.1.0 branch March 18, 2021 07:15
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.

1 participant