Skip to content

Releases: pyranha-labs/atoparser

Atoparser v3.3.0

21 Sep 14:02
27fce77
Compare
Choose a tag to compare

What's Changed

  • new: Add initial support for reading cgroup information.

Breaking change: Moving forward, generate_statistics will now generate 4 items. The fourth group is CStat/CGroup information, similar to TStat.

Full Changelog: v3.3.0

Atoparser v3.2.0

14 Sep 21:40
551b4df
Compare
Choose a tag to compare

What's Changed

  • new: Add initial support for Atop 2.11.
  • chg: Improve code reuse across headers and improve compatibility failure message.
  • chg: Update minimum ruff version to 0.4.0.
  • chg: Update ruff to 0.4.8 and replace pydocstyle standalone.
  • fix: Correct record keys for 2.8 through 2.10.

Full Changelog: v3.2.0

Atoparser v3.1.1

31 Mar 17:11
b25c786
Compare
Choose a tag to compare

What's Changed

Minor release to provide standard wheel to avoid pip warnings from building with setup.py during installation.

  • chg: Migrate configurations and builds to pyproject.toml.

Full Changelog: v3.1.1

Atoparser v3.1.0

27 Jan 14:27
53f71a1
Compare
Choose a tag to compare

What's Changed

  • chg: Forward import the utilities to base module to simplify usage.
  • chg: Update integration with GitHub community guidelines.

Full Changelog: v3.1.0

Atoparser v3.0.0

15 Jan 20:40
3a3a332
Compare
Choose a tag to compare

What's Changed

  • new: Add support for Atop 2.4 through 2.10.
  • new: Add raw JSON support to example reader.
  • new: Add utility to help generate log file samples.
  • new: Add simplified mark for paramtrizing large sets of test cases.
  • new: Add unit tests that use sample log files per Atop version.
  • new: Add details on how to add support for new Atop versions.
  • new: Add unit tests for 1.26 parseable helpers.
  • chg: Update semantic version to string in preparation for 2.10 support.
  • chg: Ensure venv site package configuration matches python bin.
  • chg: Remove bandit B101 ignore.
  • chg: Update recipes to reduce dependency on git.
  • chg: Update resource URLs.
  • chg: Remove static bytes from test file in favor of log sample.
  • chg: Rebrand to atoparser.

Full Changelog: v3.0.0