Skip to content

Release v2.7.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 11:48
1ed07f0

Summary

Geospatial values can be modelled from Kotlin and Java.

Added

  • Point, LineString and Polygon types that serialize as GeoJSON, so Chronicle recognizes them as geospatial and the sink can index and query them. (#28)
  • Generated schemas mark geospatial properties with the point, linestring and polygon formats, matching the .NET client. (#28)
  • ChronicleGson.chronicleGson exposes the client's own serializer, for callers producing event content themselves.