docs: Release Aggregation für v1.8.0#4306
Merged
Conversation
…map, index updates Co-authored-by: makr-code <150588092+makr-code@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create release documentation for v1.8.0
docs: Release Aggregation für v1.8.0
Mar 17, 2026
makr-code
approved these changes
Mar 17, 2026
makr-code
approved these changes
Mar 17, 2026
There was a problem hiding this comment.
Pull request overview
Adds retrospective v1.8.0 release documentation and updates the project’s top-level docs to reference the new release notes, keeping roadmap/changelog/index navigation aligned with v1.8.0.
Changes:
- Added
docs/de/releases/RELEASE_NOTES_v1.8.0.mdwith aggregated PR list, feature summaries, breaking changes, QA/status, and roadmap traceability. - Updated
roadmap.mdandCHANGELOG.mdwith a v1.8.0 milestone/entry pointing to the aggregation doc/issue. - Updated German/English documentation indexes and the releases README to surface v1.8.0 as the latest release.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
roadmap.md |
Adds a “Milestone: v1.8.0” summary section and links to the aggregation doc/issue. |
docs/en/INDEX.md |
Updates “Release Notes” table to include v1.8.0/v1.7.0 links as latest/previous. |
docs/de/releases/RELEASE_NOTES_v1.8.0.md |
New full v1.8.0 release aggregation document. |
docs/de/releases/README.md |
Bumps “Aktuelle Version” to 1.8.0 and adds v1.8.0/v1.7.0 rows. |
docs/de/INDEX.md |
Updates “Release Notes” table to include v1.8.0 as latest. |
CHANGELOG.md |
Adds ## [1.8.0] - TBD entry with Added/Breaking Changes/Fixed/Changed plus links to aggregation doc/issue. |
You can also share your feedback on Copilot code review. Take the survey.
docs/en/INDEX.md
Outdated
Comment on lines
+127
to
+129
| | [v1.8.0 Release](../docs/de/releases/RELEASE_NOTES_v1.8.0.md) | Latest release notes | | ||
| | [v1.7.0 Release](../docs/de/releases/RELEASE_NOTES_v1.7.0.md) | Previous release | | ||
| | [v1.3.0 Release](../RELEASE_NOTES_v1.3.0.md) | Previous release | |
| | New / updated test files | 25+ | | ||
| | Total new tests | 280+ | | ||
| | New REST API endpoints | 5 | | ||
| | Modules with concurrency hardening (shared_mutex) | 5 (MetricsCollector, PluginRegistry, DistributedGraphManager, ConfigEncryptedStore, DistributedGraphManager) | |
docs/en/INDEX.md
Outdated
| @@ -124,7 +124,9 @@ Welcome to the ThemisDB documentation! This guide will help you find the informa | |||
| |----------|-------------| | |||
| | [Changelog](../CHANGELOG.md) | Version history and changes | | |||
| | [Roadmap](roadmap/ROADMAP.md) | Future plans and features | | |||
docs/de/INDEX.md
Outdated
| @@ -172,7 +172,10 @@ All source code modules now have corresponding documentation directories for Ger | |||
| |----------|-------------| | |||
| | [Changelog](releases/CHANGELOG.md) | Version history and changes | | |||
| | [Roadmap](roadmap/ROADMAP.md) | Future plans and features | | |||
|
|
||
| ### Cache Module — Warmup Parallel Bulk Load (PR #4250, Issue #244) | ||
|
|
||
| > **Files:** `include/cache/cache_warmup.h`, `src/cache/cache_warmup.cpp` |
Owner
|
@copilot weiter |
…eedback) Co-authored-by: makr-code <150588092+makr-code@users.noreply.github.com>
Contributor
Author
All five review issues addressed in commit
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Retrospective release documentation for v1.8.0, covering all features merged between v1.7.0 and v1.8.0 (PRs #4250–#4299).
Description
New:
docs/de/releases/RELEASE_NOTES_v1.8.0.mdFollows the v1.7.0 format exactly. Key sections:
StreamWriter, unversioned HTTP paths → 301 to/v1/, CI workflow paths reorganised (138 files into 9 categories)Supporting updates
roadmap.md—## Milestone: v1.8.0section added after v1.7.0 with PR/feature summary tableCHANGELOG.md—## [1.8.0] - TBDentry with Added / Breaking Changes / Fixed / Changed sectionsdocs/de/releases/README.md— current version bumped to 1.8.0; v1.7.0 + v1.8.0 rows added to release overview tabledocs/de/INDEX.md— release notes table lists v1.8.0 as latest; roadmap link corrected toroadmap/roadmap_overview.mddocs/en/INDEX.md— release notes links corrected from../docs/de/releases/…to../de/releases/…; roadmap link corrected to../de/roadmap/roadmap_overview.md; v1.3.0 path corrected to../de/releases/RELEASE_NOTES_v1.3.0.mdCorrections (review feedback)
DistributedGraphManagerentry in Release Statistics concurrency-hardening list; replaced second instance withPolicyManagerso the count of 5 unique modules is accurateinclude/cache/cache_warmup.h/src/cache/cache_warmup.cppto actual pathsinclude/cache/adaptive_query_cache.h/src/cache/warmup.cppType of Change
Testing
📚 Research & Knowledge (wenn applicable)
/docs/research/angelegt?/docs/research/implementation_influence/eingetragen?Relevante Quellen:
Checklist
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.