Skip to content

1.2.0-Alpha1

Compare
Choose a tag to compare
@beikov beikov released this 30 Sep 06:43

This release includes some very hot features

  • #222 Entity joins support in core has landed!
  • #202 Entity views can now reference their view root via VIEW_ROOT
  • #218 Entity views can also now have a custom root defined when applying the setting
  • #211 Parser implements negation optimizations
  • #200 Parser supports literals with type suffix
  • #193 Subqueries can use correlated paths now
  • #205 IN-predicate API of core supports Collection now instead of List
  • #192 Various API changes for supporting multi-subquery expressions
  • #108 Entity views can now correlate separate queries as subviews to an entity view
  • #120 Treat support was added
  • #181 Support for the VALUES clause has been added
  • #183 JPA Criteria API has been implemented that is backed by blaze-persistence
  • #90 + #67 SIZE to COUNT transformation was reworked from ground up for better reliability

and lots of bugfixes

There will be 2-3 subsequent Alpha releases until we reach feature completion for the planned features.
After that we will focus on stabilizing + documentation and release 1-2 Beta versions before the final version goes out.

In the next Alpha release you can expect at least the following

  • #108 Correlation strategy subselect and batching will be implemented
  • #120 Treat operator support will be finished
  • #181 Table function support will be finished
  • #198 Problems with one-to-one mappings will be fixed
  • #191 + 216 Entity views will allow better collection usage
  • #204 Polymorphic queries will be supported
  • #257 Entity attributes in entity views will be able to specify fetches