Skip to content

0.10.0

Latest
Compare
Choose a tag to compare
@lberrymage lberrymage released this 25 Sep 21:28
· 14 commits to main since this release

This is a major release, changing our backend database from SQLite to PostgreSQL. This migration should give us much more flexibility with manipulating our database over development cycles and deploying to different environments.

Changed

  • Change backend database from SQLite to PostgreSQL
  • Remove local path column from file table in database
  • Migrate away from deprecated getEmails2() method from github-api
  • Migrate to ESLint v9 flat config
  • Bump Angular CLI to 18.2.6
  • Bump Angular Core to 18.2.6
  • Bump Angular Material to 18.2.6
  • Bump apkanalyzer to 31.6.1
  • Bump apksig to 8.6.1
  • Bump eslint to v9
  • Bump Exposed to 0.55.0
  • Bump github-api to 1.326
  • Bump Gradle to 8.10.2
  • Bump Koin to 4.0.0
  • Bump S3 SDK to 1.3.39
  • Bump typescript-eslint to v8

Fixed

  • Fix foreign key constraint violation when publishing updates