Thanks to visit codestin.com
Credit goes to github.com

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: GoogleCloudPlatform/cloud-sql-nodejs-connector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: GoogleCloudPlatform/cloud-sql-nodejs-connector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 6 commits
  • 20 files changed
  • 4 contributors

Commits on Dec 16, 2024

  1. chore: cleanup node14 unneeded code (#407)

    Remove no longer needed workaround node14 code paths.
    
    Node14 support was removed in #403
    jackwotherspoon authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    20a12da View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

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

Commits on Jan 6, 2025

  1. feat: add support for custom user agent (#410)

    Add support for custom user agent via user agent comments.
    
    HTTP user agent's take the form of `<product> / <product-version> <comment>`
    jackwotherspoon authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    25f5ccd View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2025

  1. feat: Support Private CA for server certificates. (#408)

    Support TLS validation on instances configured with a customer-managed private CA. Includes integration test.
    hessjcg authored Jan 10, 2025
    Configuration menu
    Copy the full SHA
    36f1304 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

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

Commits on Jan 14, 2025

  1. chore(main): release 1.6.0 (#411)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jan 14, 2025
    Configuration menu
    Copy the full SHA
    6040826 View commit details
    Browse the repository at this point in the history
Loading