Skip to content

Vultron v2024.1 (v0.7)

Pre-release
Pre-release
Compare
Choose a tag to compare
@ahouseholder ahouseholder released this 30 Jan 16:03
· 108 commits to main since this release
64af35b

In this release, we focused on overlaying the Vultron Protocol onto the ActivityStreams Vocabulary.

Included in this release are:

  • Python code implementing ActivityStreams (AS) objects and activities
  • Web Ontology Language (OWL) ontologies mapping the Vultron Protocol onto the ActivityStreams Vocabulary (in Turtle syntax)
  • A Vultron AS Python module that can generate ActivityStreams messages consistent with the Vultron Protocol in accordance with the OWL mapping.
  • Documentation for all the above
  • Minor improvements to existing documentation (e.g., add grid cards for navigation elements instead of unordered lists)
  • Build environment improvements
  • Dependency updates

Note that this release is focused on producing message formats, not on the handling of those messages on the receiving end. Processing of received messages is planned to be the subject of a future release.

What's Changed

Dependency Updates

Python

Github Actions

Full Changelog: v0.6...v0.7