Skip to content

Commit baf789d

Browse files
dhensbyCopilot
andcommitted
docs: add 11.x to 12.x changelog and update TOC
Add missing changelog entry for the 11.x to 12.x migration, which includes the removal of config object cloning (breaking change), tedious 19 upgrade, and rfdc removal. Also add missing 10.x and 9.x changelog entries to the table of contents. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 23d692f commit baf789d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ const config = {
186186
* [Data Types](#data-types)
187187
* [SQL injection](#sql-injection)
188188
* [Contributing](https://github.com/tediousjs/node-mssql/wiki/Contributing)
189+
* [11.x to 12.x changes](#11x-to-12x-changes)
190+
* [10.x to 11.x changes](#10x-to-11x-changes)
191+
* [9.x to 10.x changes](#9x-to-10x-changes)
189192
* [8.x to 9.x changes](#8x-to-9x-changes)
190193
* [7.x to 8.x changes](#7x-to-8x-changes)
191194
* [6.x to 7.x changes](#6x-to-7x-changes)
@@ -2217,6 +2220,13 @@ request.query('select @myval as myval', (err, result) => {
22172220
})
22182221
```
22192222

2223+
## 11.x to 12.x changes
2224+
2225+
- Config objects are no longer cloned by the library. Mutating a config object after passing it to a `ConnectionPool` results in undefined behaviour.
2226+
- Removed `rfdc` dependency
2227+
- Upgraded to tedious version 19
2228+
- Upgraded `@tediousjs/connection-string` to 0.6.x
2229+
22202230
## 10.x to 11.x changes
22212231

22222232
- Upgraded to tedious version 18

0 commit comments

Comments
 (0)