Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

37 lines (21 loc) · 2.49 KB

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

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

Bug Fixes

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

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)