Release v2.7.0
Summary
Geospatial values can be modelled from Kotlin and Java.
Added
Point,LineStringandPolygontypes 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,linestringandpolygonformats, matching the .NET client. (#28) ChronicleGson.chronicleGsonexposes the client's own serializer, for callers producing event content themselves.