github outsideris/citizen v0.6.0

20 months ago

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

Don't miss a new citizen release

NewReleases is sending notifications on new releases.