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

build(deps): bump github.com/dgraph-io/ristretto from 0.0.3 to 0.1.0 #296

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2021

Bumps github.com/dgraph-io/ristretto from 0.0.3 to 0.1.0.

Release notes

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

v0.1.0

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)

Fixed

  • change expiration type from int64 to time.Time (#277)
  • fix(buffer): make buffer capacity atleast defaultCapacity (#273)
  • Fixes for z.PersistentTree (#272)
  • Initialize persistent tree correctly (#271)
  • use xxhash v2 (#266)
  • update comments to correctly reflect counter space usage (#189)
  • enable riscv64 builds (#264)
  • Switch from log to glog (#263)
  • Use Fibonacci for latency numbers
  • cache: fix race when clearning a cache (#261)
  • Check for keys without values in superflags (#259)
  • chore(perf): using tags instead of runtime callers to improve the performance of leak detection (#255)
  • fix(Flags): panic on user errors (#256)
  • fix SuperFlagHelp newline (#252)
  • fix(arm): Fix crashing under ARMv6 due to memory mis-alignment (#239)
  • Fix incorrect unit test coverage depiction (#245)
  • chore(histogram): adding percentile in histogram (#241)
  • fix(windows): use filepath instead of path (#244)
  • fix(MmapFile): Close the fd before deleting the file (#242)
  • Fixes CGO_ENABLED=0 compilation error (#240)

... (truncated)

Changelog

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

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)

Fixed

  • change expiration type from int64 to time.Time (#277)
  • fix(buffer): make buffer capacity atleast defaultCapacity (#273)
  • Fixes for z.PersistentTree (#272)
  • Initialize persistent tree correctly (#271)
  • use xxhash v2 (#266)
  • update comments to correctly reflect counter space usage (#189)
  • enable riscv64 builds (#264)
  • Switch from log to glog (#263)
  • Use Fibonacci for latency numbers
  • cache: fix race when clearning a cache (#261)
  • Check for keys without values in superflags (#259)
  • chore(perf): using tags instead of runtime callers to improve the performance of leak detection (#255)
  • fix(Flags): panic on user errors (#256)
  • fix SuperFlagHelp newline (#252)
  • fix(arm): Fix crashing under ARMv6 due to memory mis-alignment (#239)
  • Fix incorrect unit test coverage depiction (#245)
  • chore(histogram): adding percentile in histogram (#241)
  • fix(windows): use filepath instead of path (#244)
  • fix(MmapFile): Close the fd before deleting the file (#242)
  • Fixes CGO_ENABLED=0 compilation error (#240)
  • fix(build): fix build on non-amd64 architectures (#238)

... (truncated)

Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Jul 21, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2021

Dependabot tried to add @alexanderbez and @fedekunze as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/line/lfb-sdk/pulls/296/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the line/lfb-sdk repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2021

The following labels could not be found: automerge.

@codecov
Copy link

codecov bot commented Jul 21, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@84db942). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #296   +/-   ##
=======================================
  Coverage        ?   53.16%           
=======================================
  Files           ?      642           
  Lines           ?    47460           
  Branches        ?        0           
=======================================
  Hits            ?    25232           
  Misses          ?    19365           
  Partials        ?     2863           

@github-actions
Copy link
Contributor

github-actions bot commented Sep 5, 2021

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Sep 5, 2021
Bumps [github.com/dgraph-io/ristretto](https://github.com/dgraph-io/ristretto) from 0.0.3 to 0.1.0.
- [Release notes](https://github.com/dgraph-io/ristretto/releases)
- [Changelog](https://github.com/dgraph-io/ristretto/blob/master/CHANGELOG.md)
- [Commits](dgraph-io/ristretto@v0.0.3...v0.1.0)

---
updated-dependencies:
- dependency-name: github.com/dgraph-io/ristretto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/dgraph-io/ristretto-0.1.0 branch from 8c7b085 to 5654dd6 Compare September 10, 2021 00:58
@egonspace egonspace merged commit 1c0429d into main Sep 14, 2021
@egonspace egonspace deleted the dependabot/go_modules/github.com/dgraph-io/ristretto-0.1.0 branch September 14, 2021 00:48
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 lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant