Skip to content

Releases: hobbit-project/java-sdk

v1.1.17

28 Jan 15:53
Compare
Choose a tag to compare
v1.1.17 release

v1.1.16

13 Dec 14:51
Compare
Choose a tag to compare

Fixed critical bug with container names for pull-based dockerizers (sometimes the container names lead to failure of container start).

v1.1.15

05 Dec 09:56
Compare
Choose a tag to compare
  • 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

21 Aug 09:15
Compare
Choose a tag to compare

Command reactions were splitted to make possible to submit container creation requests directly to the Hobbit platform controller

1.1.1

07 Feb 14:35
Compare
Choose a tag to compare
  • 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

05 Jan 12:13
a210c6c
Compare
Choose a tag to compare

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

15 Dec 12:09
3b63aac
Compare
Choose a tag to compare

Revision 2:
Namespaces changed.
LocalEvalStorage, EvaluationModule (from examples) refactored.
Full-managed hooks-listening mechanism implemented.
Any SDK-specifics removed from example components.