Skip to content

Commit ca541be

Browse files
committed
Document breaking changes due to major architectural overhaul for enhanced system availability and scalability, including updates for microservices configuration in Docker Compose.
1 parent 50d2e52 commit ca541be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### ⚠️ Breaking Changes
11+
- Major architectural overhaul to make the system highly available and horizontally scalable (#207) (thanks @0xfurai)
12+
- If you are running a microservices setup with Docker Compose, make sure to update your configuration — the app has now been split into multiple microservices, also update .env file from example
13+
- The bundled version should continue to work as before without any changes
14+
1015
### Added
1116

1217
### Changed
1318

14-
- Major architecture change in order to make system highly available and horizontally scalable (#207) (Thanks @0xfurai)
15-
1619
### Fixed
1720

1821
## [0.0.42] - 2025-10-14

0 commit comments

Comments
 (0)