Releases: athenian-robotics/turtle-grpc-bridge
1.0.15
1.0.14
A new test server verifies that all services can successfully run off of one server.
1.0.13
ServerBuilder.forPort() is now static.
1.0.12
This is a re-release of 1.0.11.
1.0.11
This release fixes an issue where servers could not be created because ServerBuilder was only available within the package itself.
1.0.10
Service implementations have been changed to allow any number of services on a single server. The server creation and addition of services must now be done explicitly.
1.0.9
HealthCheckService is implemented and functioning with test code.
1.0.8
EncoderService is implemented and functioning with example code.
1.0.7
StrategyService is implemented and functioning with example code.
1.0.6
Services for strategy-based driving and encoder streaming are now in place, but further testing is required to ensure they are working properly.