| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 18.2.0 source code.tar.gz | 2026-07-03 | 2.4 MB | |
| 18.2.0 source code.zip | 2026-07-03 | 4.8 MB | |
| README.md | 2026-07-03 | 2.2 kB | |
| Totals: 3 Items | 7.2 MB | 5 | |
What's Changed
- Add tenant-partitioned L2 caches (#2956) by @rbygrave in https://github.com/ebean-orm/ebean/pull/3809
- Tenant support for query plans by @rbygrave in https://github.com/ebean-orm/ebean/pull/3810
- IMPROVED: Tenant support for query plans by @rPraml in https://github.com/ebean-orm/ebean/pull/2955
- Invalidate one to one and collection cache (address [#3811]) by @dragkes in https://github.com/ebean-orm/ebean/pull/3812
- Sqlite: Add Insert On Conflict support (#3770) by @rbygrave in https://github.com/ebean-orm/ebean/pull/3815
- Fix: DuplicateKeyException when cascade-saving through a @ManyToOne to an unmodifiable bean (address [#3813]) by @dragkes in https://github.com/ebean-orm/ebean/pull/3814
- Fix ON_CONFLICT_NOTHING cascade causing FK violation (#3712) by @rbygrave in https://github.com/ebean-orm/ebean/pull/3818
- Support @ManyToOne inside @Embeddable for query predicates and joins by @rob-bygrave in https://github.com/ebean-orm/ebean/pull/3816
- Fix [#3817] incorrect type deserialization for @DbJson field in generic… by @rbygrave in https://github.com/ebean-orm/ebean/pull/3819
- Fix asOf() queries bypassing bean cache isolation by @rbygrave in https://github.com/ebean-orm/ebean/pull/3820
- Fix [#3821] fetchQuery secondary tables not included in query cache dep… by @rbygrave in https://github.com/ebean-orm/ebean/pull/3823
- [#3676] Add DbMigration.setAddForeignKeySkipCheck(true) by @rbygrave in https://github.com/ebean-orm/ebean/pull/3822
- Implement query.exists() via select exists(...) by @rbygrave in https://github.com/ebean-orm/ebean/pull/3824
- Support option to have always non-null @Embeddable(s) refereneces by @rbygrave in https://github.com/ebean-orm/ebean/pull/3825
- Fire BeanPersistController when only ManyToMany collection changes (#3652) by @rbygrave in https://github.com/ebean-orm/ebean/pull/3826
- Add RawSqlBuilder.withPlaceholders() for CTEs and other complex SQL (#3649) by @rbygrave in https://github.com/ebean-orm/ebean/pull/3827
- Add deletePermanent() - hard delete for soft delete capable beans by @rbygrave in https://github.com/ebean-orm/ebean/pull/3828
Full Changelog: https://github.com/ebean-orm/ebean/compare/18.1.0...18.2.0