Skip to content

Commit

Permalink
chore(master): release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 22, 2023
1 parent 80edab9 commit c7ee9da
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
33 changes: 33 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [3.0.1](https://github.com/CloudQuote/node-mysql2/compare/v3.2.3...v3.0.1) (2023-04-22)


### Features

* cleanup buffer/string conversions in hashing/xor helpers that were failing in Bun ([a2392e2](https://github.com/CloudQuote/node-mysql2/commit/a2392e27de64630affb6e3f6af26f5c59e2e95f9))
* maxVersion ssl option to tls.createSecureContext ([0c40ef9](https://github.com/CloudQuote/node-mysql2/commit/0c40ef9f596fa3bc4f046f523c3595fe7065fde3))


### Bug Fixes

* `ConnectionOptions` conflict between `mysql` and `mysql/promise` ([#1955](https://github.com/CloudQuote/node-mysql2/issues/1955)) ([eca8bda](https://github.com/CloudQuote/node-mysql2/commit/eca8bda9305ab07cf0e46f16f3f13bf1fd82787d))
* Add typings for Connection.promise(). ([#1949](https://github.com/CloudQuote/node-mysql2/issues/1949)) ([e3ca310](https://github.com/CloudQuote/node-mysql2/commit/e3ca3107cbae0050d307f02514598aff4e8ecd60))
* add warning for not specifying charset when using JSON ([722d967](https://github.com/CloudQuote/node-mysql2/commit/722d96728437fc25ad1528e3cfc02941f78d0db7))
* **connection:** ensure pooled connections get released ([ac78e29](https://github.com/CloudQuote/node-mysql2/commit/ac78e2963b8dfed7d3b1ddf92de4db255ec299fc))
* edit comment for consistency ([ed189cb](https://github.com/CloudQuote/node-mysql2/commit/ed189cbf468434806da116ce669fc5512e8c2a13))
* PoolConnection redundancy when extending Connection interface in TypeScript ([7c62d11](https://github.com/CloudQuote/node-mysql2/commit/7c62d1177e79b5063a11fa15a2ac4e3dc3e2a2ed))
* remove accidental log in caching_sha2_password.js ([c1202b6](https://github.com/CloudQuote/node-mysql2/commit/c1202b673c8ba9f709c3ebc0d1717ccffca1bd4b))
* **types:** add decimalNumbers to createConnection/createPool typings. fixes [#1803](https://github.com/CloudQuote/node-mysql2/issues/1803) ([#1817](https://github.com/CloudQuote/node-mysql2/issues/1817)) ([bb48462](https://github.com/CloudQuote/node-mysql2/commit/bb48462db7b83bd4825a3d53e192e5363139ec3c))
* **typings:** Add the infileStreamFactory option to the type definition ([bf9cc4c](https://github.com/CloudQuote/node-mysql2/commit/bf9cc4c41e72f4a9014659a22b131739524bda1c))
* update `lru-cache` reset method to clear ([114f266](https://github.com/CloudQuote/node-mysql2/commit/114f266b18802e52d6b130c2cf379f61a996c2b0))
* use PoolOptions type instead of PoolClusterOptions ([b275d55](https://github.com/CloudQuote/node-mysql2/commit/b275d55bbe48d29da4f7a85cee7c08b373f348f6))
* webpack projects no longer show warning for cardinal dependency ([26c56ae](https://github.com/CloudQuote/node-mysql2/commit/26c56ae64846814eb8234c0d352871a7b6651d66))
* When piping a result, if the receiving connection closes unexpectedly, the underlying connection would not close ([4eaf584](https://github.com/CloudQuote/node-mysql2/commit/4eaf584579c6b00745fa768870b9925facd5b28a))
* when port is pased as a string convert it to a number (Bun's net.connect does not automatically convert this) ([703ecb2](https://github.com/CloudQuote/node-mysql2/commit/703ecb2f788cf32acb1b49c7786ff6845640e215))


### Miscellaneous Chores

* release 3.0.0 ([11692b2](https://github.com/CloudQuote/node-mysql2/commit/11692b223ff26784089f444ca6291295bd0e405e))
* release 3.0.1 ([d5a6b2c](https://github.com/CloudQuote/node-mysql2/commit/d5a6b2ccccc7db4176c880e83c70ccd0be4ad81e))
* v3.0.0-rc.1 changes ([1b684bb](https://github.com/CloudQuote/node-mysql2/commit/1b684bbf8047200e5de5dd18874872880237de2f))

## [3.2.3](https://github.com/sidorares/node-mysql2/compare/v3.2.2...v3.2.3) (2023-04-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysql2",
"version": "3.2.3",
"version": "3.0.1",
"description": "fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit c7ee9da

Please sign in to comment.