gg-scm / gg

Git with less typing
https://gg-scm.io
Apache License 2.0
65 stars 1 forks source link

go.mod: bump zombiezen.com/go/sqlite from 0.5.0 to 0.6.2 #148

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps zombiezen.com/go/sqlite from 0.5.0 to 0.6.2.

Release notes

Sourced from zombiezen.com/go/sqlite's releases.

0.6.2

Changed

  • *sqlitex.Pool.Put now accepts nil instead of panicing. (#17)

0.6.1

Fixed

  • Fixed a potential memory corruption issue introduced in 0.6.0. Thanks to Jan Mercl for the report.

0.6.0

Added

  • Added back the session API: Session, ChangesetIterator, Changegroup, and various functions. There are some slight naming changes from the crawshaw.io/sqlite API, but they can all be migrated automatically with the migration tool. (#16)

Changed

  • Method calls to a nil *sqlite.Conn will return an error rather than panic. (#17)

Removed

  • Removed OpenFlags that are only used for VFS.

Fixed

  • Properly clean up WAL when using sqlitex.Pool (#14)
  • Disabled double-quoted string literals.
Changelog

Sourced from zombiezen.com/go/sqlite's changelog.

0.6.2 - 2021-08-17

Changed

  • *sqlitex.Pool.Put now accepts nil instead of panicing. (#17)

0.6.1 - 2021-08-16

Fixed

  • Fixed a potential memory corruption issue introduced in 0.6.0. Thanks to Jan Mercl for the report.

0.6.0 - 2021-08-15

Added

  • Added back the session API: Session, ChangesetIterator, Changegroup, and various functions. There are some slight naming changes from the crawshaw.io/sqlite API, but they can all be migrated automatically with the migration tool. (#16)

Changed

  • Method calls to a nil *sqlite.Conn will return an error rather than panic. (#17)

Removed

  • Removed OpenFlags that are only used for VFS.

Fixed

  • Properly clean up WAL when using sqlitex.Pool (#14)
  • Disabled double-quoted string literals.
Commits
  • 18d43b2 Accept nil in sqlitex.Pool.Put
  • 1342c9f Fix memory corruption issue
  • 7612073 Add 0.6.0 to CHANGELOG
  • ed99db8 Disable double-quoted string literals
  • 2ed604b Add receiver nil checks for Conn methods
  • af0400e Bring session API back
  • c027cfe Bump version of golang.org/x/tools for migration command
  • 1c9dc13 Document #14 fix in CHANGELOG
  • e8e1652 Don't interrupt connections being returned to sqlitex.Pool
  • 96e0b6e Removed OpenFlags that are only used for VFS
  • 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 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)