Skip to content

Releases: hobbit-project/java-sdk

v1.1.17

Choose a tag to compare

@smirnp smirnp released this 28 Jan 15:53
v1.1.17 release

v1.1.16

Choose a tag to compare

@smirnp smirnp released this 13 Dec 14:51

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

v1.1.15

Choose a tag to compare

@smirnp smirnp released this 05 Dec 09:56
  • 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

Choose a tag to compare

@smirnp smirnp released this 21 Aug 09:15

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

1.1.1

Choose a tag to compare

@smirnp smirnp released this 07 Feb 14:35
  • 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

Choose a tag to compare

@smirnp smirnp released this 05 Jan 12:13
a210c6c

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

Choose a tag to compare

@smirnp smirnp released this 15 Dec 12:09
3b63aac

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