Releases: usgs/pdl
Releases · usgs/pdl
v2.8.0
- Sqlite dependency update for ARM compatibility
- Pipeline updates for java 8 compatibility
- ExtentIndexerListener improve synchronization, batch size, logging
- Move notification cleanup process to separate thread.
- Configuration documentation for new classes
JsonNotificationIndex
,JsonProductStorage
,JsonTrackingIndex
v2.7.12
- Update OriginIndexerModule event title query
v2.7.10
Enable bug fix for base64 padding issue by default.
v2.7.9
- Bug fix for URLProductStorage default product path
v2.7.8
- Bug fix for empty-path content when product received as Json format and converted to Directory format
v2.7.7
- Add AwsBatchIndexer for batch loading comcat products
v2.7.6
- Bug fix for AwsProductReceiver catch up process hanging after reconnect
- Bug fix for Moment Tensor Indexer Module, when moment-tensor does not have event id
2.7.5
- Bug fixes for product json when latitude/longitude/depth are null
- Use product index transactions to reconnect if needed when checking whether notifications processed
- Make AWSProductReceiver initialCatchUpAge configurable (default 7.0 days)
v2.7.4
- Fix AWS receiver catch up / broadcast handling.
- Improve flaky tests
v2.7.3
- Add "ignoreRegions" indexer module configuration, to support ignoring NN shakemaps
- Refactor JDBCConnection class to eliminate duplication
- Refactor Indexer to support more concurrency
- Improve ProductIndex getEvents performance for events with many products.
- Update configuration documentation.