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: tediousjs/node-mssql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.3.0
Choose a base ref
...
head repository: tediousjs/node-mssql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.3.1
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Sep 4, 2023

  1. chore(deps): bump tedious from 15.0.1 to 16.4.0

    Bumps [tedious](https://github.com/tediousjs/tedious) from 15.0.1 to 16.4.0.
    - [Release notes](https://github.com/tediousjs/tedious/releases)
    - [Commits](tediousjs/tedious@v15.0.1...v16.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: tedious
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    4d01ef7 View commit details
    Browse the repository at this point in the history
  2. feat!: upgrade tedious to v16 and drop Node 14 support

    Drop support for NodeJS <= 14. Upgrade tedious version. Update CI to test
    NodeJS 20.
    dhensby committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    17b4962 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1518 from tediousjs/dependabot/npm_and_yarn/tedio…

    …us-16.4.0
    
    chore(deps): bump tedious from 15.0.1 to 16.4.0
    dhensby authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1e12437 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fix: msnodesqlv8 connection string uses correct instance name

    driver was not using the correct option for instanceName and so it was
    undefined rather than the correct value.
    partik-mis authored and dhensby committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    eb3e4d0 View commit details
    Browse the repository at this point in the history
  2. docs: update changelog

    dhensby committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ff05cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53fc9ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a702724 View commit details
    Browse the repository at this point in the history
  5. Merge branch '9.3.x'

    dhensby committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    31bdaca View commit details
    Browse the repository at this point in the history
Loading