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: denodrivers/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.2
Choose a base ref
...
head repository: denodrivers/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 43 files changed
  • 11 contributors

Commits on Feb 28, 2024

  1. Allow using keyword with pool clients (#473)

    * feat: Allow `using` keyword with pool clients
    
    * chore: fix deno lint error
    langpavel authored Feb 28, 2024
    1 Configuration menu
    Copy the full SHA
    5e9075a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 11, 2024

  1. Document using keyword syntax (#475)

    * doc: Pool connection handling using `using` keyword
    
    * 0.19.3
    langpavel authored Mar 11, 2024
    2 Configuration menu
    Copy the full SHA
    2606e50 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Log errors when TLS fails (#484)

    This error gets lost when TLS enforcement is true.
    stea-uw authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1c2ffd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2ee14e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Fix docker compose usage in Github Actions (#490)

    * use docker compose
    
    * fix lint issues with deno lint --fix
    
    * remove obsolete version property from docker-compose.yml
    
    * add casting to prevent docs fail
    
    * add link to type issue
    
    * add link to type issue
    bombillazo authored Sep 23, 2024
    1 Configuration menu
    Copy the full SHA
    21997a7 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    c627326 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2025

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

Commits on Jan 30, 2025

  1. fix(cd): allow publish of formatted/converted code (#498)

    Current JSR package is lagging behind because this job has been failing due to the uncommitted change check, which clashes with formatting & converting steps.
    OffBy0x01 authored Jan 30, 2025
    1 Configuration menu
    Copy the full SHA
    9dea70a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. fix: Deno 2 permissions system update for ENV (#492)

    Updates usages of of `Deno.errors.PermissionDenied` to also support Deno v2's new `Deno.errors.NotCapable`.
    
    Fixes #491
    allout58 authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    15e40d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. move to jsr for dependencies and modernize some things (#487)

    * modernize code
    
    * remove error type assertions
    
    * bump dependency versions
    
    * fix every test except the last one
    
    * format code
    
    * fix tests
    
    * update docs to point to jsr, fix docs tests
    
    * format
    
    * actually fix github action
    
    * make the test table if it doesn't exist, should fix gh action
    
    * update documentation
    williamhorning authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    b22f743 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a9c81 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    8a9b60d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f722a0f View commit details
    Browse the repository at this point in the history
  3. Create release and publish package update (#501)

    * chore: update Discord invite link
    
    * chore: add check to publish workflow to avoid version conflict
    
    * chore: trigger release on workflow dispatch, not merge to main
    
    * chore: revert to publish on merge to main
    
    * chore: reestablish discord links
    
    * chore: update file formats
    
    * chore: update PR checks
    
    * chore: update readme docs and styling, add logo, format files
    
    * chore: update logo size
    
    * chore: update readme format
    bombillazo authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    70e63c9 View commit details
    Browse the repository at this point in the history
  4. Merge

    bombillazo committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    8da93ab View commit details
    Browse the repository at this point in the history
  5. Bump version test (#503)

    * chore: update version
    
    * chore: update docs formatting
    bombillazo authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    dd7df18 View commit details
    Browse the repository at this point in the history
Loading