Skip to content

Releases: outsideris/citizen

v0.6.0

16 Sep 12:11
80c9463
Compare
Choose a tag to compare

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

v0.5.2

09 Jun 17:04
85829e2
Compare
Choose a tag to compare

Enhancements

  • allow multiple non-adjacent hyphens (#83)
  • Support CORS (#103)
  • Tested with Terraform 1.2.x

Full Changelog: v0.5.1...v0.5.2

0.5.1 release

03 May 15:15
2666dd0
Compare
Choose a tag to compare

Bug Fixes

  • Fix intermittent corrupted payload retrieval from s3 (#78)

Enhancements

  • use findOne instead of find to retrieve on document (#81)

Full Changelog: v0.5.0...v0.5.1

0.5.0 release

09 Apr 03:46
e4faa54
Compare
Choose a tag to compare

Breaking Changes

  • Support Node 16
  • Drop support for Node.js 12 and 14

Enhancements

  • Support Terraform from v0.11 to v1.1.
  • Delivery macOS arm64 distribution

New Contributors

Full Changelog: v0.4.0...v0.5.0

0.4.0 release

10 Mar 14:21
236b468
Compare
Choose a tag to compare

Breaking Changes

  • Drop support for Node.js 8 and 10
  • A command for publishing a module changed to citizen module from citizen publish
  • Change Docker Registry from docker hub to GitHub Container Registry

Enhancements

  • Support Terraform from v0.11 to v0.14.
  • Support Terraform provider with Terraform v0.13+ (#50) - @sponte
  • Adding HCL v2 (Terraform v0.12) language support (#51) - @sponte
  • Move nedb into a structure like s3/file for storage is (#37) - @johnkeates
  • Add mongoDB backend (#39) - @robburger
  • Change CI to GitHub Actions

0.3.3 release

21 Mar 08:29
dcd1d8f
Compare
Choose a tag to compare
  • Don't require AWS credentials (#34)
  • Update dependencies

0.3.2 release

13 Jan 17:08
5715aaf
Compare
Choose a tag to compare
  • Fix an error under server mode with packaged app. (#27)
  • Update dependencies to prevent security vulnerabilities.
  • Build packaged app with node 10.

0.3.1 release

08 Jun 13:04
51827c8
Compare
Choose a tag to compare
Signed-off-by: Outsider <[email protected]>

0.3.0 release

07 Jun 19:47
e71a547
Compare
Choose a tag to compare
Signed-off-by: Outsider <[email protected]>

0.2.5 release

26 May 07:04
7ad98e0
Compare
Choose a tag to compare
Signed-off-by: Outsider <[email protected]>