Skip to content

Releases: ynx0/airlock

Java Airlock v1.1-SNAPSHOT

25 Jan 22:27
Compare
Choose a tag to compare
Pre-release

Release Notes

This release brings with it a major update: the addition of a client-side api capable of interfacing with the %graph-store gall agent.

Fulfills Milestone 2

Summarized Changelog

  • implemented port of Landscape's graph store api

  • added custom exceptions and exception hierarchy for Airlock

  • performed refactoring, cleanup, and deduplication of code in AirlockChannel

  • added ability to perform a manual ota on fakezod while setting up test environment

  • added basic unit tests for graph-store

  • added AirlockCreditials class

  • updated Main.java example to use graph-store

  • documentation for the new classes

MVP Build

29 Nov 07:41
Compare
Choose a tag to compare
MVP Build Pre-release
Pre-release

🎉 MVP Released! 🎉

This release features a basic framework which is capable of sending and receiving eyre messages to and from a given ship. The core functionality has been tested to work (found in src/main/java/Main.java).

Fulfills Milestone 1