Skip to content

Releases: vivekratnavel/omniboard

2.4.2

22 Oct 05:13
Compare
Choose a tag to compare

2.4.2 (2019-10-22)

Bug Fixes

  • server: custom columns with info.* does not work when metric columns are present (7defe71), closes #157

2.4.1

27 Sep 05:07
Compare
Choose a tag to compare

2.4.1 (2019-09-27)

Bug Fixes

  • some runs are missing in the UI when a custom metric column is not part of a run (d79aca0), closes #150

2.4.0

25 Sep 07:27
Compare
Choose a tag to compare

2.4.0 (2019-09-25)

Features

  • runstable: add tags to an experiment from code (686da1c), closes #151

2.3.0

22 Sep 08:17
Compare
Choose a tag to compare

2.3.0 (2019-09-22)

Features

  • add support to compare source files between different runs (7d161b5), closes #149

2.2.0

15 Sep 05:45
Compare
Choose a tag to compare

2.2.0 (2019-09-15)

Features

  • support multi select on rows and comparison of metrics, configs and captured out (e1fefbe), closes #60

2.1.0

04 Sep 06:52
Compare
Choose a tag to compare

2.1.0 (2019-09-04)

Features

  • add a new setting to change the row height of table (95f80f7), closes #103

2.0.1

03 Sep 10:29
Compare
Choose a tag to compare

2.0.1 (2019-09-03)

Bug Fixes

  • customcolumnmodal: fix updation of custom column doesn't work as expected. Update docs (79ed5f3)

2.0.0

03 Sep 06:24
Compare
Choose a tag to compare

2.0.0 (2019-09-03)

Bug Fixes

  • update node version in dockerfile (4f25df6)

Features

  • add new features for Omniboard v2.0. Update unit tests and docs (224e1e5), closes #107

BREAKING CHANGES

  • Omniboard will no longer support MongoDB < 4.0. The collections "omniboard.columns"
    and "omniboard.config.columns" are renamed to "omniboard.metric.columns" and
    "omniboard.custom.columns".

2.0.0-beta.2@beta

31 Aug 12:05
Compare
Choose a tag to compare

2.0.0-beta.2 (2019-08-31)

Bug Fixes

  • update node version in dockerfile (4f25df6)

2.0.0-beta.1@beta

31 Aug 10:31
Compare
Choose a tag to compare

2.0.0-beta.1 (2019-08-31)

Features

  • add new features for Omniboard v2.0. Update unit tests and docs (224e1e5), closes #107

BREAKING CHANGES

  • Omniboard will no longer support MongoDB < 4.0. The collections "omniboard.columns"
    and "omniboard.config.columns" are renamed to "omniboard.metric.columns" and
    "omniboard.custom.columns".