Skip to content

v4.2.0

Compare
Choose a tag to compare
@FedeDP FedeDP released this 16 Jun 09:42
· 407 commits to master since this release

Here's a new release for libmodule.
While API is not changed, minor version was bumped because there was a behavioural change.

New Behaviour

  • Modules are now registered only as soon as program starts (they're not started right away).
    They're then started as soon as their context starts looping.
    This is a much more correct behaviour.

Bugfixes

  • Fixed default values for pubsub_fd[] for each module