Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 12:11
80c9463

Breaking Changes

  • Drop nedb support because nedb is not maintained anymore.
    • CITIZEN_DB_DIR environment variable removed.
    • Instead SQLite supported.
  • Prisma is used for supporting both SQLite and MongoDB.
    • CITIZEN_DATABASE and CITIZEN_MONGO_DB_URI environment variables removed. Instead, use CITIZEN_DATABASE_TYPE and CITIZEN_DATABASE_URL environment variables.
    • MongoDB should configure a replica set. See Prisma document for the details.
    • SQLite requires migration process.

Warning
There is no migration method in this release. Please update this version in production carefully, even if you use MongoDB.

Full Changelog: v0.5.2...v0.6.0