Skip to content

v2.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 14:41
· 928 commits to master since this release

v2.0.3 (2023-04-25)

Build System

  • Bump PowerAPI package version to 2.0.3
  • deps: Bump codecov/codecov-action from 3.1.2 to 3.1.3
  • deps: Bump docker/metadata-action from 4.3.0 to 4.4.0
  • deps: Bump codecov/codecov-action from 3.1.1 to 3.1.2
  • deps: Bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5
  • deps: Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.4

Code Refactoring

  • Move DummyFormulaActor to utils, remove useless actors from tests.utils, clean code
  • Enable configuration of log in simple_puller_actor and simple_pusher_actor, enable sharing of alive attribute from simple_pusher_actor state with parent process, adapt test from simple_puller_actor, clean code
  • actor: Remove the forced timeout of the receive_control method
  • puller: Use the actor timeout value for the receive_control method
  • report: Rework Formula report code

Continuous Integration

  • Switch to Trusted Publishing (OIDC auth) for pypa/gh-action-pypi-publish
  • Enable informational mode for codecov/patch status
  • Use print-hash parameter for pypa/gh-action-pypi-publish

Documentation

  • Improve and update of contributions documentation.

Features

  • cli: Add Formula report support for database actor generator

Tests

  • Rework puller actor tests
  • unit: Add Formula report unit tests