From b9c9217e8ae440869c8b5ae1d818118fb801e345 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Tue, 9 Aug 2022 23:08:23 +0100 Subject: [PATCH] Update changelog/readme --- CHANGELOG.txt | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c40ca22e..323e5074 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -v9.0.0 (2022-??-??) +v9.0.0 (2022-08-10) ------------------- [change] Upgrade tedious to v15 ([#1417](https://github.com/tediousjs/node-mssql/pull/1417)) [removed] Removed NodeJS 10 & 12 support ([#1417](https://github.com/tediousjs/node-mssql/pull/1417)) diff --git a/README.md b/README.md index 24d58753..c2f66089 100644 --- a/README.md +++ b/README.md @@ -2025,6 +2025,11 @@ request.query('select @myval as myval', (err, result) => { - If you're facing problems with connecting SQL Server 2000, try setting the default TDS version to 7.1 with `config.options.tdsVersion = '7_1'` ([issue](https://github.com/tediousjs/node-mssql/issues/36)) - If you're executing a statement longer than 4000 chars on SQL Server 2000, always use [batch](#batch-batch-callback) instead of [query](#query-command-callback) ([issue](https://github.com/tediousjs/node-mssql/issues/68)) +## 8.x to 7.x changes + +- Upgraded to tedious version 15 +- Dropped support for Node version < 12 + ## 7.x to 8.x changes - Upgraded to tedious version 14