[Snyk] Upgrade mariadb from 3.0.2 to 3.3.1 #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade mariadb from 3.0.2 to 3.3.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 9 versions ahead of your current version.
The recommended version was released on 3 months ago.
Release notes
Package name: mariadb
-
3.3.1 - 2024-06-05
- CONJS-288 ensure pool timeout error give details #268
- CONJS-289 connection possibly staying in hanging state after batch execution #281
- CONJS-290 possible ECONRESET when executing batch #281
- CONJS-292 ensure String object parameter
- CONJS-286 exchanges stop when closing prepare and prepareCacheLength is set to 0
- CONJS-287 typescript missing queryoption for prepare command
-
3.3.0 - 2024-03-21
- CONJS-284 pipeline PREPARE and EXECUTE
- CONJS-264 TLS ephemeral certificate automatic implementation
- CONJS-279 Improve text encoding decoding
- CONJS-281 cannot connect to 11.3+ server with character-set-collations = utf8mb4=uca1400_ai_ci
- CONJS-277 using connection.importFile when connection is not connected to database result in error
- CONJS-278 Possible buffer overwrite when sending query bigger than 16M
- CONJS-282 error when using mysql_clear_test password authentication plugin
- CONJS-283 wrong decoding of binary unsigned MEDIUMINT
- CONJS-285 DECIMAL field wrong decoding with deprecated option 'supportBigNumbers' set
-
3.2.3 - 2023-12-19
- CONJS-207 Add support for connection redirection
- CONJS-271 wrong binary decoding of 00:00:00 TIME values
- CONJS-272 Error doesn't always have parameters according to option
- CONJS-273 Bulk insert error when last bunch of parameters is reaching max_allowed_packet
- CONJS-274 permit disabling BULK insert for one batch
- CONJS-207 Add support for connection redirection
-
3.2.2 - 2023-10-16
- CONJS-270 Always send connection attributes, even when connectAttributes is not set
- CONJS-269 avoid useless "set names utf8mb4" on connection creation if not needed
- CONJS-268 importFile method doesn't always throw error when imported commands fails #253
- CONJS-267 Ensure that option collation with id > 255 are respected
-
3.2.1 - 2023-09-14
- CONJS-262 Binary result-set parsing performance improvement, avoiding to chromium slow issue https://bugs.chromium.org/p/v8/issues/detail?id=7161
- CONJS-265 permit configuration of console warning message to be exported
- CONJS-266 Option
- CONJS-261 TypeScript missing logParam connection option
- CONJS-263 ensure respecting server collation
-
3.2.0 - 2023-06-19
- CONJS-250 'undefined' parameters are now permitted, for compatibility with mysql/mysql2 behavior
- CONJS-257 permit to import sql file directly
- CONSJ-252 missing deprecated option supportBigNumbers and bigNumberStrings in Typescript
- CONJS-254 ensuring option connectTimeout is respected : timeout is removed when socket is successfully established, in place of returning connection object. Wasn't set when using pipe/unix socket
- CONJS-255 In some case, pipelining was use even option explicitly disable it
- CONJS-256 method changeUser can lead to error when using multi-authentication and pipelining
- CONJS-258 All eventEmitters methods are not available on connections
-
3.1.2 - 2023-05-03
- CONJS-249 add connection.listeners function to permit TypeORM compatibility
- CONJS-247 Improve error message when having set named parameter option and executing standard question mark command
- CONJS-248 Ensuring not using importing file after pool.end()
-
3.1.1 - 2023-03-17
- CONJS-246 pool not listening to 'error' event might exit application on error
- CONJS-240 Repeating calling the same procedure gets a release prepare error.
- CONJS-244 correction for node.js 12 compatibility
- CONJS-245 batch failing when using bulk and metaAsArray
-
3.1.0 - 2023-02-15
- CONJS-230 better metadata parsing performance
- CONJS-229 performance improvement when parsing lots of parameter
- CONJS-238 faster execution for known length packet
- CONJS-225 Make result set's meta property non-enumerable
- CONJS-235 Allow to pass TypeScript generic types without need of "as"
- CONJS-231 executing batch and when parameter can be too long to fit in one mysql packet, parameter can have 4 byte missing
- CONJS-236 datatype TIME wrong binary decoding when not having microseconds
- CONJS-239 When using connection with callback, pre-commands (like
- CONJS-232 in case of a long query running, connection.destroy() will close connection, but leaving server still running query for some time
- CONJS-240 adding a Prepare result wrapper to avoid multiple close issue with cache
- CONJS-241 metaAsArray missing option in typescript description
-
3.0.2 - 2022-10-27
- CONJS-222 permit streaming prepare statement result
- CONJS-223 Metadata column name gets sporadic corrupted
- CONJS-211 Session timezone unset on connection re-use with connection pool
- CONJS-212 when throwing an error when using option
- CONJS-217 caching_sha2_password never succeed using FAST AUTHENTICATION. With correction, one less exchanges is done when connecting to a MySQL server
- CONJS-219 prepare cache was not limited to
- CONJS-228 improving prepare cache performance
- CONJS-226 missing typescript metaAsArray option and documentation
- CONJS-213 update error code with recent MariaDB server
- CONJS-215 Executing after prepare close throw an undescriptive error
- CONJS-221 option debugLen and logParam are not documented
- CONJS-227 Allow setting idleTimeout to 0
- CONJS-214 missing pool.closed typescript definition
- CONJS-216 remove please-upgrade-node dependency
- CONJS-224 missing typescript checkNumberRange option definition
from mariadb GitHub release notes3.3.1 (May 2024)
Full Changelog
Issues Fixed
3.3.0 (Mar 2024)
Full Changelog
Notable changes
Issues Fixed
3.2.3 (Dec 2023)
Full Changelog
3.2.2 (Oct 2023)
Full Changelog
Issues Fixed
3.2.1 (Sep 2023)
Full Changelog
Notable changes
infileStreamFactoryaddition for compatibilityIssues Fixed
3.2.0 (Jun 2023)
Full Changelog
Notable changes
new APIs:
importFile(options) → Promise
connection.importFile({file:'...', 'database': '...'}) → Promise
pool.importFile({file:'...', 'database': '...'}) → Promise
example:
Issues Fixed
3.1.2 (May 2023)
Full Changelog
Notable changes
Issues Fixed
3.1.1 (Mar 2023)
Full Changelog
Issues Fixed
3.1.0 (Feb 2023)
Full Changelog
Notable changes
Timezone handling (CONJS-237)
Connector now set session timezone, solving issue with time function,
removing needs of client side conversion.
This requires that when using timezone options, to having server TZ data filled in case client timezone differ from server.
Performance
Other changes
Issues Fixed
initSql) might not always be executed first3.0.2 (Oct 2022)
Full Changelog
Notable changes
example :
Issues Fixed
leakDetectionTimeout, might result in throwing wrong error withCannot read properties of null (reading 'leaked')prepareCacheLengthbut can increase up to 2x theprepareCacheLengthvalue, leading to possible ER_MAX_PREPARED_STMT_COUNT_REACHEDImportant
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: