Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps github.com/bmatsuo/lmdb-go from 1.6.1-0.20160816100615-69ad631904c9 to 1.8.0.

Release notes

Sourced from github.com/bmatsuo/lmdb-go's releases.

v1.8.0

This release includes an update to the LMDB C library that brings it to the latest stable version, 0.9.19.

This release also includes the stabilization of the lmdbscan package. This means that lmdbscan has been moved out of the exp/ tree and can now be imported under the new import path.

import "github.com/bmatsuo/lmdb-go/lmdbscan"

The last change worth special note in this releases is a minor bug fix to avoid a potential runtime panic using the lmdb.Set operation on a Cursor with a bytes.Buffer containing a small number of bytes (#96).

As always, see the change log and related GitHub issues for full details about the changes in a version.

v1.7.0

This maintenance release fixes compilation of the package for 32-bit architectures. Other minor changes have taken place.

This release prepares for the stabilization of the lmdbscan package which will be moved out of the exp/ subdirectory for the v1.8.0 release.

The full list of changes for this release can be found in the Change Log, as always.

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)

Bumps [github.com/bmatsuo/lmdb-go](https://github.com/bmatsuo/lmdb-go) from 1.6.1-0.20160816100615-69ad631904c9 to 1.8.0.
- [Release notes](https://github.com/bmatsuo/lmdb-go/releases)
- [Commits](https://github.com/bmatsuo/lmdb-go/commits/v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/bmatsuo/lmdb-go
  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 Feb 27, 2023
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.

0 participants