Skip to content

wibl-python-1.2.0

Choose a tag to compare

@selimnairb selimnairb released this 14 Jan 21:59
· 33 commits to main since this release
28459ad

Changes since 1.1.1 release (May 8th, 2025)

  • Notable changes:
    • Use wibl@ccom.unh.edu as e-mail for example metadata (commit).
    • Add strict mode support for commands that read WIBL files to allow failed packet transcriptions to be treated as an error. By default, strict mode is not enabled. Previous default was to treat packet transcription errors as fatal errors. New default is to treat these are warnings with a detailed explanation of exactly where the fault lies in the WIBL file being processed. (commit).
    • logger-file: when reading WIBL packets record position before read so that byte offset reported during error will be more precise (commit.
    • Update CLI application to use click (commit.
    • Testing improvements
      • Update integration test to add validate command (commit).
      • Update test suite metadata to conform to B-12 3.1 (commit).
      • Add localstack docker config for automated testing of uploadwibl without cloud (commit).