Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2021

Bumps pyapp from 4.3.0 to 4.6.0.

Release notes

Sourced from pyapp's releases.

Release 4.6.0

No release notes provided.

Release 4.4.0

This release covers a lot of new ground with features to simplify CLI development and bring pyApp to scripts both large and small.

Features

  • Delayed logging on startup, initial log messages are stored (critical messages are still displayed) to allow for logging to be configured before the stored messages are replayed for the now active logger. This also opens up the option of file only based logging.

  • Command signature can now accept the Optional values for both positional are optional arguments, this allows for optional positional arguments.

  • Argument grouping support enable, with builtin CLI commands grouped.

  • Single file scripts. A single script can now be used with pyApp, allowing even quick scripts to take advantage of pyApp features and extensions.

  • Command signature generation. CLI arguments are generated from the arguments signature of the command function.

  • Improvements to checks to handle unexpected exceptions. Rather than checks outright failing errors are caught and reported along with a stack trace.

  • Switch to using poetry

Bug fixes

  • Custom logging configuration was not being applied for logging defined in settings

  • Using an _ in a positional argument signature caused an exception in argparse

  • Positional arguments caused an exception in argparse, a entire new suit of tests was added to address this issue.

Release 4.4.0b4

Enhancements for the 4.4 release. This includes a feature request regarding how logging is enabled and configured, this also allows for coloured logging to be properly applied.

  • Delayed logging on startup, initial log messages are stored (critical messages are still displayed) to allow for logging to be configured before the stored messages are replayed for the now active logger. This also opens up the option of file only based logging.

  • Command signature can now accept the Optional values for both positional are

... (truncated)

Changelog

Sourced from pyapp's changelog.

4.6.0

Features

  • Builtin feature flags support for enabling functionality at runtime

Changes

  • Change to initial logger so early log commands are replayed to the entire logging framework after logging has been configured. This could cause initial log messages to be displayed subtly different however log messages will follow the rules defined in your logging configuration.

4.5.0

Features

  • Add TOML support for remote configuration.

Security Updates

  • By default require TLS 1.2 for HTTPS connections to fetch remote configuration.

4.4.0

Features

  • Delayed logging on startup, initial log messages are stored (critical messages are still displayed) to allow for logging to be configured before the stored messages are replayed for the now active logger. This also opens up the option of file only based logging.

  • Command signature can now accept the Optional values for both positional are optional arguments, this allows for optional positional arguments.

  • Argument grouping support enable, with builtin CLI commands grouped.

  • Single file scripts. A single script can now be used with pyApp, allowing even quick scripts to take advantage of pyApp features and extensions.

... (truncated)

Commits
  • af8a41f Merge pull request #132 from pyapp-org/release/4.6.0
  • e20feb1 Update history file with logger change
  • dfb20e0 Muck about with loggers
  • f09eadb Change behaviour of logging replay
  • ef718c3 Tweak logging to logging is written to root logger.
  • e2f3323 Include a toml setting
  • 5158e14 Update docs
  • 530a589 Remove reference to Travis CI
  • f0adc3f Merge pull request #114 from pyapp-org/dependabot/pip/argcomplete-1.12.3
  • 99ddee4 Merge pull request #115 from pyapp-org/dependabot/pip/pytest-asyncio-0.15.1
  • 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 [pyapp](https://github.com/pyapp-org/pyapp) from 4.3.0 to 4.6.0.
- [Release notes](https://github.com/pyapp-org/pyapp/releases)
- [Changelog](https://github.com/pyapp-org/pyapp/blob/development/HISTORY)
- [Commits](pyapp-org/pyapp@4.3.0...4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2022

Superseded by #29.

@dependabot dependabot bot closed this Apr 20, 2022
@dependabot dependabot bot deleted the dependabot/pip/pyapp-4.6.0 branch April 20, 2022 00:02
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.

2 participants