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: fastify/fastify-postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.1
Choose a base ref
...
head repository: fastify/fastify-postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.2
Choose a head ref
  • 2 commits
  • 3 files changed
  • 4 contributors

Commits on Oct 22, 2023

  1. fix: referenceError on schema validation failure. (#164)

    * fix: check the initialization of the client in onSend handler preventing referenceError on schema validation failure.
    
    * remove unused and useless code
    
    Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
    
    * refactor: avoiding empty return statement
    
    ---------
    
    Co-authored-by: Luca Rainone <chumkiu2008@gmail.com>
    Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
    3 people authored Oct 22, 2023
    Configuration menu
    Copy the full SHA
    f00cefc View commit details
    Browse the repository at this point in the history
  2. Bumped v5.2.2

    Eomm committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    2e6cb74 View commit details
    Browse the repository at this point in the history
Loading