Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ryanfowler/async-sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: ryanfowler/async-sqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.2
Choose a head ref
  • 9 commits
  • 4 files changed
  • 3 contributors

Commits on May 26, 2025

  1. Update rusqlite requirement from 0.35.0 to 0.36.0

    Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version.
    - [Release notes](https://github.com/rusqlite/rusqlite/releases)
    - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
    - [Commits](rusqlite/rusqlite@v0.35.0...v0.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: rusqlite
      dependency-version: 0.36.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 26, 2025
    Configuration menu
    Copy the full SHA
    21ddab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31cca2d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #29 from ryanfowler/dependabot/cargo/rusqlite-0.36.0

    Update rusqlite requirement from 0.35.0 to 0.36.0
    github-actions[bot] authored May 26, 2025
    Configuration menu
    Copy the full SHA
    a987eae View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2025

  1. Configuration menu
    Copy the full SHA
    4224d5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from ryanfowler/codex/enforce-non-zero-num_con…

    …ns-in-poolbuilder
    
    Enforce nonzero connections in PoolBuilder
    ryanfowler authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    b443ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5eaace8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d219246 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #31 from ryanfowler/codex/refactor-pool--close-to-…

    …await-futures-concurrently
    
    Close pool connections concurrently
    ryanfowler authored Jun 7, 2025
    Configuration menu
    Copy the full SHA
    c207a4e View commit details
    Browse the repository at this point in the history
  6. Release v0.5.2

    ryanfowler committed Jun 7, 2025
    Configuration menu
    Copy the full SHA
    4d6f7ab View commit details
    Browse the repository at this point in the history
Loading