From c8f16b0bf09a91b9ef02fbab0d09c3bff02e5469 Mon Sep 17 00:00:00 2001 From: marijn Date: Thu, 14 Nov 2024 11:43:09 +0100 Subject: [PATCH] docs: update changelog with deployment features --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 754ba2f..8dfdad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Proper handling of RichField descriptions in database entities - Error handling for GraphQL queries with informative error messages - Support for overriding Fibery space name without modifying environment variables +- Docker container support with cron job capabilities +- GitHub Actions workflow for continuous integration and testing +- GitHub Actions workflow for building and publishing Docker images +- Code coverage reporting to Codecov ### Changed @@ -38,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved GraphQL client to handle space name overrides - Fixed case sensitivity handling in database type filtering - Removed hardcoded database list from FiberyInfo model in favor of dynamic GraphQL schema queries +- Separated Docker Compose configurations for development and production ### Deprecated