Monero Merchant is a RESTful API wrapper for the official Monero wallet RPC. This project is mainly for merchants who hope to accept Monero as payment, which is currently the most robust and privacy-oriented cryptocurrency with extremely low transaction fees.
typeorm/typeorm (typeorm)
### [`v0.3.19`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#0319-2024-01-03)
[Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.18...0.3.19)
##### Bug Fixes
- fixed `Cannot read properties of undefined (reading 'sync')` caused after glob package upgrade
### [`v0.3.18`](https://togithub.com/typeorm/typeorm/releases/tag/0.3.18)
[Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.17...0.3.18)
##### Bug Fixes
- add BaseEntity to model-shim ([#10503](https://togithub.com/typeorm/typeorm/issues/10503)) ([3cf938e](https://togithub.com/typeorm/typeorm/commit/3cf938efc04bf73129d2e755e2bb8a243be19e24))
- add error handling for missing join columns ([#10525](https://togithub.com/typeorm/typeorm/issues/10525)) ([122c897](https://togithub.com/typeorm/typeorm/commit/122c897a2ff4cc6f5e8149d488f18bf5c21b5ca9)), closes [#7034](https://togithub.com/typeorm/typeorm/issues/7034)
- add missing export for View class ([#10261](https://togithub.com/typeorm/typeorm/issues/10261)) ([7adbc9b](https://togithub.com/typeorm/typeorm/commit/7adbc9bdc7e3e5a4bd3db9c5cf980b71c74fc8fa))
- added fail callback while opening the database in Cordova ([#10566](https://togithub.com/typeorm/typeorm/issues/10566)) ([8b4df5b](https://togithub.com/typeorm/typeorm/commit/8b4df5b2998c561047ac817b6c188fbb6ad0af7b))
- aggregate function throw error when column alias name is set ([#10035](https://togithub.com/typeorm/typeorm/issues/10035)) ([022d2b5](https://togithub.com/typeorm/typeorm/commit/022d2b5f622771349355f00a087c26c930db0d25)), closes [#9927](https://togithub.com/typeorm/typeorm/issues/9927)
- backport postgres connection error handling to crdb ([#10177](https://togithub.com/typeorm/typeorm/issues/10177)) ([149226d](https://togithub.com/typeorm/typeorm/commit/149226dd677ca3ca69c9f5ccd7b96e86573eb26e))
- bump better-sqlite3 version range ([#10452](https://togithub.com/typeorm/typeorm/issues/10452)) ([75ec8f2](https://togithub.com/typeorm/typeorm/commit/75ec8f2032657560fed7418a6ca4a059a58d18ee))
- caching always enabled not caching queries ([#10524](https://togithub.com/typeorm/typeorm/issues/10524)) ([8af533f](https://togithub.com/typeorm/typeorm/commit/8af533f79f993e97f8c5608eec1da1d2f5e23156))
- circular dependency breaking node.js 20.6 ([#10344](https://togithub.com/typeorm/typeorm/issues/10344)) ([ba7ad3c](https://togithub.com/typeorm/typeorm/commit/ba7ad3c69b4d7813cf71503c130ae9ef248ea28d)), closes [#10338](https://togithub.com/typeorm/typeorm/issues/10338)
- correctly keep query.data from ormOption for commit / rollback subscribers ([#10151](https://togithub.com/typeorm/typeorm/issues/10151)) ([73ee70b](https://togithub.com/typeorm/typeorm/commit/73ee70b33165af9151aadf9d26c58e78eebdfa53))
- default value in child table/entity column decorator for multiple table inheritance is ignored for inherited columns ([#10563](https://togithub.com/typeorm/typeorm/issues/10563)) ([#10564](https://togithub.com/typeorm/typeorm/issues/10564)) ([af77a5d](https://togithub.com/typeorm/typeorm/commit/af77a5d0acf0c9661c4d61c38fd57bca9a1b65fc))
- deletedAt column leaking as side effect of object update while creating a row ([#10435](https://togithub.com/typeorm/typeorm/issues/10435)) ([7de4890](https://togithub.com/typeorm/typeorm/commit/7de4890265d5045e21c0ea1db7c45cea826f9e31))
- empty objects being hydrated when eager loading relations that have a `@VirtualColumn` ([#10432](https://togithub.com/typeorm/typeorm/issues/10432)) ([b53e410](https://togithub.com/typeorm/typeorm/commit/b53e410e5abe930ab489ff4c8c16f62306910f6a)), closes [#10431](https://togithub.com/typeorm/typeorm/issues/10431)
- extend GiST index with range types for Postgres driver ([#10572](https://togithub.com/typeorm/typeorm/issues/10572)) ([a4900ae](https://togithub.com/typeorm/typeorm/commit/a4900ae15feb6727f085cbeae09000566b15081e)), closes [#10567](https://togithub.com/typeorm/typeorm/issues/10567)
- ignore changes for columns with `update: false` in persistence ([#10250](https://togithub.com/typeorm/typeorm/issues/10250)) ([f8fa1fd](https://togithub.com/typeorm/typeorm/commit/f8fa1fd821a0ca61b09079625e04583f9e1a0403)), closes [#10249](https://togithub.com/typeorm/typeorm/issues/10249)
- improve helper for cli for commands missing positionals ([#10133](https://togithub.com/typeorm/typeorm/issues/10133)) ([9f8899f](https://togithub.com/typeorm/typeorm/commit/9f8899f56cb95fbee70eed73d507530e8b6c74ff))
- loading datasource unable to process a regular default export ([#10184](https://togithub.com/typeorm/typeorm/issues/10184)) ([201342d](https://togithub.com/typeorm/typeorm/commit/201342d1509938925b90deeac1d974cd01fe3d3c)), closes [#8810](https://togithub.com/typeorm/typeorm/issues/8810)
- logMigration has incorrect logging condition ([#10323](https://togithub.com/typeorm/typeorm/issues/10323)) ([d41930f](https://togithub.com/typeorm/typeorm/commit/d41930f0d6b8f672a5242da4a4b5568d90090d59)), closes [#10322](https://togithub.com/typeorm/typeorm/issues/10322) [#10322](https://togithub.com/typeorm/typeorm/issues/10322)
- ManyToMany ER_DUP_ENTRY error ([#10343](https://togithub.com/typeorm/typeorm/issues/10343)) ([e296063](https://togithub.com/typeorm/typeorm/commit/e296063b128318ddd3b59ae1e23e104d0ed524b0)), closes [#5704](https://togithub.com/typeorm/typeorm/issues/5704)
- migrations on indexed TIMESTAMP WITH TIME ZONE Oracle columns ([#10506](https://togithub.com/typeorm/typeorm/issues/10506)) ([cf37f13](https://togithub.com/typeorm/typeorm/commit/cf37f1370bb0a180bedf0a2e2fedd8047ae4ef78)), closes [#10493](https://togithub.com/typeorm/typeorm/issues/10493)
- mongodb - undefined is not constructor ([#10559](https://togithub.com/typeorm/typeorm/issues/10559)) ([ad5bf11](https://togithub.com/typeorm/typeorm/commit/ad5bf11a918170b50e3251410004f75c1811eb01))
- mongodb resolves leaked cursor ([#10316](https://togithub.com/typeorm/typeorm/issues/10316)) ([2dc9624](https://togithub.com/typeorm/typeorm/commit/2dc9624d0016447b0738d85c6ddeace1110eb56f)), closes [#10315](https://togithub.com/typeorm/typeorm/issues/10315)
- mssql datasource testonborrow not affecting anything ([#10589](https://togithub.com/typeorm/typeorm/issues/10589)) ([122b683](https://togithub.com/typeorm/typeorm/commit/122b683840487f05b26a938a1fb057d71beb1bb3))
- nested transactions issues ([#10210](https://togithub.com/typeorm/typeorm/issues/10210)) ([25e6ecd](https://togithub.com/typeorm/typeorm/commit/25e6ecdfd23569b4b6ba15b845b4444927386f42))
- prevent using absolute table path in migrations unless required ([#10123](https://togithub.com/typeorm/typeorm/issues/10123)) ([dd59524](https://togithub.com/typeorm/typeorm/commit/dd595242a7fbb8c7445cc79bf0b751f1ed1762bd))
- remove `date-fns` in favor of `DayJs` ([#10306](https://togithub.com/typeorm/typeorm/issues/10306)) ([cf7147f](https://togithub.com/typeorm/typeorm/commit/cf7147fa7c0231089b45078abc813f0e56e5dd9e))
- remove dynamic require calls ([#10196](https://togithub.com/typeorm/typeorm/issues/10196)) ([a939654](https://togithub.com/typeorm/typeorm/commit/a939654c95804b172276ba26769c43af97469d5d))
- resolve circular dependency when using Vite ([#10273](https://togithub.com/typeorm/typeorm/issues/10273)) ([080528b](https://togithub.com/typeorm/typeorm/commit/080528b11716cc786b00c4890160f6ccf3375925))
- resolve issue building eager relation alias for nested relations ([#10004](https://togithub.com/typeorm/typeorm/issues/10004)) ([c6f608d](https://togithub.com/typeorm/typeorm/commit/c6f608d3e8f9c28646240ac67e20e6567be1aab6)), closes [#9944](https://togithub.com/typeorm/typeorm/issues/9944)
- resolve issue of generating migration for numeric arrays repeatedly ([#10471](https://togithub.com/typeorm/typeorm/issues/10471)) ([39fdcf6](https://togithub.com/typeorm/typeorm/commit/39fdcf651fc0b690febbe11fa39892034529fd03)), closes [#10043](https://togithub.com/typeorm/typeorm/issues/10043)
- resolve issue queryBuilder makes different parameter identifiers for same parameter ([#10327](https://togithub.com/typeorm/typeorm/issues/10327)) ([6c918ea](https://togithub.com/typeorm/typeorm/commit/6c918ea3923488e3744cf4a09f01b21117674fe5)), closes [#7308](https://togithub.com/typeorm/typeorm/issues/7308)
- resolve issues on upsert ([#10588](https://togithub.com/typeorm/typeorm/issues/10588)) ([dc1bfed](https://togithub.com/typeorm/typeorm/commit/dc1bfed6d53691135628e064e0c3bda21f7d0ee3)), closes [#10587](https://togithub.com/typeorm/typeorm/issues/10587)
- scrub all comment end markers from comments ([#10163](https://togithub.com/typeorm/typeorm/issues/10163)) ([d937f61](https://togithub.com/typeorm/typeorm/commit/d937f6106a1c0a5770de7c06c315009c5549c4d5))
- serialize bigint when building a query id [#10336](https://togithub.com/typeorm/typeorm/issues/10336) ([#10337](https://togithub.com/typeorm/typeorm/issues/10337)) ([bfc1cc5](https://togithub.com/typeorm/typeorm/commit/bfc1cc5ab4232459a1d11b82fd131e7e2e9c2aa4))
- should automatically cache if alwaysEnable ([#10137](https://togithub.com/typeorm/typeorm/issues/10137)) ([173910e](https://togithub.com/typeorm/typeorm/commit/173910ed79aada4d250fd658d6dd73fca7740950)), closes [#9910](https://togithub.com/typeorm/typeorm/issues/9910)
- SQLite simple-enum column parsing ([#10550](https://togithub.com/typeorm/typeorm/issues/10550)) ([696e688](https://togithub.com/typeorm/typeorm/commit/696e688d0072eb54608eaf081be1a6d9c40910e3))
- update UpdateDateColumn on upsert ([#10458](https://togithub.com/typeorm/typeorm/issues/10458)) ([fdb9866](https://togithub.com/typeorm/typeorm/commit/fdb9866ad2359aa37fed1e7e99b3736a4dc9dc74)), closes [#9015](https://togithub.com/typeorm/typeorm/issues/9015)
- upgrade ts-node version to latest(10.9.1) version ([#10143](https://togithub.com/typeorm/typeorm/issues/10143)) ([fcb9904](https://togithub.com/typeorm/typeorm/commit/fcb9904f247d9ddf21bad07101b488d33e0a1fd2))
- using async datasource to configure typeorm ([#10170](https://togithub.com/typeorm/typeorm/issues/10170)) ([fbd45db](https://togithub.com/typeorm/typeorm/commit/fbd45dba32cd92ddcb00cc4f3c745d247ad27bae))
##### Features
- ability to change default replication mode ([#10419](https://togithub.com/typeorm/typeorm/issues/10419)) ([72b1d1b](https://togithub.com/typeorm/typeorm/commit/72b1d1b865d7d67f4609740be0db325804a600b5))
- add concurrent indexes for postgres ([#10442](https://togithub.com/typeorm/typeorm/issues/10442)) ([f4e6eaf](https://togithub.com/typeorm/typeorm/commit/f4e6eaf15597cf387a268ab1c7e81eaaecefdd6a))
- add exists and exists by ([#10291](https://togithub.com/typeorm/typeorm/issues/10291)) ([b6b46fb](https://togithub.com/typeorm/typeorm/commit/b6b46fb133559c8c5508fc0cdabc8f1a02683409))
- add isolated where statements ([#10213](https://togithub.com/typeorm/typeorm/issues/10213)) ([3cda7ec](https://togithub.com/typeorm/typeorm/commit/3cda7ec39d145f4f37f74bf40906565e472852ed))
- add MSSQL disableAsciiToUnicodeParamConversion option and tests ([#10161](https://togithub.com/typeorm/typeorm/issues/10161)) ([df7c069](https://togithub.com/typeorm/typeorm/commit/df7c06948cc53efda8b2d519338c8a5dc5159607)), closes [#10131](https://togithub.com/typeorm/typeorm/issues/10131)
- add support for mssql server DefaultAzureCredential usage ([#10246](https://togithub.com/typeorm/typeorm/issues/10246)) ([c8ee5b1](https://togithub.com/typeorm/typeorm/commit/c8ee5b1d1a77cc08c358d8c7f2a96e53ecb83872))
- add support for table comment in MySQL ([#10017](https://togithub.com/typeorm/typeorm/issues/10017)) ([338df16](https://togithub.com/typeorm/typeorm/commit/338df164395fa1475149614281b3c649fb5b2611))
- allow to use custom type witch extends object type for find where argument ([#10475](https://togithub.com/typeorm/typeorm/issues/10475)) ([48f5f85](https://togithub.com/typeorm/typeorm/commit/48f5f85d687e1a4d4d4ee83741759d70990985f7))
- BeforeQuery and AfterQuery events ([#10234](https://togithub.com/typeorm/typeorm/issues/10234)) ([5c28154](https://togithub.com/typeorm/typeorm/commit/5c28154cbe19008b5ae7b3612c8a718a8e628dcb)), closes [#3302](https://togithub.com/typeorm/typeorm/issues/3302)
- custom STI discriminator value for EntitySchema ([#10508](https://togithub.com/typeorm/typeorm/issues/10508)) ([b240d87](https://togithub.com/typeorm/typeorm/commit/b240d87f347de49975f87a42b885c2d103bbff12)), closes [#10494](https://togithub.com/typeorm/typeorm/issues/10494)
- enabled CTE for oracle driver ([#10319](https://togithub.com/typeorm/typeorm/issues/10319)) ([65858f3](https://togithub.com/typeorm/typeorm/commit/65858f3a1759a950325e830ab9d4e0b2f519e455))
- entityId in InsertEvent ([#10540](https://togithub.com/typeorm/typeorm/issues/10540)) ([ae006af](https://togithub.com/typeorm/typeorm/commit/ae006af501025f709fe585b821f0da683628eec3))
- expose countDocuments in mongodb ([#10314](https://togithub.com/typeorm/typeorm/issues/10314)) ([ebd61d1](https://togithub.com/typeorm/typeorm/commit/ebd61d14400e2769517e1afaa1c9b00d95b14ec5))
- exposed entity and criteria properties on EntityNotFoundError ([#10202](https://togithub.com/typeorm/typeorm/issues/10202)) ([bafcd17](https://togithub.com/typeorm/typeorm/commit/bafcd1709b7c88b5140bb38e5536c3b4b28dad3d))
- implement column comments for SAP HANA ([#10502](https://togithub.com/typeorm/typeorm/issues/10502)) ([45e31cc](https://togithub.com/typeorm/typeorm/commit/45e31cc57aac636ec4f13101a8a5ac0a1a12b8d1))
- implement OR operator ([#10086](https://togithub.com/typeorm/typeorm/issues/10086)) ([a00b1df](https://togithub.com/typeorm/typeorm/commit/a00b1df68f249335c0266d16f02c33cff941f528)), closes [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054)
- implement streaming for SAP HANA ([#10512](https://togithub.com/typeorm/typeorm/issues/10512)) ([7e9cead](https://togithub.com/typeorm/typeorm/commit/7e9cead8a3bfe36bdec4d6146cb1ab6681d5b556))
- implements QueryFailedError generic for driverError typing ([#10253](https://togithub.com/typeorm/typeorm/issues/10253)) ([78b2f48](https://togithub.com/typeorm/typeorm/commit/78b2f4805ca5f1302b3cf91f4c7affd851bcc801))
- modify repository.extend method for chaining repositories ([#10256](https://togithub.com/typeorm/typeorm/issues/10256)) ([ca29c0f](https://togithub.com/typeorm/typeorm/commit/ca29c0ff8e40e5bfa29d769b59c405509060cacc))
- nullable embedded entities ([#10289](https://togithub.com/typeorm/typeorm/issues/10289)) ([e67d704](https://togithub.com/typeorm/typeorm/commit/e67d7041387df78c69599c1d3c880389a935ffbf))
- support for MongoDB 6.x ([#10545](https://togithub.com/typeorm/typeorm/issues/10545)) ([3647b26](https://togithub.com/typeorm/typeorm/commit/3647b269ccb1f236595bf8ff3adcca5460a0d205))
- support mssql@10 ([#10356](https://togithub.com/typeorm/typeorm/issues/10356)) ([f6bb671](https://togithub.com/typeorm/typeorm/commit/f6bb6711e2c5b05db656568bee5152ed800ea9f7)), closes [#10340](https://togithub.com/typeorm/typeorm/issues/10340)
- use node-oracledb 6 ([#10285](https://togithub.com/typeorm/typeorm/issues/10285)) ([3af891a](https://togithub.com/typeorm/typeorm/commit/3af891a8e69a921c0fd83a2fcc3d1739c0360a8d)), closes [#10277](https://togithub.com/typeorm/typeorm/issues/10277)
- user-defined index name for STI discriminator column ([#10509](https://togithub.com/typeorm/typeorm/issues/10509)) ([89c5257](https://togithub.com/typeorm/typeorm/commit/89c525761d6979d1f876b09adb9b3fc08097fe86)), closes [#10496](https://togithub.com/typeorm/typeorm/issues/10496)
##### Performance Improvements
- improve SapQueryRunner performance ([#10198](https://togithub.com/typeorm/typeorm/issues/10198)) ([f6b87e3](https://togithub.com/typeorm/typeorm/commit/f6b87e3ee1ab218edd93061bbec84a42ed6ac481))
##### BREAKING CHANGES
- With node-oracledb the thin client is used as default. Added a option to use the thick client. Also added the option to specify the instant client lib
- MongoDB: from the previous behavior of returning a result with metadata describing when a document is not found.
See: https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES\_6.0.0.md
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
0.3.17
->0.3.19
Release Notes
typeorm/typeorm (typeorm)
### [`v0.3.19`](https://togithub.com/typeorm/typeorm/blob/HEAD/CHANGELOG.md#0319-2024-01-03) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.18...0.3.19) ##### Bug Fixes - fixed `Cannot read properties of undefined (reading 'sync')` caused after glob package upgrade ### [`v0.3.18`](https://togithub.com/typeorm/typeorm/releases/tag/0.3.18) [Compare Source](https://togithub.com/typeorm/typeorm/compare/0.3.17...0.3.18) ##### Bug Fixes - add BaseEntity to model-shim ([#10503](https://togithub.com/typeorm/typeorm/issues/10503)) ([3cf938e](https://togithub.com/typeorm/typeorm/commit/3cf938efc04bf73129d2e755e2bb8a243be19e24)) - add error handling for missing join columns ([#10525](https://togithub.com/typeorm/typeorm/issues/10525)) ([122c897](https://togithub.com/typeorm/typeorm/commit/122c897a2ff4cc6f5e8149d488f18bf5c21b5ca9)), closes [#7034](https://togithub.com/typeorm/typeorm/issues/7034) - add missing export for View class ([#10261](https://togithub.com/typeorm/typeorm/issues/10261)) ([7adbc9b](https://togithub.com/typeorm/typeorm/commit/7adbc9bdc7e3e5a4bd3db9c5cf980b71c74fc8fa)) - added fail callback while opening the database in Cordova ([#10566](https://togithub.com/typeorm/typeorm/issues/10566)) ([8b4df5b](https://togithub.com/typeorm/typeorm/commit/8b4df5b2998c561047ac817b6c188fbb6ad0af7b)) - aggregate function throw error when column alias name is set ([#10035](https://togithub.com/typeorm/typeorm/issues/10035)) ([022d2b5](https://togithub.com/typeorm/typeorm/commit/022d2b5f622771349355f00a087c26c930db0d25)), closes [#9927](https://togithub.com/typeorm/typeorm/issues/9927) - backport postgres connection error handling to crdb ([#10177](https://togithub.com/typeorm/typeorm/issues/10177)) ([149226d](https://togithub.com/typeorm/typeorm/commit/149226dd677ca3ca69c9f5ccd7b96e86573eb26e)) - bump better-sqlite3 version range ([#10452](https://togithub.com/typeorm/typeorm/issues/10452)) ([75ec8f2](https://togithub.com/typeorm/typeorm/commit/75ec8f2032657560fed7418a6ca4a059a58d18ee)) - caching always enabled not caching queries ([#10524](https://togithub.com/typeorm/typeorm/issues/10524)) ([8af533f](https://togithub.com/typeorm/typeorm/commit/8af533f79f993e97f8c5608eec1da1d2f5e23156)) - circular dependency breaking node.js 20.6 ([#10344](https://togithub.com/typeorm/typeorm/issues/10344)) ([ba7ad3c](https://togithub.com/typeorm/typeorm/commit/ba7ad3c69b4d7813cf71503c130ae9ef248ea28d)), closes [#10338](https://togithub.com/typeorm/typeorm/issues/10338) - correctly keep query.data from ormOption for commit / rollback subscribers ([#10151](https://togithub.com/typeorm/typeorm/issues/10151)) ([73ee70b](https://togithub.com/typeorm/typeorm/commit/73ee70b33165af9151aadf9d26c58e78eebdfa53)) - default value in child table/entity column decorator for multiple table inheritance is ignored for inherited columns ([#10563](https://togithub.com/typeorm/typeorm/issues/10563)) ([#10564](https://togithub.com/typeorm/typeorm/issues/10564)) ([af77a5d](https://togithub.com/typeorm/typeorm/commit/af77a5d0acf0c9661c4d61c38fd57bca9a1b65fc)) - deletedAt column leaking as side effect of object update while creating a row ([#10435](https://togithub.com/typeorm/typeorm/issues/10435)) ([7de4890](https://togithub.com/typeorm/typeorm/commit/7de4890265d5045e21c0ea1db7c45cea826f9e31)) - empty objects being hydrated when eager loading relations that have a `@VirtualColumn` ([#10432](https://togithub.com/typeorm/typeorm/issues/10432)) ([b53e410](https://togithub.com/typeorm/typeorm/commit/b53e410e5abe930ab489ff4c8c16f62306910f6a)), closes [#10431](https://togithub.com/typeorm/typeorm/issues/10431) - extend GiST index with range types for Postgres driver ([#10572](https://togithub.com/typeorm/typeorm/issues/10572)) ([a4900ae](https://togithub.com/typeorm/typeorm/commit/a4900ae15feb6727f085cbeae09000566b15081e)), closes [#10567](https://togithub.com/typeorm/typeorm/issues/10567) - ignore changes for columns with `update: false` in persistence ([#10250](https://togithub.com/typeorm/typeorm/issues/10250)) ([f8fa1fd](https://togithub.com/typeorm/typeorm/commit/f8fa1fd821a0ca61b09079625e04583f9e1a0403)), closes [#10249](https://togithub.com/typeorm/typeorm/issues/10249) - improve helper for cli for commands missing positionals ([#10133](https://togithub.com/typeorm/typeorm/issues/10133)) ([9f8899f](https://togithub.com/typeorm/typeorm/commit/9f8899f56cb95fbee70eed73d507530e8b6c74ff)) - loading datasource unable to process a regular default export ([#10184](https://togithub.com/typeorm/typeorm/issues/10184)) ([201342d](https://togithub.com/typeorm/typeorm/commit/201342d1509938925b90deeac1d974cd01fe3d3c)), closes [#8810](https://togithub.com/typeorm/typeorm/issues/8810) - logMigration has incorrect logging condition ([#10323](https://togithub.com/typeorm/typeorm/issues/10323)) ([d41930f](https://togithub.com/typeorm/typeorm/commit/d41930f0d6b8f672a5242da4a4b5568d90090d59)), closes [#10322](https://togithub.com/typeorm/typeorm/issues/10322) [#10322](https://togithub.com/typeorm/typeorm/issues/10322) - ManyToMany ER_DUP_ENTRY error ([#10343](https://togithub.com/typeorm/typeorm/issues/10343)) ([e296063](https://togithub.com/typeorm/typeorm/commit/e296063b128318ddd3b59ae1e23e104d0ed524b0)), closes [#5704](https://togithub.com/typeorm/typeorm/issues/5704) - migrations on indexed TIMESTAMP WITH TIME ZONE Oracle columns ([#10506](https://togithub.com/typeorm/typeorm/issues/10506)) ([cf37f13](https://togithub.com/typeorm/typeorm/commit/cf37f1370bb0a180bedf0a2e2fedd8047ae4ef78)), closes [#10493](https://togithub.com/typeorm/typeorm/issues/10493) - mongodb - undefined is not constructor ([#10559](https://togithub.com/typeorm/typeorm/issues/10559)) ([ad5bf11](https://togithub.com/typeorm/typeorm/commit/ad5bf11a918170b50e3251410004f75c1811eb01)) - mongodb resolves leaked cursor ([#10316](https://togithub.com/typeorm/typeorm/issues/10316)) ([2dc9624](https://togithub.com/typeorm/typeorm/commit/2dc9624d0016447b0738d85c6ddeace1110eb56f)), closes [#10315](https://togithub.com/typeorm/typeorm/issues/10315) - mssql datasource testonborrow not affecting anything ([#10589](https://togithub.com/typeorm/typeorm/issues/10589)) ([122b683](https://togithub.com/typeorm/typeorm/commit/122b683840487f05b26a938a1fb057d71beb1bb3)) - nested transactions issues ([#10210](https://togithub.com/typeorm/typeorm/issues/10210)) ([25e6ecd](https://togithub.com/typeorm/typeorm/commit/25e6ecdfd23569b4b6ba15b845b4444927386f42)) - prevent using absolute table path in migrations unless required ([#10123](https://togithub.com/typeorm/typeorm/issues/10123)) ([dd59524](https://togithub.com/typeorm/typeorm/commit/dd595242a7fbb8c7445cc79bf0b751f1ed1762bd)) - remove `date-fns` in favor of `DayJs` ([#10306](https://togithub.com/typeorm/typeorm/issues/10306)) ([cf7147f](https://togithub.com/typeorm/typeorm/commit/cf7147fa7c0231089b45078abc813f0e56e5dd9e)) - remove dynamic require calls ([#10196](https://togithub.com/typeorm/typeorm/issues/10196)) ([a939654](https://togithub.com/typeorm/typeorm/commit/a939654c95804b172276ba26769c43af97469d5d)) - resolve circular dependency when using Vite ([#10273](https://togithub.com/typeorm/typeorm/issues/10273)) ([080528b](https://togithub.com/typeorm/typeorm/commit/080528b11716cc786b00c4890160f6ccf3375925)) - resolve issue building eager relation alias for nested relations ([#10004](https://togithub.com/typeorm/typeorm/issues/10004)) ([c6f608d](https://togithub.com/typeorm/typeorm/commit/c6f608d3e8f9c28646240ac67e20e6567be1aab6)), closes [#9944](https://togithub.com/typeorm/typeorm/issues/9944) - resolve issue of generating migration for numeric arrays repeatedly ([#10471](https://togithub.com/typeorm/typeorm/issues/10471)) ([39fdcf6](https://togithub.com/typeorm/typeorm/commit/39fdcf651fc0b690febbe11fa39892034529fd03)), closes [#10043](https://togithub.com/typeorm/typeorm/issues/10043) - resolve issue queryBuilder makes different parameter identifiers for same parameter ([#10327](https://togithub.com/typeorm/typeorm/issues/10327)) ([6c918ea](https://togithub.com/typeorm/typeorm/commit/6c918ea3923488e3744cf4a09f01b21117674fe5)), closes [#7308](https://togithub.com/typeorm/typeorm/issues/7308) - resolve issues on upsert ([#10588](https://togithub.com/typeorm/typeorm/issues/10588)) ([dc1bfed](https://togithub.com/typeorm/typeorm/commit/dc1bfed6d53691135628e064e0c3bda21f7d0ee3)), closes [#10587](https://togithub.com/typeorm/typeorm/issues/10587) - scrub all comment end markers from comments ([#10163](https://togithub.com/typeorm/typeorm/issues/10163)) ([d937f61](https://togithub.com/typeorm/typeorm/commit/d937f6106a1c0a5770de7c06c315009c5549c4d5)) - serialize bigint when building a query id [#10336](https://togithub.com/typeorm/typeorm/issues/10336) ([#10337](https://togithub.com/typeorm/typeorm/issues/10337)) ([bfc1cc5](https://togithub.com/typeorm/typeorm/commit/bfc1cc5ab4232459a1d11b82fd131e7e2e9c2aa4)) - should automatically cache if alwaysEnable ([#10137](https://togithub.com/typeorm/typeorm/issues/10137)) ([173910e](https://togithub.com/typeorm/typeorm/commit/173910ed79aada4d250fd658d6dd73fca7740950)), closes [#9910](https://togithub.com/typeorm/typeorm/issues/9910) - SQLite simple-enum column parsing ([#10550](https://togithub.com/typeorm/typeorm/issues/10550)) ([696e688](https://togithub.com/typeorm/typeorm/commit/696e688d0072eb54608eaf081be1a6d9c40910e3)) - update UpdateDateColumn on upsert ([#10458](https://togithub.com/typeorm/typeorm/issues/10458)) ([fdb9866](https://togithub.com/typeorm/typeorm/commit/fdb9866ad2359aa37fed1e7e99b3736a4dc9dc74)), closes [#9015](https://togithub.com/typeorm/typeorm/issues/9015) - upgrade ts-node version to latest(10.9.1) version ([#10143](https://togithub.com/typeorm/typeorm/issues/10143)) ([fcb9904](https://togithub.com/typeorm/typeorm/commit/fcb9904f247d9ddf21bad07101b488d33e0a1fd2)) - using async datasource to configure typeorm ([#10170](https://togithub.com/typeorm/typeorm/issues/10170)) ([fbd45db](https://togithub.com/typeorm/typeorm/commit/fbd45dba32cd92ddcb00cc4f3c745d247ad27bae)) ##### Features - ability to change default replication mode ([#10419](https://togithub.com/typeorm/typeorm/issues/10419)) ([72b1d1b](https://togithub.com/typeorm/typeorm/commit/72b1d1b865d7d67f4609740be0db325804a600b5)) - add concurrent indexes for postgres ([#10442](https://togithub.com/typeorm/typeorm/issues/10442)) ([f4e6eaf](https://togithub.com/typeorm/typeorm/commit/f4e6eaf15597cf387a268ab1c7e81eaaecefdd6a)) - add exists and exists by ([#10291](https://togithub.com/typeorm/typeorm/issues/10291)) ([b6b46fb](https://togithub.com/typeorm/typeorm/commit/b6b46fb133559c8c5508fc0cdabc8f1a02683409)) - add isolated where statements ([#10213](https://togithub.com/typeorm/typeorm/issues/10213)) ([3cda7ec](https://togithub.com/typeorm/typeorm/commit/3cda7ec39d145f4f37f74bf40906565e472852ed)) - add MSSQL disableAsciiToUnicodeParamConversion option and tests ([#10161](https://togithub.com/typeorm/typeorm/issues/10161)) ([df7c069](https://togithub.com/typeorm/typeorm/commit/df7c06948cc53efda8b2d519338c8a5dc5159607)), closes [#10131](https://togithub.com/typeorm/typeorm/issues/10131) - add support for mssql server DefaultAzureCredential usage ([#10246](https://togithub.com/typeorm/typeorm/issues/10246)) ([c8ee5b1](https://togithub.com/typeorm/typeorm/commit/c8ee5b1d1a77cc08c358d8c7f2a96e53ecb83872)) - add support for table comment in MySQL ([#10017](https://togithub.com/typeorm/typeorm/issues/10017)) ([338df16](https://togithub.com/typeorm/typeorm/commit/338df164395fa1475149614281b3c649fb5b2611)) - allow to use custom type witch extends object type for find where argument ([#10475](https://togithub.com/typeorm/typeorm/issues/10475)) ([48f5f85](https://togithub.com/typeorm/typeorm/commit/48f5f85d687e1a4d4d4ee83741759d70990985f7)) - BeforeQuery and AfterQuery events ([#10234](https://togithub.com/typeorm/typeorm/issues/10234)) ([5c28154](https://togithub.com/typeorm/typeorm/commit/5c28154cbe19008b5ae7b3612c8a718a8e628dcb)), closes [#3302](https://togithub.com/typeorm/typeorm/issues/3302) - custom STI discriminator value for EntitySchema ([#10508](https://togithub.com/typeorm/typeorm/issues/10508)) ([b240d87](https://togithub.com/typeorm/typeorm/commit/b240d87f347de49975f87a42b885c2d103bbff12)), closes [#10494](https://togithub.com/typeorm/typeorm/issues/10494) - enabled CTE for oracle driver ([#10319](https://togithub.com/typeorm/typeorm/issues/10319)) ([65858f3](https://togithub.com/typeorm/typeorm/commit/65858f3a1759a950325e830ab9d4e0b2f519e455)) - entityId in InsertEvent ([#10540](https://togithub.com/typeorm/typeorm/issues/10540)) ([ae006af](https://togithub.com/typeorm/typeorm/commit/ae006af501025f709fe585b821f0da683628eec3)) - expose countDocuments in mongodb ([#10314](https://togithub.com/typeorm/typeorm/issues/10314)) ([ebd61d1](https://togithub.com/typeorm/typeorm/commit/ebd61d14400e2769517e1afaa1c9b00d95b14ec5)) - exposed entity and criteria properties on EntityNotFoundError ([#10202](https://togithub.com/typeorm/typeorm/issues/10202)) ([bafcd17](https://togithub.com/typeorm/typeorm/commit/bafcd1709b7c88b5140bb38e5536c3b4b28dad3d)) - implement column comments for SAP HANA ([#10502](https://togithub.com/typeorm/typeorm/issues/10502)) ([45e31cc](https://togithub.com/typeorm/typeorm/commit/45e31cc57aac636ec4f13101a8a5ac0a1a12b8d1)) - implement OR operator ([#10086](https://togithub.com/typeorm/typeorm/issues/10086)) ([a00b1df](https://togithub.com/typeorm/typeorm/commit/a00b1df68f249335c0266d16f02c33cff941f528)), closes [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) [#10054](https://togithub.com/typeorm/typeorm/issues/10054) - implement streaming for SAP HANA ([#10512](https://togithub.com/typeorm/typeorm/issues/10512)) ([7e9cead](https://togithub.com/typeorm/typeorm/commit/7e9cead8a3bfe36bdec4d6146cb1ab6681d5b556)) - implements QueryFailedError generic for driverError typing ([#10253](https://togithub.com/typeorm/typeorm/issues/10253)) ([78b2f48](https://togithub.com/typeorm/typeorm/commit/78b2f4805ca5f1302b3cf91f4c7affd851bcc801)) - modify repository.extend method for chaining repositories ([#10256](https://togithub.com/typeorm/typeorm/issues/10256)) ([ca29c0f](https://togithub.com/typeorm/typeorm/commit/ca29c0ff8e40e5bfa29d769b59c405509060cacc)) - nullable embedded entities ([#10289](https://togithub.com/typeorm/typeorm/issues/10289)) ([e67d704](https://togithub.com/typeorm/typeorm/commit/e67d7041387df78c69599c1d3c880389a935ffbf)) - support for MongoDB 6.x ([#10545](https://togithub.com/typeorm/typeorm/issues/10545)) ([3647b26](https://togithub.com/typeorm/typeorm/commit/3647b269ccb1f236595bf8ff3adcca5460a0d205)) - support mssql@10 ([#10356](https://togithub.com/typeorm/typeorm/issues/10356)) ([f6bb671](https://togithub.com/typeorm/typeorm/commit/f6bb6711e2c5b05db656568bee5152ed800ea9f7)), closes [#10340](https://togithub.com/typeorm/typeorm/issues/10340) - use node-oracledb 6 ([#10285](https://togithub.com/typeorm/typeorm/issues/10285)) ([3af891a](https://togithub.com/typeorm/typeorm/commit/3af891a8e69a921c0fd83a2fcc3d1739c0360a8d)), closes [#10277](https://togithub.com/typeorm/typeorm/issues/10277) - user-defined index name for STI discriminator column ([#10509](https://togithub.com/typeorm/typeorm/issues/10509)) ([89c5257](https://togithub.com/typeorm/typeorm/commit/89c525761d6979d1f876b09adb9b3fc08097fe86)), closes [#10496](https://togithub.com/typeorm/typeorm/issues/10496) ##### Performance Improvements - improve SapQueryRunner performance ([#10198](https://togithub.com/typeorm/typeorm/issues/10198)) ([f6b87e3](https://togithub.com/typeorm/typeorm/commit/f6b87e3ee1ab218edd93061bbec84a42ed6ac481)) ##### BREAKING CHANGES - With node-oracledb the thin client is used as default. Added a option to use the thick client. Also added the option to specify the instant client lib - MongoDB: from the previous behavior of returning a result with metadata describing when a document is not found. See: https://github.com/mongodb/node-mongodb-native/blob/HEAD/etc/notes/CHANGES\_6.0.0.mdConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.