Releases: outsideris/citizen
Releases · outsideris/citizen
v0.6.0
Breaking Changes
- Drop
nedb
support becausenedb
is not maintained anymore.CITIZEN_DB_DIR
environment variable removed.- Instead SQLite supported.
- Prisma is used for supporting both SQLite and MongoDB.
CITIZEN_DATABASE
andCITIZEN_MONGO_DB_URI
environment variables removed. Instead, useCITIZEN_DATABASE_TYPE
andCITIZEN_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
Enhancements
Full Changelog: v0.5.1...v0.5.2
0.5.1 release
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
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
- @AndriiOmelianenko made their first contribution in #88
Full Changelog: v0.4.0...v0.5.0
0.4.0 release
Breaking Changes
- Drop support for Node.js 8 and 10
- A command for publishing a module changed to
citizen module
fromcitizen 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
- Don't require AWS credentials (#34)
- Update dependencies
0.3.2 release
- 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
Signed-off-by: Outsider <[email protected]>
0.3.0 release
Signed-off-by: Outsider <[email protected]>
0.2.5 release
Signed-off-by: Outsider <[email protected]>