Skip to content

Commit

Permalink
docs: update changelog with deployment features
Browse files Browse the repository at this point in the history
  • Loading branch information
serra committed Nov 14, 2024
1 parent ce436f9 commit c8f16b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit c8f16b0

Please sign in to comment.