Releases: hobbit-project/java-sdk
Releases · hobbit-project/java-sdk
v1.1.16
Fixed critical bug with container names for pull-based dockerizers (sometimes the container names lead to failure of container start).
v1.1.15
- Filling benchmark/system parameter models with default values from ttl files
- Queue client (to submit containers directly to local platforms)
- Service logs readers (to read logs from local platforms)
- System containers share the same attached volume (to debug for extended platform)
- Async commands execution within container (commented. Requires extended core interfaces)
- Dependencies/Bug fixes
1.1.11
Command reactions were splitted to make possible to submit container creation requests directly to the Hobbit platform controller
1.1.1
- Passing of input parameter models (benchmark and system) refactored
- Ability to add files/folders to particular BuildBasedDockerizer (not putting the same contents to all docker images)
- Unified dockerized and non-dockerized test
v1.1
Revision3: DockerBuilders were refactored to support build-based and pull-based dockerizers.
ExampleSystemTest added (demonstates how to run your system under third-party benchmark containers).
SDK starting kit announced and placed to a standalone repository.
v1.0
Revision 2:
Namespaces changed.
LocalEvalStorage, EvaluationModule (from examples) refactored.
Full-managed hooks-listening mechanism implemented.
Any SDK-specifics removed from example components.