Changelog
0.3.26 (2025-08-16)
Notes:
stringifyObjects: true
, in order to avoid a potential security vulnerability
in the mysql/mysql2 client libraries. You can revert to the old behavior by setting connectionOptions.extra.stringifyObjects = false
.@sap/hana-client
library. The deprecated hdb-pool
is no longer necessary and can be removed. See https://typeorm.io/docs/drivers/sap/#data-source-options for the new pool options.stringifyObjects
implicitly (#11574) (d57fe3b)useIndex
when cloning a QueryExpressionMap (or a QueryBuilder) (#10679) (66ee307), closes #10678 #10678