Skip to content

Releases: Trickfilm400/vantage-node

v2.0.11

26 Jun 03:44
v2.0.11
f4db6cc
Compare
Choose a tag to compare

Dependency updates

Full Changelog: v2.0.10...v2.0.11

v2.0.10

18 May 20:50
v2.0.10
82de96c
Compare
Choose a tag to compare

Dependency updates

Full Changelog: v2.0.9...v2.0.10

v2.0.9

21 Jun 15:26
Compare
Choose a tag to compare

What's Changed

  • dependency updates
  • set telnet timeout to 12500 from 2500
  • reamde update
  • expose default socket port via dockerfile
  • update node version on dockerfile to v18
  • telnet: reconnect on close event

Full Changelog: v2.0.8...v2.0.9

v2.0.8 - MQTT Support

10 Mar 21:34
2108a5a
Compare
Choose a tag to compare

new Features

  • added MQTT support

other changes

  • moved to winston logger for console
  • fixed a telnet conenction bug (#8)
  • dependency updates
  • github actions pipeline

Autogenerated release notes:

What's Changed

Full Changelog: v2.0.7...v2.0.8

v2.0.7 - Big-Fix-Release

27 Nov 13:31
bccd10c
Compare
Choose a tag to compare

Changes

  • Bug fix: static folder was copied wrong into the docker image (mysql-schema was not able to generate)
  • the healthcheck.js file had a wrong path to the config inside, making the container beeing stuck in unhealthy

v2.0.6

25 Nov 20:46
f6c6ca2
Compare
Choose a tag to compare

Changes

  • Updated dependencies (176abb6)
  • Moved to multi-stage docker builds (#3, #4)
  • Added default response path for REST API (#2, 224bbd5)

Updated dependencies for security reasons

15 Aug 12:15
1f4b63e
Compare
Choose a tag to compare

Fixed cors issue

15 Aug 12:15
1f4b63e
Compare
Choose a tag to compare

Bug Fix release

Socket.io Cors policy added to be accessilby from all domains

Added REST API and Healthcheck

15 Aug 12:14
1f4b63e
Compare
Choose a tag to compare
  • Updated npm dependencies
  • added docker healthcheck
  • added REST API (see Readme.md for more details)

Updated some dependencies because of potencial security problems

GHSA-h4j5-c7cj-74xg

v2.0.1, Added Typescript

10 Apr 13:42
9ddb5bc
Compare
Choose a tag to compare

Changelog

  • Environment support (see readme)
  • better code with typescript (completly rewritten)
  • autocreate of mysql table
  • Fixed a path issue in the Dockerfile, which prevented the mysql schema to be loaded and used