Versions Compared

Key

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

GeoMesa 3.01.0 is the first major minor release in the 3.x line. This release includes 127 45 new features and bug fixes (TODO: Update link) since the 23.40.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 Maven central.  GeoMesa-NiFi Nars are available on GitHub (TODO: VERIFY LINK) and Maven central.

Dependency Version Updates and new Supported Versions

  • Update Updated to GeoTools 23.3 (from 23.0) and GeoServer 2.17
  • Added support for Accumulo 2.0 (Accumulo 1.9.x still supported)
  • Added support for HBase 2.x (HBase 1.4.x still supported).
  • Update Hadoop compile version to 2.8.5.  (And we've tested with Hadoop 3.x.)

Notable Features 

  • HBase

    • GeoMesa Coprocessors can be configured to yield ‘partial results’

    • GeoMesa Coprocessors can be enabled / disabled individually

    • Scan ranges are grouped by region instead of by region servers
  • Accumulo

    • Tested on Accumulo with S3

    • Switched unit tests from using MockAccumulo to MiniAccumuloCluster

  • Timeouts have been revamped.  Each DataStore will manage timeouts as it makes queries.
  • Various

    • Numerous improvemenst to the FileSystem DataStore
    • Cleaned up Arrow memory usage

    • Small enhancement in SFCurve which allows for improved range management

    • WKB improvements (both in serialization and handing for Z and M dimensions)

Removals

  • Raster support has been removed
  • The 'Native' API and Blob Storage have also been removed
  • See a complete list in the upgrade guide
  • .3 (from 2.17.0)
  • Updated to Avro 1.8.2 (from 1.7.5)

Notable Features 

  • Query Guards
    • Created an API for Query Guards
    • Implemented temporal and graduated spatial-temporal query guards
  • GeoMesa-NiFi
    • New GetGeoMesaKafkaRecord processor reads from Kafka and creates NiFi Records
    • GeoAvro RecordSetWriter has been created
    • The GeoMesa NiFi processors interact with the NiFi Record API allowing for more flexibility when creating flows
  • HBase

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

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

Bug Fixes

  • Various Arrow Memory leaks have been addressed
  • Various corner cases around handing Kryo data, metadata, and configuration.

Versions and Compatibility

The 2.x and 3.x lines of GeoMesa follows Semantic Versioning. It provides data compatibility with versions back to 1.2.0. GeoMesa 3.x offers public API compatibility with versions 3.x. It offers binary compatibility with versions 3.01.x.

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, 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.

...