Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

36 lines (29 loc) · 1.46 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Temporary table creation now includes feature table indexes

Fixed

  • Subsequent executions after a failed run now properly re-initialize the temp table

Added

  • Support for generic GeoJSON geometry types within a feature

Fixed

  • Malformed GeoJSON files no longer cause an infinite loop
  • Test setup now works with latest NLDI CI database

Changed

  • Updated Ingestor to additionally check for id at top level of feature

Changed

  • Using Spring Boot
  • Docker configuration added
  • Jobs invoked via command-line rather than via ActiveMQ
  • Jenkinsfile build job added
  • Updated to shared pipeline library 0.6.1 and JDK 11
  • Upgrade various dependencies
  • Updated to latest build/deploy method
  • Added code coverage badge