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

Commits on Feb 2, 2024

  1. Issue 442 (#443)

    groksrc authored Feb 2, 2024
    1 Configuration menu
    Copy the full SHA
    427b77d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. deps(std): bump dependencies and prefer their lighter submodules (#422)

    * deps: bump to latest `std`
    
    * fix(deps): use `BufReader` and `BufWriter` modules
    
    * deps: use `bytes/copy` module directly
    
    * deps: prefer `crypto/crypto` module
    
    * deps: prefer submodules of `async` module
    
    * deps: bump test dependencies
    
    * deps: prefer submodules of `datetime`
    
    * deps!: upgrade to `[email protected]`
    
    * fix: remove use of deprecated `hex.encode` function
    
    * deps!: update test dependencies
    
    * fix(test): update test imports
    
    ---------
    
    Co-authored-by: Basti Ortiz <[email protected]>
    BastiDood and BastiDood authored Feb 5, 2024
    1 Configuration menu
    Copy the full SHA
    51e34b2 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    d7a8b0c View commit details
    Browse the repository at this point in the history
  3. Update decoders to parse float and return null on error (#444)

    * chore: format files
    
    * chore: add types and format file
    
    * add float decoders, return null on decode fail, improve boolean, box and line segment decode
    
    * chore: add decode tests
    
    * chore: remove unstable flag
    
    * docs: update test instructions to run with docker locally
    
    * chore: update float4 tests
    
    * chore: improve decoder logic to correctly parse geometric types
    
    * chore: add more tests for decoders
    
    * chore: update file style with denot fmt
    
    * chore: log decoding error
    
    * chore: fix file lint issues
    
    * chore: remove usntable flag from docs
    bombillazo authored Feb 5, 2024
    1 Configuration menu
    Copy the full SHA
    da5509e View commit details
    Browse the repository at this point in the history
  4. Add issue templates (#449)

    * chore: add github issue templates
    
    * chore: fix with deno fmt
    bombillazo authored Feb 5, 2024
    1 Configuration menu
    Copy the full SHA
    90984d8 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    8c74d1e View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    ac33655 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Add JSDocs (#451)

    * chore : add JSDocs
    
    * chore: fix port type in client config
    
    * chore: fix client config type
    
    * chore: remove import statments from JSDocs examples
    
    * chore: fix JSDocs examples code
    
    * chore: format deno files
    
    * chore: fix grammar in comment
    bombillazo authored Feb 6, 2024
    2 Configuration menu
    Copy the full SHA
    e158263 View commit details
    Browse the repository at this point in the history
Loading