Skip to content

Release 1.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@relu91 relu91 released this 28 Oct 16:35
· 84 commits to main since this 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)