waldirborbajr / kvstok

KVSToK - is a CLI-base KEY VALUE storage
Apache License 2.0
18 stars 2 forks source link

build: bump github.com/nutsdb/nutsdb from 0.12.0 to 0.12.1 #66

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/nutsdb/nutsdb from 0.12.0 to 0.12.1.

Release notes

Sourced from github.com/nutsdb/nutsdb's releases.

v0.12.1

What's Changed

New Contributors

Full Changelog: https://github.com/nutsdb/nutsdb/compare/v0.12.0...v0.12.1

Changelog

Sourced from github.com/nutsdb/nutsdb's changelog.

v0.1.0 (2019-2-28)

  • [New feature] Support Put/Get/Delete Operations
  • [New feature] Support TTL
  • [New feature] Support Range/Prefix Scanning
  • [New feature] Support Merge Operation
  • [New feature] Support BackUp Operation
  • [New feature] Support Bucket

v0.2.0 (2019-3-05)

  • [New feature] Support list
  • [New feature] Support set
  • [New feature] Support sorted set
  • [Bug Fix] Fix error when batch put operations
  • [Change] Update README && CHANGELOG

v0.3.0(2019-3-11)

  • [New feature] Support persistence
  • [Bug Fix] Fix when fn is nil
  • [Change] Discard mmap package
  • [Change] Discard EntryIdxMode options: HintAndRAMIdxMode and HintAndMemoryMapIdxMode
  • [Change] Add new EntryIdxMode options: HintKeyValAndRAMIdxMode and HintKeyAndRAMIdxMode

v0.4.0(2019-3-15)

  • [New feature] Support mmap loading file
  • [Bug Fix] Fix tx bug when a tx commits
  • [Change] Add rwmanager interface
  • [Change] Add new options: RWMode, SyncEnable and StartFileLoadingMode
  • [Change] Clean up some codes
  • [Change] Update README && CHANGELOG

v0.5.0 (2019-11-28)

  • [New feature] Support EntryIdxMode: HintBPTSparseIdxMode
  • [New feature] Support GetAll() function for all models
  • [Bug Fix] Fix error too many open files in system
  • [Bug Fix] Fix constant 2147483648 overflows int
  • [Bug Fix] Fix when the number of files waiting to be merged not at least 2
  • [Bug Fix] Fix data pollution when executing the merge method
  • [Change] Modify Records type && Entries type
  • [Change] Refactor for tx Commit function
  • [Change] Update Iterating over keys about README
  • [Change] Fix some grammatical mistakes about README
  • [Change] Rename variable for func ReadBPTreeRootIdxAt
  • [Change] Add issue templates
  • [Change] Update README && CHANGELOG

v0.6.0 (2021-03-21)

  • [New Feature] Add PrefixSearchScan() with regexp search ability(#53
  • [New Feature] Allow put with timestamp (#88 )
  • [Bug Fix] Fix ZMembers bug (#58 )
  • [Bug Fix] Repeated key merge fix (#83 )

... (truncated)

Commits
  • 3466746 Merge pull request #334 from elliotchenzichang/refactor_entry_length_check
  • 583aadf [ref]add a function in entry calls isValid to do all validation jobs in Entry...
  • 7161001 [ref]refactor the validation of entry fields lenght check
  • 8a2a1d5 Merge pull request #333 from elliotchenzichang/refactor_buildIdxes
  • 03873b5 [ref]delete the param of writelen
  • 6c50dc9 Merge pull request #332 from elliotchenzichang/rebuild-tx-status-managerment
  • 2f8c096 [ref]rebuild the status management code
  • b42be89 Merge pull request #331 from elliotchenzichang/fix-delete-non-exist-key
  • 0ae79a0 fix review dog issue
  • 47f500e [bug]fix delete non exist will not raise error bug
  • 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[bot] commented 1 year ago

Superseded by #69.