Skip to content

14.1.0 | 14.1.0-javax | 15.1.0

Compare
Choose a tag to compare
@rbygrave rbygrave released this 04 Apr 11:24
· 24 commits to master since this release

Important Bugfix !!

For issue introduced in version 14.0.0 via #3295

  • Fix for #3381 - Empty OneToMany when overflowing LazyLoadBatchSize an… by @rbygrave in #3382

What's Changed

  • feat: For SpringJdbcTransactionManager support using CurrentTenantProvider by @rbygrave in #3368
  • Update TQRootBean with final methods, remove setRoot() by @rbygrave in #3375
  • #1857 Add bind values capture for SlowQueryEvent / SlowQueryListener by @rbygrave in #3372
  • Deprecate Query bean constructor that takes transaction - migrate to query.usingTransaction() instead by @rbygrave in #3376
  • querybeans: #3374 - Add copy() method to TQRootBean by @rbygrave in #3377
  • Add QueryBean interface for query beans to implement by @rbygrave in #3378
  • #3370 LimitOffsetPagedList add getTotalCount cache by @spinachomes in #3373
  • Add QueryBuilder interface as common API for Query and QueryBean by @rbygrave in #3379
  • Deprecate update(transaction) and delete(transaction) - migrate to usingTransaction(transaction) by @rbygrave in #3380
  • #3379 Followup, Move orderById() to common QueryBuilder interface by @rbygrave in #3383
  • Rename QueryBean interface to IQueryBean (because we want to rename TQRootBean) by @rbygrave in #3384

New Contributors

Full Changelog: 14.0.2...14.1.0