Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 5.38 KB

CHANGELOG.md

File metadata and controls

81 lines (54 loc) · 5.38 KB

Version 0.11.0 (2021/08/25)

Issues Closed

  • Issue 91 - Starting the geographic gatherer fails with ModuleNotFoundError
  • Issue 87 - Remove usage of six (PR 88 by @pnuu)
  • Issue 80 - SegmentGatherer: configuration of time_name via ini not possible
  • Issue 73 - gatherer fails with KeyError: 'format' when fallback to default format and no format in metadata
  • Issue 70 - ValueError: can't have unbuffered text I/O with python-dæmon 2.2.4
  • Issue 65 - Go through Gatherer and Segment Gatherer log messages (PR 93 by @pnuu)
  • Issue 52 - Add option to adjust start and/or end time after pass calculation is made in gatherer (PR 90 by @pnuu)
  • Issue 14 - Documentation is missing! (PR 68 by @gerritholl)

In this release 8 issues were closed.

Pull Requests Merged

Bugs fixed

  • PR 95 - Use only 'path' portion of the URI in cat.py

Features added

  • PR 93 - Adjust logging levels (65)
  • PR 90 - Limit geographic gathering using overpass schedules (52)
  • PR 88 - Remove 'six' as requirement (87)
  • PR 85 - Refactor geographic gathering
  • PR 84 - Add a way to populate segment gatherer with pre-existing files
  • PR 81 - Add Github Action to run unit tests
  • PR 68 - First begin with documentation (14)
  • PR 67 - Add s3stalker.py

Documentation changes

  • PR 68 - First begin with documentation (14)

In this release 10 pull requests were closed.

Version 0.10.0 (2020/11/11)

Pull Requests Merged

Features added

  • PR 64 - Add the possibility to handle collections and datasets in input messages.

In this release 1 pull request was closed.

Version 0.9.0 (2020/04/15)

Pull Requests Merged

Bugs fixed

  • PR 62 - publish service name needs to be equal each time
  • PR 59 - Fix target_server's default value to be localhost's ip adresses
  • PR 56 - Fixed naming of the publish service name.
  • PR 54 - Fix times from posttroll messages when file duration is needed
  • PR 50 - Floor minutes only if configured
  • PR 49 - Fix bug when naming publisher with config_item
  • PR 42 - Fix tests

Features added

  • PR 58 - Discard messages without correct type in gatherer
  • PR 57 - Add more config options to cat.py
  • PR 55 - Add publish port and nameserver options to scisys receiver
  • PR 54 - Fix times from posttroll messages when file duration is needed
  • PR 51 - Add providing server, nameservers and services as parameters to gatherer and cat
  • PR 47 - Make it possible to group segments for full minutes
  • PR 46 - Added unique service name where possible.
  • PR 45 - Add commandline options for publisher port and publisher nameservers
  • PR 43 - Fix style
  • PR 41 - Add filter hour pattern to segment gatherer
  • PR 31 - New options to scisys receiver

In this release 18 pull requests were closed.