-
Notifications
You must be signed in to change notification settings - Fork 94
Comparing changes
Open a pull request
base repository: denodrivers/postgres
base: v0.19.2
head repository: denodrivers/postgres
compare: main
- 17 commits
- 43 files changed
- 11 contributors
Commits on Feb 28, 2024
-
Allow
using
keyword with pool clients (#473)* feat: Allow `using` keyword with pool clients * chore: fix deno lint error
1Configuration menu - View commit details
-
Copy full SHA for 5e9075a - Browse repository at this point
Copy the full SHA 5e9075aView commit details
Commits on Mar 4, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 499143f - Browse repository at this point
Copy the full SHA 499143fView commit details
Commits on Mar 11, 2024
-
Document
using
keyword syntax (#475)* doc: Pool connection handling using `using` keyword * 0.19.3
2Configuration menu - View commit details
-
Copy full SHA for 2606e50 - Browse repository at this point
Copy the full SHA 2606e50View commit details
Commits on Aug 29, 2024
-
Log errors when TLS fails (#484)
This error gets lost when TLS enforcement is true.
Configuration menu - View commit details
-
Copy full SHA for 1c2ffd4 - Browse repository at this point
Copy the full SHA 1c2ffd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ee14e - Browse repository at this point
Copy the full SHA a2ee14eView commit details
Commits on Sep 23, 2024
-
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
1Configuration menu - View commit details
-
Copy full SHA for 21997a7 - Browse repository at this point
Copy the full SHA 21997a7View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for c627326 - Browse repository at this point
Copy the full SHA c627326View commit details
Commits on Jan 6, 2025
-
1
Configuration menu - View commit details
-
Copy full SHA for 256fb86 - Browse repository at this point
Copy the full SHA 256fb86View commit details
Commits on Jan 30, 2025
-
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.
1Configuration menu - View commit details
-
Copy full SHA for 9dea70a - Browse repository at this point
Copy the full SHA 9dea70aView commit details
Commits on Jan 31, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for 15e40d0 - Browse repository at this point
Copy the full SHA 15e40d0View commit details
Commits on Apr 21, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for b22f743 - Browse repository at this point
Copy the full SHA b22f743View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a9c81 - Browse repository at this point
Copy the full SHA d2a9c81View commit details
Commits on Apr 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8a9b60d - Browse repository at this point
Copy the full SHA 8a9b60dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f722a0f - Browse repository at this point
Copy the full SHA f722a0fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 70e63c9 - Browse repository at this point
Copy the full SHA 70e63c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da93ab - Browse repository at this point
Copy the full SHA 8da93abView commit details -
* chore: update version * chore: update docs formatting
Configuration menu - View commit details
-
Copy full SHA for dd7df18 - Browse repository at this point
Copy the full SHA dd7df18View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.19.2...main