Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GeoMesa 3.1.0 is the first minor release in the 3.x line. This release includes 45 new features and bug fixes (TODO: Update link) since the 3.0.0 release. Users upgrading from 2.x should read the 3.0 Upgrade Guide.  Install bundles for LocationTech GeoMesa can be downloaded from GitHub (TODO: verify link) or individual artifacts are available on Maven central.  GeoMesa-NiFi Nars are available on GitHub (TODO: VERIFY LINK) and or Maven central.

Dependency Version Updates and new Supported Versions

...

  • Query Guards
    • Created an API for Query Guards to block overly-broad queries from running
    • Implemented temporal and graduated spatial-temporal query guards
  • GeoMesa-NiFi
    • New GetGeoMesaKafkaRecord processor reads from Kafka and creates NiFi Records
    • New GeoAvro RecordSetWriter has been createdto convert NiFi Records into Avro with geometries
    • The GeoMesa NiFi processors interact with the NiFi Record API can accept NiFi Records, allowing for more flexibility when creating flows
  • HBase

    • GeoMesa's HBase support integration now supports data age-off
  • Various

    • Json filter improvements
    • Optimizations for GeoTools/GeoServer integration points (GeoTools visitors and other query patterns)

...

Note that the GeoMesa public API is not currently well defined. Users with deep code integration with GeoMesa may need to update some calls.

Upgrading

GeoMesa 3.0.0 and 3.1.0 supports upgrade in place from previous versions of 2.x or 3.0.x, by updating the GeoMesa JAR versions. Ensure that JARs are updated in all clients and servers. See the upgrade guide for information on changes that may affect you after the update.

...