Skip to content

Fix V10 Release Notes: Add Scheduled Messaging, Default Mappers, and Missing Feature Documentation#3705

Merged
iancooper merged 2 commits into
masterfrom
copilot/fix-3704
Aug 10, 2025
Merged

Fix V10 Release Notes: Add Scheduled Messaging, Default Mappers, and Missing Feature Documentation#3705
iancooper merged 2 commits into
masterfrom
copilot/fix-3704

Conversation

Copilot AI commented Aug 10, 2025

Copy link
Copy Markdown
Contributor

The V10 release notes were missing documentation for several major features and changes. This PR comprehensively updates the release notes to include:

Major Missing Features Added

Scheduled Messaging - Documented the new scheduling capability (PR #3487) that allows sending messages at specific times or after delays:

// Schedule a command to be sent at a specific time
await commandProcessor.SendAt(new MyCommand(), DateTime.UtcNow.AddHours(1));

// Schedule an event to be published after a delay  
await commandProcessor.PublishAt(new MyEvent(), TimeSpan.FromMinutes(30));

Default Message Mappers - Added clarification that explicit message mappers aren't always required. Users can rely on default mappers (JsonMapper, CloudEventsMapper) unless they need explicit transforms, addressing a key point of confusion.

Enhanced Documentation

Additional Improvements

The release notes now provide complete coverage of V10 changes with proper PR references, code examples, and migration guidance for all major features.

Fixes #3704.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No application code in the PR — skipped Code Health checks.

See analysis details in CodeScene

Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

… mappers, and enhanced documentation

Co-authored-by: iancooper <45537+iancooper@users.noreply.github.com>

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No application code in the PR — skipped Code Health checks.

See analysis details in CodeScene

Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

@codescene-delta-analysis codescene-delta-analysis Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No application code in the PR — skipped Code Health checks.

See analysis details in CodeScene

Quality Gate Profile: Clean Code Collective
Want more control? Customize Code Health rules or catch issues early with our IDE extension and CLI tool.

Copilot AI changed the title [WIP] Fix the Release Notes Fix V10 Release Notes: Add Scheduled Messaging, Default Mappers, and Missing Feature Documentation Aug 10, 2025
Copilot AI requested a review from iancooper August 10, 2025 14:50
@iancooper iancooper marked this pull request as ready for review August 10, 2025 14:55
@iancooper iancooper merged commit 0faf804 into master Aug 10, 2025
2 of 3 checks passed
@iancooper iancooper deleted the copilot/fix-3704 branch August 10, 2025 14:55
DevJonny pushed a commit to DevJonny/Brighter that referenced this pull request Feb 28, 2026
…Missing Feature Documentation (BrighterCommand#3705)

* Initial plan

* Add comprehensive V10 release notes with scheduled messaging, default mappers, and enhanced documentation

Co-authored-by: iancooper <45537+iancooper@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: iancooper <45537+iancooper@users.noreply.github.com>
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.

Fix the Release Notes

3 participants