Releases: BioLockJ-Dev-Team/BioLockJ
v1.4.2
v1.4.1
This includes a patch for a docker integration bug which came about with docker engine version 20.10.10.
This version of BioLockJ was designed and tested with docker engine version 20.10.11 (docker desktop 4.3.1).
You can find older versions of docker desktop for mac,
and older versions of docker desktop for windows
in the release notes section for each OS on the https://docs.docker.com/desktop/ site.
v1.4.1-rc
v1.4.0
Modules now have their own version.
Add basic example modules, Hello_World and Hello_Friends, and more documentation about making modules.
Defaults for docker methods should more intuitively match dockers defaults: owner=library, tag=latest.
Note
This version of BioLockJ is compatible with docker engine version 20.10.10 (docker desktop 4.2.0) and all earlier versions that have been tested.
This version is known to be incompatible with docker engine 20.10.11 (docker desktop 4.3.0).
You can find older versions of docker desktop for mac, and older versions of docker desktop for windows in the release notes section for each OS on the https://docs.docker.com/desktop/ site.
This issue has been resolved in BioLockJ v1.4.1, making it compatible with docker engine 20.10.11 (docker desktop 4.3.0)
Dynamic launch messages
Add progress messages with animated spinner.
Introduce the docker-mapper concept.
Save docker info sooner. Save docker version info. Save system info.
Always require forward slash as separator in relative paths.
v1.3.17
v1.3.16
Add --verbose option to invoke debug-level logging from command line.
Add documentation for running on Windows (experimental).
Add script and dockerfile for complete dockerized deploy build.
Add developer documentation of release process.
Fix for the load distribution across workers for ForEach modules.