Skip to content

Commit 4688d61

Browse files
authored
Merge pull request #1547 from dhensby/pulls/tedious-upgrade
feat!: upgrade tedious, drop node <= 14 support
2 parents cb6f8e2 + 825692e commit 4688d61

File tree

4 files changed

+155
-84
lines changed

4 files changed

+155
-84
lines changed

.github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
matrix:
7070
os: [ubuntu-22.04]
71-
node: [14.x, 16.x, 18.x]
71+
node: [16.x, 18.x, 20.x]
7272
sqlserver: [2017, 2019, 2022]
7373
steps:
7474
- name: Checkout code
@@ -115,7 +115,7 @@ jobs:
115115
strategy:
116116
matrix:
117117
os: [windows-2019, windows-2022]
118-
node: [14.x, 16.x, 18.x]
118+
node: [16.x, 18.x, 20.x]
119119
sqlserver: [2008, 2012, 2014, 2016, 2017, 2019, 2022]
120120
# These sqlserver versions don't work on windows-2022 (at the moment)
121121
exclude:

CHANGELOG.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1-
v9.3.1 (2023-09-05)
1+
v10.0.0 (2023-09-06)
2+
-------------------
3+
[change] Upgrade tedious to v16 ([#1547](https://github.com/tediousjs/node-mssql/pull/1547))
4+
[removed] Removed NodeJS 14 support ([#1547](https://github.com/tediousjs/node-mssql/pull/1547))
5+
6+
v9.3.2 (2023-09-06)
27
-------------------
38
[fix] Fix bug with msnodesqlv8 connection strings ((#1525)[https://github.com/tediousjs/node-mssql/pull/1525])
49

10+
v9.3.1 (2023-09-05)
11+
-------------------
12+
Revoked - contained breaking changes
13+
514
v9.3.0 (2023-09-04)
615
-------------------
716
[new] Add AAD connection support to connection strings ((#1461)[https://github.com/tediousjs/node-mssql/pull/1461])

0 commit comments

Comments
 (0)