You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.txt
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
v7.3.0 (2021-11-18)
2
+
-------------------
3
+
[new] Transaction/PreparedStatements expose the config from their parent connection
4
+
[fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config ([#1338](https://github.com/tediousjs/node-mssql/pull/1338))
5
+
1
6
v7.2.1 (2021-08-19)
2
7
-------------------
3
8
[fix] Fix issue with bulk insert of dates ((#1298)[https://github.com/tediousjs/node-mssql/pull/1298])
@@ -44,6 +49,11 @@ v7.0.0 (2021-05-06)
44
49
[fix] Connection config objects are now deep cloned when stored against a connection pool ([#1217](https://github.com/tediousjs/node-mssql/pull/1217))
45
50
[removed] Support for connection uri format has been removed (eg: `mssql://user:password@host/?params=values`)
46
51
52
+
v6.4.0 (2021-11-18)
53
+
-------------------
54
+
[new] Transaction/PreparedStatements expose the config from their parent connection
55
+
[fix] Fix inherited request configs from the pool. Specifically stream and arrayRowMode now inherit accurately from the connection config ([#1338](https://github.com/tediousjs/node-mssql/pull/1338))
56
+
47
57
v6.3.2 (2021-05-13)
48
58
-------------------
49
59
[fix] Bump various dependencies for security fixes
0 commit comments