Skip to content

Releases: dadleyy/orient-beetle

v0.0.31

28 Aug 20:16
b118aad
Compare
Choose a tag to compare

orient-beetle downloads

This project's releases each contain several artifacts, which may, or may not
have changed over the previous release; refer to the changelog below for specific
application changes.

  1. The server-side/cloud backend applications are cross compiled for the armv7
    architecture and are available in the beetle-server-*.tar.gz artifact.
  2. The elm frontend (html/css/js) is available in the beetle-ui-*.tar.gz artifact.
  3. The updater daemon for the server-side (beetle-server) artifacts is available
    in the beetle-updater-*.tar.gz artifact.
  4. The bin/elf firmware artifacts are included in the beetle-pio-*.tar.gz
    artifact. These files are encrypted with a private gpg key; please reach out if
    you are interested in consuming those.

What's Changed

beetle-pio

beetle-srv

  • logging more about redis problems by @dadleyy in #8

beetle-updater

Full Changelog: v0.0.28...v0.0.31

v0.0.28

27 Aug 15:07
5c61f3d
Compare
Choose a tag to compare

orient-beetle downloads

This project's releases each contain several artifacts, which may, or may not
have changed over the previous release; refer to the changelog below for specific
application changes.

  1. The server-side/cloud backend applications are cross compiled for the armv7
    architecture and are available in the beetle-server-*.tar.gz artifact.
  2. The elm frontend (html/css/js) is available in the beetle-ui-*.tar.gz artifact.
  3. The updater daemon for the server-side (beetle-server) artifacts is available
    in the beetle-updater-*.tar.gz artifact.
  4. The bin/elf firmware artifacts are included in the beetle-pio-*.tar.gz
    artifact. These files are encrypted with a private gpg key; please reach out if
    you are interested in consuming those.

What's Changed

beetle-srv

housekeeping

  • adding release notes to github action by @dadleyy in #4

Full Changelog: v0.0.27...v0.0.28

v0.0.27

21 Jul 02:53
c0e28b5
Compare
Choose a tag to compare
ui formatting, not interesting

v0.0.26

21 Jul 02:28
cadb835
Compare
Choose a tag to compare
correct file update logic

v0.0.25

21 Jul 01:51
28f1f5e
Compare
Choose a tag to compare
redis connection fix + queued updater feature (#3)

* adding connection retry on broken pipe

* add update mutex + api routes to updater

v0.0.24

17 Jul 17:58
1d0846a
Compare
Choose a tag to compare
another updater interval check for message

v0.0.23

17 Jul 17:56
369903c
Compare
Choose a tag to compare
correct updater interval logic

v0.0.22

17 Jul 17:41
e07bbd2
Compare
Choose a tag to compare
put that env var back

v0.0.21

17 Jul 16:58
fa3650a
Compare
Choose a tag to compare
more updater cleanup

v0.0.20

17 Jul 16:12
1a98ddc
Compare
Choose a tag to compare
info level logging per check