Skip to content

Conversation

@sht-bot
Copy link
Contributor

@sht-bot sht-bot commented Jan 16, 2026

🤖 I have created a release beep boop

3.2.0 (2026-01-23)

Features

  • add OpenTelemetry EventStore instrumentation (#37) (6bb4b00)
  • Add OpenTelemetry instrumentation for aggregate populate (#47) (f7b43d1)
  • Add OpenTelemetry instrumentation for event handlers (#41) (5946d5a)
  • implement OpenTelemetry instrumentation for aggregates (#45) (4e99401)
  • implement OpenTelemetry instrumentation for application (#46) (a4bc0fd)

This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link

coderabbitai bot commented Jan 16, 2026

Walkthrough

Bumped project version to 3.2.0 and added a CHANGELOG.md entry dated 2026-01-23 documenting five OpenTelemetry instrumentation items: EventStore, aggregate populate, event handlers, aggregates, and application. Only mix.exs and CHANGELOG.md were modified.

Changes

Cohort / File(s) Summary
Version bump
mix.exs
Updated @version attribute from "3.1.0" to "3.2.0".
Release notes
CHANGELOG.md
Added 3.2.0 (2026-01-23) entry with Features listing OpenTelemetry instrumentation for: EventStore, aggregate populate, event handlers, aggregates, and application (with issue/commit references).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

autorelease: tagged

Poem

🐰 I hopped through branches, light and spry,

Counting spans beneath the sky.
EventStore, handlers, aggregates in play,
A tiny version bump to brighten the day.

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(main): release 3.2.0' clearly and concisely describes the main objective of the pull request, which is to release version 3.2.0.
Description check ✅ Passed The description directly relates to the changeset, detailing the release notes for version 3.2.0 with specific features and references matching the file changes.

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

✨ Finishing touches
  • 📝 Generate docstrings

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.

@sht-bot sht-bot force-pushed the release-please--branches--main branch from 5381f37 to 0902fe6 Compare January 17, 2026 19:03
Copy link

@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

🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Line 9: Change the changelog entry "* implement OpenTelemetry instrumentation
for aggregates ..." to start with a capital letter by replacing "implement" with
"Implement" so it matches the style of other entries; update the string shown in
the diff (the commit/PR line containing "implement OpenTelemetry instrumentation
for aggregates") to "Implement OpenTelemetry instrumentation for aggregates"
preserving the rest of the line (PR/commit links and formatting).

### Features

* Add OpenTelemetry instrumentation for event handlers ([#41](https://github.com/straw-hat-team/commanded/issues/41)) ([5946d5a](https://github.com/straw-hat-team/commanded/commit/5946d5ab1957e1a641ed983b8bfeefe08e92e7fb))
* implement OpenTelemetry instrumentation for aggregates ([#45](https://github.com/straw-hat-team/commanded/issues/45)) ([4e99401](https://github.com/straw-hat-team/commanded/commit/4e9940165dd59f0d08e53e48d01b6f112c3e0660))
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Capitalize the first letter for consistency.

The feature entry on line 9 starts with a lowercase "i" while the entry on line 8 starts with a capital "A". For consistency with the rest of the changelog, feature descriptions should begin with a capital letter.

📝 Proposed fix
-* implement OpenTelemetry instrumentation for aggregates ([`#45`](https://github.com/straw-hat-team/commanded/issues/45)) ([4e99401](https://github.com/straw-hat-team/commanded/commit/4e9940165dd59f0d08e53e48d01b6f112c3e0660))
+* Implement OpenTelemetry instrumentation for aggregates ([`#45`](https://github.com/straw-hat-team/commanded/issues/45)) ([4e99401](https://github.com/straw-hat-team/commanded/commit/4e9940165dd59f0d08e53e48d01b6f112c3e0660))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
* implement OpenTelemetry instrumentation for aggregates ([#45](https://github.com/straw-hat-team/commanded/issues/45)) ([4e99401](https://github.com/straw-hat-team/commanded/commit/4e9940165dd59f0d08e53e48d01b6f112c3e0660))
* Implement OpenTelemetry instrumentation for aggregates ([`#45`](https://github.com/straw-hat-team/commanded/issues/45)) ([4e99401](https://github.com/straw-hat-team/commanded/commit/4e9940165dd59f0d08e53e48d01b6f112c3e0660))
🤖 Prompt for AI Agents
In `@CHANGELOG.md` at line 9, Change the changelog entry "* implement
OpenTelemetry instrumentation for aggregates ..." to start with a capital letter
by replacing "implement" with "Implement" so it matches the style of other
entries; update the string shown in the diff (the commit/PR line containing
"implement OpenTelemetry instrumentation for aggregates") to "Implement
OpenTelemetry instrumentation for aggregates" preserving the rest of the line
(PR/commit links and formatting).

@sht-bot sht-bot force-pushed the release-please--branches--main branch 2 times, most recently from 5b0d364 to 874778e Compare January 19, 2026 22:42
@sht-bot sht-bot force-pushed the release-please--branches--main branch from 874778e to 6ce2493 Compare January 23, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants