You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
10
10
11
11
### Added
12
12
13
+
***Docker**: Local Docker build script (`docker-build.sh`) with versioning options, auto-detection from git tags, custom tags, and build targets (production/dev)
13
14
***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
14
15
***Docs**: FAQ sections for admins, developers, users, self-hosters, and general inquiries
15
16
***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/),
51
52
* YAML anchors/aliases for deduplication between dev and production services
52
53
* Enhanced `develop.watch` configuration with `initial_sync` for better developer experience
53
54
* 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
54
59
55
60
### Fixed
56
61
@@ -68,6 +73,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* Replaced deprecated `asyncio.iscoroutinefunction` with `inspect.iscoroutinefunction` (Python 3.14 compatibility)
70
75
* 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
0 commit comments