Skip to content

Bump circular_buffer from 1.0.1 to 1.1.0#240

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/circular_buffer-1.1.0
Open

Bump circular_buffer from 1.0.1 to 1.1.0#240
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/circular_buffer-1.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps circular_buffer from 1.0.1 to 1.1.0.

Changelog

Sourced from circular_buffer's changelog.

v1.1.0

  • New features
    • Add CircularBuffer.new(enumerable, max_size) to create a buffer with an initial set of contents. This allows for CircularBuffers to be created at the end of a pipeline.
    • Add CircularBuffer.max_size(cb) to return the max size of the buffer. This avoids the Dialyzer warning when reaching into the opaque cb type.
    • inspecting a CircularBuffer now returns a call to CircularBuffer.new/2 that can be copy/pasted.
    • Zero-length CircularBuffers can now be created. While not normally useful, supporting them can remove some edge case code in people's programs and it's a minimal change to the CircularBuffer codebase.
Commits
  • 45d8d73 v1.1.0 release
  • 61850a9 Change inspect string to be runnable
  • 0f4d380 Remove lines of code statement from readme
  • a45135a Allow 0-length circular buffer
  • 01f819c Test with Elixir 1.20 and remove unneeded tests
  • b34e5ac Bump credo and ex_doc deps
  • 85d3e64 Update HexDoc URL
  • 4e729e0 Add Credo.Check.Warning.UnsafeToAtom check
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [circular_buffer](https://github.com/elixir-toniq/circular_buffer) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/elixir-toniq/circular_buffer/releases)
- [Changelog](https://github.com/elixir-toniq/circular_buffer/blob/main/CHANGELOG.md)
- [Commits](elixir-toniq/circular_buffer@v1.0.1...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jul 20, 2026
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