Releases: ynx0/airlock
Java Airlock v1.1-SNAPSHOT
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 basic state handling
- added support all currently available content types for graphs
- reached api parity as of 25 Jan 2020 (https://github.com/urbit/urbit/blob/f88318b1b73c16961932189e34b819c9bb6858ec/pkg/interface/src/logic/api/graph.ts)
-
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
🎉 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