Change Log

All notable changes to rs plugin will be documented in this file.

2023.254

Added

  • Make output.maxFutureEndTime configurable in scconfig.

2023.135

Fixed

  • Inventory subscription

2022.332

Added

  • Add poll mode for non-real-time inputs, e.g. fdsnws.

2021-04-29

Added

  • Add SSL and authentication support for the output connection. With this version the data output URL can be set with the config option output.address. The formal definition of the field is: [[caps|capss]://][user:pass@]host[:port] e.g.

    output.address = capss://caps:caps@localhost:18003
    

    The new output.address parameter superseds the output.host and output.port parameter of previous versions and takes precedence. The old parameters are kept for compatibility reasons but are marked as deprecated.

2020-02-17

Changed

  • Increase default timeout for acknowledgement messages from 5s to 60s

2020-01-23

Fixed

  • Make init script Python 2 and 3 compatible

2019-08-07

Added

  • plugin version information

2019-01-30

Fixed

  • Loading inventory from file

2018-12-17

Added

  • Added new option --status-log. With this option enabled the plugin writes status information e.g. the number of bytes buffered into a seperate log file @LOGDIR@/rs2caps-stats.log.

2018-01-24

Added

  • Optimized config script in combination with high station count

2018-01-17

Added

  • Added optional bindings to synchronize the journal file with

  • Added option to synchronize journal file with bindings

2016-06-08

Added

  • Added option --passthrough which will not read the inventory from the database and thus does not require a database connection and it will not subscribe to any stream at the recordstream. Instead it will process everything that it receives. This is most useful in combination with files.

2016-06-03

Added

  • backfilling support

2016-05-25

Added

  • support to load inventory from file or database. The configuration may be adopted using the standard SeisComP3 options.