# Change Log

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

## 2023.254

### Added

-   Make `output.maxFutureEndTime` configurable in scconfig.

## 2022.340

### Added

-   Support all Seedlink 3.3 features which includes plugin proc
    definitions

## 2022-05-23

### Added

-   CAPS authentication support for outgoing connections.
    Use the config option ``output.address`` to provide
    the data output URL in the form
    [[caps|capss]://][user:pass@]host[:port], e.g.:

    ```
    output.address = caps://user:pass@localhost:18003
    ```

## 2022-04-14

### Changed

-   Transient packets will be written to disk during shutdown to
    prevent packet loss

## 2022-04-07

### Fixed

-   Shutdown in case of no data could be sent to CAPS

## 2022-03-03

### Fixed

-   Fixed usage of `output.recordBufferSize` which hasn't been used yet
-   Set default buffer size to 128k

## 2021-11-23

### Fixed

-   First shutdown plugins and then stop caps connection to avoid lost
    records during shutdown

## 2019-09-24

### Fixed

-   Flush all transient packages before closing the connection to CAPS at exit

## 2019-05-06

### Fixed

-   Capturing of SeedLink plugins logs. Under certain conditions the data
    acquisition could be affected causing packet loss.

## 2019-03-12

### Added

-   Capture SeedLink plugins logs
