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: ryanrolds/sqlclosecheck
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: ryanrolds/sqlclosecheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 15 commits
  • 337 files changed
  • 9 contributors

Commits on Aug 27, 2023

  1. Partial work

    ryanrolds committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    1ddb014 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    839d7e5 View commit details
    Browse the repository at this point in the history
  2. Minor function rename

    ryanrolds committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    86706b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc45d1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd7e173 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68a77b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. feat: 🌟 process deferred closer functions (#33)

    Co-authored-by: Valentin Ionita <[email protected]>
    vanntile and privx-dev authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    dea8e5a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    cae41ab View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    68f0bca View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

  1. Configuration menu
    Copy the full SHA
    67263a3 View commit details
    Browse the repository at this point in the history
  2. CVE-2024-27304 with vendoring (#41)

    * CVE-2024-27304: upgrade github.com/jackc/pgx/v5
    
    Signed-off-by: Pravin Pushkar <[email protected]>
    
    * Vendoring
    
    ---------
    
    Signed-off-by: Pravin Pushkar <[email protected]>
    Co-authored-by: Pravin Pushkar <[email protected]>
    ryanrolds and pravinpushkar authored May 19, 2025
    Configuration menu
    Copy the full SHA
    89deaee View commit details
    Browse the repository at this point in the history
  3. Bump golang.org/x/crypto from 0.17.0 to 0.35.0 (#42)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.35.0.
    - [Commits](golang/crypto@v0.17.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.35.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 19, 2025
    Configuration menu
    Copy the full SHA
    3ec3977 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Configuration menu
    Copy the full SHA
    084f423 View commit details
    Browse the repository at this point in the history
  2. Upgrade for Go 1.25 compatibility, and upgrade crypto dependency for …

    …CVE (#47)
    
    * Update golang.org/x/tools to v0.40.0 for Go 1.25 compatibility
    
    - Upgrade golang.org/x/tools from v0.21.1 to v0.40.0
    - Upgrade golang.org/x/mod from v0.17.0 to v0.31.0
    - Upgrade golang.org/x/sync from v0.11.0 to v0.19.0
    - Bump minimum Go version to 1.24.0
    
    Fixes build failure with Go 1.25 due to invalid array length
    in tokeninternal/tokeninternal.go.
    
    Co-Authored-By: Claude Opus 4.5 <[email protected]>
    
    * upgrade crypto dependency
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <[email protected]>
    LeMikaelF and claude authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    37b4d48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e747e5 View commit details
    Browse the repository at this point in the history
Loading