Skip to content

Releases: usgs/pdl

v2.7.1

16 Dec 01:51
Compare
Choose a tag to compare
v2.7.1 Pre-release
Pre-release
  • Add AwsProductReceiver sequence sanity check
  • Add requeuing and AwsProductReceiver catch up to keep queue lengths under 50k notifications
  • Additional unit tests, improve test performance
  • Update build to gradle 6
  • Add gitlab pipeline to run in parallel at https://code.usgs.gov/ghsc/hazdev/pdl/

2.7.0...2.7.1

v2.7.0

03 Dec 20:57
6090679
Compare
Choose a tag to compare
v2.7.0 Pre-release
Pre-release
  • Timeouts for AwsProductSender url connections
  • Better Timer cleanup
  • New FutureNotificationListener reducing thread creation
  • Optimize JDBCProductIndex queries

v2.6.1-rc

01 Dec 04:41
Compare
Choose a tag to compare
v2.6.1-rc Pre-release
Pre-release

This is a release candidate and should not be used in production.

  • Timeouts for AwsProductSender url connections
  • Better Timer cleanup
  • New FutureNotificationListener reducing thread creation
  • Optimize JDBCProductIndex queries

v2.6.0

20 Nov 18:45
Compare
Choose a tag to compare
v2.6.0 Pre-release
Pre-release
  • Add preferred weight tie-breaker (+1 for ANSS member, +2 for NEIC) when multiple contributors are equally preferred (none in authoritative region).
  • Improved handling for internal/scenario quakeml messages
  • Add Json storage format
  • Signature v2 using SHA256
  • Add AwsProductSender/AwsProductReceiver
  • Add JsonNotificationIndex, JsonProductIndex, and TrackingIndex (and FileTrackingListener) to store state in database instead of filesystem.

2.5.1...2.6.0

v2.6.0-rc3

08 Nov 21:13
Compare
Choose a tag to compare
v2.6.0-rc3 Pre-release
Pre-release

NOTE: this is a release candidate, and should not be used in production.

v2.5.1

25 Jun 22:17
Compare
Choose a tag to compare
v2.5.1 Pre-release
Pre-release

Encode event title as UTF-8
Update distance threshold to be inclusive

2.5.0...2.5.1

v2.5.0

09 Jun 14:59
e54f92b
Compare
Choose a tag to compare
v2.5.0 Pre-release
Pre-release
  • Added GeoserveRegionsService

2.4.0...2.5.0

v2.4.0

11 May 17:00
Compare
Choose a tag to compare
v2.4.0 Pre-release
Pre-release
  • Configurable OriginIndexerModule timeouts
  • Updated extentSummary schema

2.3.1...2.4.0

v2.3.1

13 Apr 21:10
Compare
Choose a tag to compare
v2.3.1 Pre-release
Pre-release
  • Add receiver download timing statistics at FINE logging level

2.3.0...2.3.1

v2.3.0

04 Apr 18:42
Compare
Choose a tag to compare
v2.3.0 Pre-release
Pre-release
  • Send to all product senders in parallel by default.
  • Timeout after 5 minutes when sending in parallel.
  • Bugfix for networks with multiple authoritative regions
  • OriginIndexerListener to query geoserve web service for event title.

This update is recommended for all contributors, particularly for large products.
This affects normal --send (CLIProductBuilder) and EIDSInputWedge quakeml-based senders.

New command line arguments

  • --disableParallelSend
    Disable parallel sends (Default is enabled).
    Send to each product sender one at a time, waiting for send to complete or fail.
  • --parallelSendTimeout=300
    Timeout in seconds when parallel send is enabled (Default 5 minutes).

New configuration properties

  • parallelSend = true|false (default true)
  • parallelSendTimeout = seconds (default 300)

This affects normal --send and EIDSInputWedge quakeml based senders.

2.2.0...2.3.0