Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 3.10.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Apr 22, 2023

🤖 I have created a release beep boop

3.10.0 (2024-04-19)

Features

  • add conn-level infileStreamFactory option (#2159) (5bed0f8)
  • Added updated/new error codes gathered from MySQL 8.0 source code (#1990) (85dc6e5)
  • docs: release documentation website (#2339) (c0d77c0)
  • improved inspection of columns (#2112) (69277aa)
  • introduce typeCast for execute method (#2398) (baaa92a)
  • perf: cache iconv decoder (#2391) (b95b3db)
  • support STATE_GTIDS session track information (2b1520f)

Bug Fixes

  • ConnectionOptions conflict between mysql and mysql/promise (#1955) (eca8bda)
  • createPool promise as PromisePool (#2060) (ff3c36c)
  • createPool uri overload (98623dd)
  • PoolCluster typings (3902ca6)
  • PromisePoolConnection import name (76db54a)
  • releaseConnection types and promise (4aac9d6)
  • add ProcedureCallPacket to execute overloads (3566ef7)
  • add ProcedureCallPacket to query overloads (352c3bc)
  • add ProcedureCallPacket to promise-based execute overloads (8292416)
  • add ProcedureCallPacket to promise-based query overloads (0f31a41)
  • add condition which allows code in callback to be reachable (#2376) (8d5b903)
  • add decodeuricomponent to parse uri encoded special characters in host, username, password and datbase keys (#2277) (fe573ad)
  • add package.json to exports (#2026) (09fd305)
  • Add typings for Connection.promise(). (#1949) (e3ca310)
  • binary parser sometimes reads out of packet bounds when results contain null and typecast is false (#2601) (705835d)
  • cache: improve cache key serialization (#2424) (0d54b0c)
  • changing type files to declaration type files (98e6f3a)
  • correctly pass values when used with sql-template-strings library (#2266) (6444f99)
  • create ProcedureCallPacket typings (09ad1d2)
  • create promise-based PoolCluster typings (7f38496)
  • docs: improve the contribution guidelines (#2552) (8a818ce)
  • EventEmitter on method signatures to use spread syntax (#2200) (5d21b81)
  • handle prepare response with actual number of parameter definition less than reported in the prepare header. Fixes #2052 (b658be0)
  • improvements to allow to use Bun and tls (#2119) (fd44a2a)
  • keepAliveInitialDelay not taking effect (#2043) (585911c)
  • LRU constructor (#2004) (fd3d117)
  • malformed FieldPacket (#2280) (8831e09)
  • missing parserCache in promise.js (7f35cf5)
  • missing ResultSetHeader[] to query and execute (f649486)
  • missing constants in promise.js (4ce2c70)
  • missing keys for Types constant (86655ec)
  • Missing types in "mysql" import (#1995) (b8c79d0)
  • missing typings for Charsets constants (01f77a0)
  • missing typings for CharsetToEncoding constants (609229a)
  • missing typings for parserCache (891a523)
  • missing typings for Types constant (04601dd)
  • move missing options to ConnectionOptions (#2288) (5cd7639)
  • PoolConnection redundancy when extending Connection interface in TypeScript (7c62d11)
  • remove acquireTimeout invalid option (#2095) (eb311db)
  • rename file of typings Charsets constants (51c4196)
  • respect enableKeepAlive option (#2016) (f465c3e)
  • revert breaking change in results creation (#2591) (f7c60d0)
  • security: improve results object creation (#2574) (4a964a3)
  • security: improve supportBigNumbers and bigNumberStrings sanitization (#2572) (74abf9e)
  • server: Added missing encoding argument to server-handshake (#1976) (a4b6b22)
  • sql-template-strings/tag compatibility (#2238) (f2efe5a)
  • stream: premature close when it is paused (#2416) (7c6bc64)
  • stream: premature close when using for await (#2389) (af47148)
  • The removeIdleTimeoutConnectionsTimer did not clean up when the … (#2384) (18a44f6)
  • types: add decimalNumbers to createConnection/createPool typings. fixes #1803 (#1817) (bb48462)
  • types: add missing types to TypeCast (#2390) (78ce495)
  • types: expose TypeCast types (#2425) (336a7f1)
  • types: support encoding for string type cast (#2407) (1dc2011)
  • Update events that are propagated from pool cluster to include remove (#2114) (927d209)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot changed the title chore(master): release 3.0.1 chore(master): release 3.10.0 Apr 19, 2024
@github-actions github-actions bot force-pushed the release-please--branches--master--components--mysql2 branch from c7ee9da to e11f65c Compare April 19, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants