Skip to content

v2.2.0

Compare
Choose a tag to compare
@marvinruder marvinruder released this 14 Aug 08:54
· 1361 commits to main since this release
031d9b9

What's Changed

Minor changes

  • Add Status Dashboard by @marvinruder in #379
    • Update sidebar logo layout
    • Run linting and type checking in CI
    • Remove obsolete .js from import statements
    • Fix API Error class name

Tweaks and fixes

  • Fix esbuild-related issues by @marvinruder in #371
    • Fix Swagger UI is not available #369
    • Fix Error class names are wrong in logfile #370
    • Improve logging and health check
    • Optimize Docker caching related to Prisma
    • Optimize initialization of database in tests
  • Fix minify errors by @marvinruder in #375
    • Do not keep names
    • Do not minify
    • Parse Node.js bundle in build process
    • Do not build commons package separately
  • Improve performance of fetchers by @marvinruder in #376
    • Store Last Fetch date for premium S&P stocks
    • Use Axios to fetch from Refinitiv
  • Do not prune builder cache by @marvinruder in #380
  • Remove Docker-in-Docker-related code by @marvinruder in #382
    • Simplify PostgreSQL schema initialization
    • Use host.docker.internal for referencing Docker host

Full Changelog: v2.1.8...v2.2.0