Skip to content

Releases: ebean-orm/ebean

14.7.0 | 14.7.0-javax | 15.7.0

10 Oct 11:20
Compare
Choose a tag to compare

Regression

  • Bug: Batch ordering - Regression introduced in version 13.26.1, insertAll() leaves batchMode=true enabled ... when it should not by @nPraml in #3487

Bugs

  • Add setArrayParameter to SqlQuery by @ajcamilo in #3491
  • #3490 filterMany generates invalid sql when the many side uses @EmbeddedId to model composite primary key by @rbygrave in #3493
  • Fix orderBy for cached many requests by @nPraml in #3485

Dependencies

  • Bump commons-io:commons-io from 2.7 to 2.14.0 in /ebean-test by @dependabot in #3488

Full Changelog: 14.6.0...14.7.0

14.6.0 | 14.6.0-javax | 15.6.0

17 Sep 11:16
Compare
Choose a tag to compare

What's Changed

  • Change EmptyPagedList to be deprecated from public use by @rbygrave in #3480
  • #3455 - Improve query beans such that filterMany() expressions are only on ToMany relationships by @rbygrave in #3473
  • #3462 Add Paging as alternative to maxRows + firstRow + orderBy by @rbygrave in #3478
  • Use io.ebean.service.BootstrapService as common marker interface for service loading bootstrapped services by @rbygrave in #3481

Full Changelog: 14.5.2...14.6.0

14.5.2 | 14.5.2-javax | 15.5.2

11 Sep 09:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 14.5.1...14.5.2

14.5.1 | 14.5.1-javax | 15.5.1

02 Sep 20:08
Compare
Choose a tag to compare

What's Changed

  • #3466 - Duplicated entities in findMany when a ManyToOne relation is fetched by @rbygrave in #3469
  • #3463 - Ignore queryBean.select(null) calls by @rbygrave in #3464
  • Improve existing test asserts around order by clause by @rbygrave in #3467
  • ebean-test: Modify postgis platform to support both net.postgis and og.postgis by @rbygrave in #3449
  • Update README.md fixing broken Foconis logo by @focbenz in #3457

Full Changelog: 14.5.0...14.5.1

14.5.0 | 14.5.0-javax | 15.5.0

31 Jul 10:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 14.4.0...14.5.0

14.4.0 | 14.4.0-javax | 15.4.0

26 Jun 11:40
Compare
Choose a tag to compare

What's Changed

  • #3423 JtaTransactionManager keeps reference to already closed scope (… by @rbygrave in #3424
  • Bump ebean-migration dependency to 14.1.0 with fastMode enabled by default by @rbygrave in #3429
  • Bump ebean-datasource dependency to 9.0 with automatic Lambda mode detection by @rbygrave in #3430
  • Change includeLabelInSql to default to true by @rbygrave in #3431

Full Changelog: 14.3.1...14.4.0

14.3.1 | 14.3.1-javax | 15.3.1

10 Jun 08:21
Compare
Choose a tag to compare

What's Changed

  • #3412 Use existing/parent transaction with fetch query on ToMany paths by @rbygrave in #3415
  • Fixed non-idempotent tests in TestCacheSerialization by @kaiyaok2 in #3409
  • Fix logging message for naturalKey MPUT to include the natural key properties by @rbygrave in #3413
  • Change QueryBean to use protected constructors, suppress warning on generated query beans by @rbygrave in #3416
  • Bump parent pom to 4.2 with EA changes to annotation processing by @rbygrave in #3417

New Contributors

Full Changelog: 14.3.0...14.3.1

14.3.0 | 14.3.0-javax | 15.3.0

14 May 12:14
Compare
Choose a tag to compare

What's Changed

  • Bump parent to 4.1 with Byte-Buddy net.bytebuddy.experimental=true by @rbygrave in #3387
  • Bump ebean-datasource, ebean-test-containers, ebean-agent by @rbygrave in #3389
  • Rename TQRootBean to QueryBean by @rbygrave in #3385
  • Include inline sql hint and comment in limit/offset sql by @rbygrave in #3396
  • Postgres: Add support for DISTINCT ON query clause by @rbygrave in #3397
  • mysql: Support "NoTimeZone" to bypass MySQL JDBC use of Timezone Calendar by @rbygrave in #3398
  • Bump to ebean-agent 14.3.0 by @rbygrave in #3401

Full Changelog: 14.1.0...14.3.0

12.16.3

17 Apr 12:05
Compare
Choose a tag to compare

What's Changed

  • #3393 Fix for 12.x to support "NoTimeZone" to bypass MySQL JDBC use of Timezone Calendar by @rbygrave in #3394

Full Changelog: ebean-parent-12.16.2...12.16.3

14.1.0 | 14.1.0-javax | 15.1.0

04 Apr 11:24
Compare
Choose a tag to compare

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