Skip to content

Commit 871370d

Browse files
committed
chore(changelog): update CHANGELOG.md with recent additions and fixes
- Added a local Docker build script (`docker-build.sh`) with versioning options and auto-detection from git tags. - Streamlined the entrypoint script for improved signal handling and cleanup processes. - Updated README and AGENTS.md with clarified instructions and enhanced project structure descriptions. - Fixed documentation regarding Adminer web UI startup instructions and database error handling.
1 parent 5933800 commit 871370d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1010

1111
### Added
1212

13+
* **Docker**: Local Docker build script (`docker-build.sh`) with versioning options, auto-detection from git tags, custom tags, and build targets (production/dev)
1314
* **Config**: Configuration generation with JSON schema, `.env.example`, and `env.md`; `config generate` produces `config.json.example`, `config.schema.json`, `.env.example`, and `env.md`; `config current` for database revision
1415
* **Docs**: FAQ sections for admins, developers, users, self-hosters, and general inquiries
1516
* **Sentry**: Environment determination from config file, environment variable, or debug mode; init message includes determined environment
@@ -51,6 +52,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5152
* YAML anchors/aliases for deduplication between dev and production services
5253
* Enhanced `develop.watch` configuration with `initial_sync` for better developer experience
5354
* Updated all documentation to use profile-based compose commands
55+
* **Entrypoint**: Streamlined signal handling and cleanup process; simplified entrypoint script with enhanced comments on signal delivery
56+
* **Docs**: README and AGENTS.md updates
57+
* README: Clarified database description (SQLAlchemy and Pydantic), updated project metrics link, added FAQ link
58+
* AGENTS.md: Enhanced setup instructions with detailed commands, expanded project structure descriptions, updated development workflow with Docker Compose profiles
5459

5560
### Fixed
5661

@@ -68,6 +73,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6873
* **Type checking**: Fixed basedpyright deprecation warnings
6974
* Replaced deprecated `asyncio.iscoroutinefunction` with `inspect.iscoroutinefunction` (Python 3.14 compatibility)
7075
* Fixed `MappingProxyType` mutation by using `object.__setattr__` instead of direct `__dict__` assignment
76+
* **Docs**: Clarified Adminer web UI startup instructions in contributing guide; updated database startup instructions in error handling to use profile-based Docker Compose commands
7177

7278
### Removed
7379

0 commit comments

Comments
 (0)