Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps progressbar from 0.8.1 to 0.9.0.

Release notes

Sourced from progressbar's releases.

0.9.0

  • New functionalities:
    • Supports the parallel display of multiple progress bars (PR #69), fixing #11. Thanks @vehovsky !
    • Supports pausing and resuming progress bars (PR #56, PR #63), fixing #17. Thanks @mesat !
    • Supports direct wrapping around arrays (#62).
    • Supports customized max length for progress bars (#71). Thanks @koppor and @cloudnotify !
  • Bugfixes:
    • Fixes the bug of dividing-by-zero when extra message is too long on indefinite progress bars (PR #85), fixing #84. Thanks @AndreiNekrasOn and @rharder !
  • Misc:
    • Removed redundant jline-terminal-jansi dependency (#77). Thanks @zbateson !
    • Added references to Kotlin extensions (#72). Thanks @heinrichreimer !
    • Changed the permission level of some methods in DefaultProgressBarRenderer to "protected" to make it more extensible (#81). Thanks @ksvladimir !
    • Dependency version bump.
Changelog

Sourced from progressbar's changelog.

Changelog

  • 0.9.0:

    • New functionalities:
      • Supports the parallel display of multiple progress bars (PR #69), fixing #11. Thanks @vehovsky !
      • Supports pausing and resuming progress bars (PR #56, PR #63), fixing #17. Thanks @mesat !
      • Supports direct wrapping around arrays (#62).
      • Supports customized max length for progress bars (#71). Thanks @koppor and @cloudnotify !
    • Bugfixes:
      • Fixes the bug of dividing-by-zero when extra message is too long on indefinite progress bars (PR #85), fixing #84. Thanks @AndreiNekrasOn and @rharder !
    • Misc:
      • Removed redundant jline-terminal-jansi dependency (#77). Thanks @zbateson !
      • Added references to Kotlin extensions (#72). Thanks @heinrichreimer !
      • Changed the permission level of some methods in DefaultProgressBarRenderer to "protected" to make it more extensible (#81). Thanks @ksvladimir !
      • Dependency version bump.
  • 0.8.1:

    • Bugfixes:
      • Fixed the bug of possible negative suffix length (PR #58). Thanks @kristofarkas !
      • Fixed the issue of stepping by -1 when wrapped input stream is depleted (#60, PR #61). Thanks @mordechaim !
      • Default value for initial max in progress bar builders should be -1, not 0 (#60, PR #61). Thanks @mordechaim !
    • Dependency version bump.
  • 0.8.0:

    • Supports loggers (PR #54) by factoring out progress bar consumers and renderers. This allows progress bars to be used with logging libraries such as SLF4J, hence fixing #12 and #18. Thanks @alexpeelman !
    • Dependency version bump.
  • 0.7.4:

  • 0.7.3:

    • Added support for customizing the decimal format of speed display (PR #49). Thanks @wfxr !
  • 0.7.2:

    • Added support for wrapping around Spliterators and Streams. Streams could be either sequential or parallel (#44). Thanks @michaelmior !
    • Added support for displaying speed with unit (PR #43). Thanks @dani909 !
  • 0.7.1:

    • Fixed the problem of not properly closing the JLine Terminal object (#40). Thanks @voseldop !
    • Suppressed JLine warning if a dumb terminal is created (partially fixed #42). Thanks @BuZZ-DEE !
    • Documentation:
      • Moved CHANGELOG.md to the home directory and created a symlink in the docs/ folder to it (PR #41). Thanks @koppor !
      • Fixed bug (demo code was wrong) in the declarative usage section (PR #39). Thanks @AbhinavVishak !
  • 0.7.0:

    • Utilized the try-with-resource pattern for the Java imperative syntax, deprecating ProgressBar#start and ProgressBar#stop.
    • Introduced units for progress bar that enables showing the total amount of work in some unit (e.g. MB / GB) (#33).
    • Introduced the builder pattern for constructing progress bars (instead of lots of different constructors).
    • Added declarative usage that wraps around InputStream, which enables tracking the progress of reading a large file or stream (#34).
Commits
  • 765564d update to newer mkdocs
  • 37c1286 various edits on version bump
  • 5769f3e 0.9.0 pre-release
  • 3f2807e renderer private->protected (#81)
  • 06038d8 Update mkdocs.yml
  • 4dc100c Add reference to Kotlin extensions in docs
  • cb47ff3 Add reference to Kotlin extensions
  • cb8e8a5 removed redundant jline-terminal-jansi dependency
  • 7ce19b5 Merge branch 'zbateson-patch-1' into 0.9.0
  • 42072d3 Merge branch '0.9.0' into patch-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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [progressbar](https://github.com/ctongfei/progressbar) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/ctongfei/progressbar/releases)
- [Changelog](https://github.com/ctongfei/progressbar/blob/master/CHANGELOG.md)
- [Commits](ctongfei/progressbar@0.8.1...0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 15, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #27.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/me.tongfei-progressbar-0.9.0 branch March 15, 2021 11:20
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