Skip to content

v0.2.3 - List, Search & Verify

Choose a tag to compare

@Rul1an Rul1an released this 29 Nov 10:01
· 3 commits to main since this release

What's New

Added

  • list_events() method to retrieve audit events with filtering
  • get_event() method to fetch a single event by ID
  • verify_event() method for cryptographic signature verification
  • search_events() method for semantic/full-text search
  • Async versions of list_events() and search_events()
  • Python 3.13 support

Changed

  • Updated contact email to support@logvault.eu
  • Updated documentation URL to logvault.app/docs
  • Modernized license format (SPDX expression)
  • Updated pytest-asyncio to 0.23.0

Installation

pip install logvault==0.2.3

Full Changelog: v0.2.2...v0.2.3