Skip to content

Releases: vaimee/zion

Release 1.0.0-alpha.4

14 Feb 18:03
Compare
Choose a tag to compare
Release 1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2024-02-14)

Bug Fixes

  • knexfile: don't panic if there is no .env file (5940b35)
  • static: use CDN for spine-player.js (95ba575)
  • use correct naming for .env variable db name (b5ad291), closes #59

Release 1.0.0-alpha.3

24 May 15:15
Compare
Choose a tag to compare
Release 1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2023-05-24)

Bug Fixes

  • Dockerfile: use npm for starting the application (9503bdf)

Release 1.0.0-alpha.1

28 Oct 16:35
Compare
Choose a tag to compare
Release 1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2022-10-28)

Bug Fixes

  • add correct path to load .env file for knex (d147681)
  • change env path from config/envs to root (624572b)
  • remove duplicate .env (it is in src/config/env now) (2e13979)
  • remove unintentional assertion done as a simple test (559c1e3)
  • set the knex connection pool from 0 to 10 (8a13a30), closes #11
  • use /.well-known/wot instead of /well-known/wot (4b4b768), closes #6

Features

  • add /.well-known/core route (66597f0)
  • implement security bootstrapping (7534fbf)
  • introduce pool connection timeout (f4d7caf)
  • NODE_ENV variable determines which .env file will be loaded (f3bee24)