dgraph-io / dgraph

The high-performance database for modern applications
https://dgraph.io
Other
20.46k stars 1.5k forks source link

chore(deps): bump github.com/dgraph-io/ristretto from 0.1.2-0.20240116140435-c67e07994f91 to 1.0.0 #9179

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps github.com/dgraph-io/ristretto from 0.1.2-0.20240116140435-c67e07994f91 to 1.0.0.

Changelog

Sourced from github.com/dgraph-io/ristretto's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project will adhere to Semantic Versioning starting v1.0.0.

0.1.1 - 2022-10-12

This release fixes certain arm64 build issues in the z package. It also incorporates CI steps in our repository.

Changed

Added

Fixed

0.1.0 - 2021-06-03

This release contains bug fixes and improvements to Ristretto. It also contains major updates to the z package. The z package contains types such as Tree (B+ tree), Buffer, Mmap file, etc. All these types are used in Badger and Dgraph to improve performance and reduce memory requirements.

Changed

  • Make item public. Add a new onReject call for rejected items. (#180)

Added

  • Use z.Buffer backing for B+ tree (#268)
  • expose GetTTL function (#270)
  • docs(README): Ristretto is production-ready. (#267)
  • Add IterateKV (#265)
  • feat(super-flags): Add GetPath method in superflags (#258)
  • add GetDuration to SuperFlag (#248)
  • add Has, GetFloat64, and GetInt64 to SuperFlag (#247)
  • move SuperFlag to Ristretto (#246)
  • add SuperFlagHelp tool to generate flag help text (#251)
  • allow empty defaults in SuperFlag (#254)
  • add mmaped b+ tree (#207)
  • Add API to allow the MaxCost of an existing cache to be updated. (#200)
  • Add OnExit handler which can be used for manual memory management (#183)
  • Add life expectancy histogram (#182)
  • Add mechanism to wait for items to be processed. (#184)

... (truncated)

Commits


Dependabot compatibility score

You can trigger a rebase of this PR 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 show 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)