Skip to content

Latest commit

 

History

History
112 lines (55 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

112 lines (55 loc) · 3.18 KB

Version 1.7.1 (2021/12/23)

Pull Requests Merged

Features added

  • PR 37 - Change tested Python versions to 3.8, 3.9 and 3.10

In this release 1 pull request was closed.

Version 1.7.0 (2021/12/23)

Issues Closed

  • Issue 38 - Allow to use NoisyPublisher as a context manager

In this release 1 issue was closed.

Pull Requests Merged

Bugs fixed

  • PR 33 - Fix link te Github project

Features added

  • PR 36 - Use GitHub Actions to run tests
  • PR 35 - Make it possible to configure publisher with a dictionary of settings
  • PR 28 - Leave Python 2 support and require Python 3.6 or higher

In this release 4 pull requests were closed.

Version 1.6.1 (2020/03/04)

Pull Requests Merged

Bugs fixed

  • PR 27 - Fix argparse option name

In this release 1 pull request was closed.

Version v1.6.0 (2020/03/04)

Issues Closed

  • Issue 24 - Subscriber does not correctly filter messages by the name of the service (PR 25)

In this release 1 issue was closed.

Pull Requests Merged

Bugs fixed

  • PR 25 - Fix filtering of messages by the name of service (24)

Features added

  • PR 22 - Add restrict_to_localhost flag for the nameserver
  • PR 21 - Make the range of automatic port selection user definable

In this release 3 pull requests were closed.

Version v1.5.1 (2019/04/04)

Pull Requests Merged

Bugs fixed

  • PR 19 - Allow posttroll to be used in multiprocessing context

In this release 1 pull request was closed.

Version v1.5.0 (2019/01/21)

Pull Requests Merged

Bugs fixed

  • PR 17 - Fix decoding utf-8 encoded raw messages
  • PR 16 - Decode rawstr messages as utf-8
  • PR 15 - Make sure messages are consistently encoded as unicode

Features added

  • PR 18 - Add support for raw messages encoded in iso 8859-1
  • PR 14 - Make MC TTL configurable
  • PR 13 - Support both utf8 and byte strings from messages
  • PR 12 - Change default behaviour of subscriber to listen to everything

In this release 7 pull requests were closed.

Version 1.4.0 (2018/10/02)

Pull Requests Merged

Features added

  • PR 10 - Add Python 3 support

In this release 1 pull request was closed.