pouriyajamshidi / tcping

Ping TCP ports using tcping. Inspired by Linux's ping utility. Written in Go
MIT License
504 stars 52 forks source link

chore(deps): bump zombiezen.com/go/sqlite from 1.0.0 to 1.1.0 #189

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps zombiezen.com/go/sqlite from 1.0.0 to 1.1.0.

Release notes

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

1.1.0

Version 1.1 introduces the ability to prepare connections on sqlitex.Pool, improves performance, and improves documentation.

Added

  • Added a sqlitex.NewPool function with support for a ConnPrepareFunc (#65).
  • Added a documentation example for SetCollation (#64).

Deprecated

  • Deprecated sqlitex.Open in favor of sqlitex.NewPool.

Fixed

  • Speed up internal string conversions (#66). Thank you @​ffmiruz for the profiling work!
Changelog

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

1.1.0 - 2024-01-14

Version 1.1 introduces the ability to prepare connections on sqlitex.Pool, improves performance, and improves documentation.

Added

  • Added a sqlitex.NewPool function with support for a ConnPrepareFunc (#65).
  • Added a documentation example for SetCollation (#64).

Deprecated

  • Deprecated sqlitex.Open in favor of sqlitex.NewPool.

Fixed

  • Speed up internal string conversions (#66). Thank you @​ffmiruz for the profiling work!
Commits
  • 5c555a3 Update release notes for 1.1.0
  • d6efc7d Improve converting to Go string performance (#66)
  • f46dbf8 Close Pool in TestPoolPrepareConn
  • d3503ea Add support to sqlitex.Pool for a ConnPrepareFunc
  • b1e05aa Improve package docs
  • 5439d0f Add SetCollation example
  • 3588827 Bump actions/setup-go from 4 to 5 (#62)
  • 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 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)