Skip to content

0.0.4

Latest
Compare
Choose a tag to compare
@Qup42 Qup42 released this 28 Feb 09:50
· 4 commits to master since this release

Changelog

  • c83ea80 build: use distroless/base-debian12 as base image
  • 54f2731 chore: release 0.0.4
  • 4ebfe8a feat: can set ts hostname and state dir via config
  • d5fe53e feat: use errors that capture stacktraces
  • 1c2931e feat: write ts logs to logs as level trace
  • 35179b4 fix: bubble up errors that occour when starting a server
  • 8870f9e fix: detection if ts is up
  • 2813e35 fix: endpoints return code 500 for fatal errors
  • 7b7c7a9 fix: log messages during ts listener startup
  • ae686a4 fix: update config defaults
  • 3b66e06 refactor!: group loghead config options
  • c17030b refactor: encapsulate everything in services
  • bdfbf9a refactor: extract ts settings into substruct
  • f1b0775 style: bubble up and handle errors more consistently