Skip to content

docs: prepare changelog for v2.1.0-dusseldorf release#438

Merged
nanotaboada merged 2 commits intomasterfrom
release/2.1.0-dusseldorf
Mar 30, 2026
Merged

docs: prepare changelog for v2.1.0-dusseldorf release#438
nanotaboada merged 2 commits intomasterfrom
release/2.1.0-dusseldorf

Conversation

@nanotaboada
Copy link
Copy Markdown
Owner

@nanotaboada nanotaboada commented Mar 30, 2026

Summary

  • Update CHANGELOG.md: promote [Unreleased] to [2.1.0 - dusseldorf] - 2026-03-29

Test plan

  • CI passes
  • Merge to master
  • Push tag v2.1.0-dusseldorf to trigger CD

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Documentation

    • Version 2.1.0 "dusseldorf" release documented in changelog (March 29, 2026).
  • Chores

    • Code quality tooling configuration updated for enhanced analysis coverage.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 30, 2026

Warning

Rate limit exceeded

@nanotaboada has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 15 minutes and 39 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 15 minutes and 39 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c3ad86e3-c675-4f06-9c9a-b5acee9a7805

📥 Commits

Reviewing files that changed from the base of the PR and between 29e11be and 69e8c7e.

📒 Files selected for processing (1)
  • CHANGELOG.md

Walkthrough

The CHANGELOG.md file is updated to document version 2.1.0 (dusseldorf) released on 2026-03-29. SonarCloud configuration changes are recorded, transitioning from sonar-project.properties to .sonarcloud.properties with expanded CPD exclusion coverage.

Changes

Cohort / File(s) Summary
Changelog and Documentation
CHANGELOG.md
Added version 2.1.0 release entry with updated SonarCloud configuration details: transitioned from sonar-project.properties to .sonarcloud.properties and expanded CPD exclusions from test files and PlayerRequestModelValidator to include migrations, generated code, and repetitive production files.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title follows Conventional Commits format with 'docs:' prefix, is 53 characters (well under 80), and clearly describes the changelog update for the v2.1.0-dusseldorf release.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/2.1.0-dusseldorf
  • 🛠️ sync documentation: Commit on current branch
  • 🛠️ sync documentation: Create PR
  • 🛠️ enforce http error handling: Commit on current branch
  • 🛠️ enforce http error handling: Create PR
  • 🛠️ idiomatic review: Commit on current branch
  • 🛠️ idiomatic review: Create PR
  • 🛠️ verify api contract: Commit on current branch
  • 🛠️ verify api contract: Create PR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nanotaboada
Copy link
Copy Markdown
Owner Author

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 30, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
CHANGELOG.md (1)

45-47: Restore the [Unreleased] section template before the new release block.

[Unreleased] is currently empty. Keep the standard subsections (Added, Changed, Fixed, Removed) so future changes have the expected structure immediately after release cut.

Proposed doc fix
 ## [Unreleased]
 
+### Added
+
+### Changed
+
+### Fixed
+
+### Removed
+
 ---
 
 ## [2.1.0 - dusseldorf] - 2026-03-29

As per coding guidelines, "Update CHANGELOG.md [Unreleased] section (Added / Changed / Fixed / Removed) before committing".

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CHANGELOG.md` around lines 45 - 47, Restore the standard [Unreleased] section
above the new release block by inserting a top-level "[Unreleased]" heading
followed by the four standard subsections "Added", "Changed", "Fixed", and
"Removed" (each as empty bullet or subsection) immediately before the existing
"## [2.1.0 - dusseldorf] - 2026-03-29" release heading so the file contains an
"[Unreleased]" section with those four subsections ready for future entries.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@CHANGELOG.md`:
- Line 47: Update the bottom link map to reflect the new release: change the
[unreleased] link to compare from the new tag (use v2.1.0-dusseldorf...HEAD),
and add a new link entry for [2.1.0 - dusseldorf] that compares the previous
release tag to v2.1.0-dusseldorf (e.g., v2.0.0...v2.1.0-dusseldorf); ensure the
link labels match the headings exactly ([unreleased] and [2.1.0 - dusseldorf]).

---

Nitpick comments:
In `@CHANGELOG.md`:
- Around line 45-47: Restore the standard [Unreleased] section above the new
release block by inserting a top-level "[Unreleased]" heading followed by the
four standard subsections "Added", "Changed", "Fixed", and "Removed" (each as
empty bullet or subsection) immediately before the existing "## [2.1.0 -
dusseldorf] - 2026-03-29" release heading so the file contains an "[Unreleased]"
section with those four subsections ready for future entries.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: fd471272-ca18-4abe-ab4f-1c8704e20d03

📥 Commits

Reviewing files that changed from the base of the PR and between 10bae34 and 29e11be.

📒 Files selected for processing (1)
  • CHANGELOG.md

Comment thread CHANGELOG.md
…ldorf

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
@sonarqubecloud
Copy link
Copy Markdown

@nanotaboada nanotaboada merged commit 6ef067f into master Mar 30, 2026
9 checks passed
@nanotaboada nanotaboada deleted the release/2.1.0-dusseldorf branch March 30, 2026 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant