Today, we published a new maintenance release of Hibernate ORM 5.4: 5.4.30.Final.
Spatial support for CockroachDB
This release introduces a CockroachDB202SpatialDialect
in the hibernate-spatial
module, that supports the spatial features available in CockroachDB v20.2 and later.
Just as CockroachDB strives for (PostgreSQL compatibility), the spatial data support is based on (PostGIS). The dialect provides similar functionality as the spatial dialects based on PostgreSQL.
This release also introduces:
In addition, the release introduces a few minor improvements as well as bug fixes. See below for the complete list of changes.
Thank you
Specials thanks to Karel Maesen for implementing Spatial support for CockroachDB and PostgisPG10Dialect.
Getting 5.4.30.Final
All details are available and up to date on the dedicated page on hibernate.org.
Feedback, issues, ideas?
To get in touch, use the usual channels:
-
hibernate tag on Stack Overflow (usage questions)
-
User forum (usage questions, general feedback)
-
Issue tracker (bug reports, feature requests)
-
Mailing list (development-related discussions)