deps(deps): bump eventcore-macros from 0.1.0 to 0.1.1 in the minor-and-patch group #40

Closed
dependabot[bot] wants to merge 1 commit from dependabot/cargo/minor-and-patch-6ba8b87a5f into main
dependabot[bot] commented 2025-07-07 09:22:30 -07:00 (Migrated from github.com)

Bumps the minor-and-patch group with 1 update: eventcore-macros.

Updates eventcore-macros from 0.1.0 to 0.1.1

Release notes

Sourced from eventcore-macros's releases.

0.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/jwilger/eventcore/commits/v0.1.1

Changelog

Sourced from eventcore-macros's changelog.

Changelog

All notable changes to the EventCore project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Comprehensive interactive documentation tutorials
  • Enhanced error diagnostics with miette integration
  • Fluent CommandExecutorBuilder API for configuration
  • Command definition macros for cleaner code
  • Multi-stream event sourcing with dynamic consistency boundaries
  • Type-safe command system with compile-time stream access control
  • Flexible command-controlled dynamic stream discovery
  • PostgreSQL adapter with full type safety
  • In-memory event store adapter for testing
  • Comprehensive benchmarking suite
  • Complete examples for banking, e-commerce, and saga pattern domains
  • Property-based testing throughout the codebase
  • Extensive monitoring and observability features
  • Projection system with checkpointing and recovery
  • Event serialization with schema evolution support
  • Command retry mechanisms with configurable policies
  • Developer experience improvements with macros
  • Complete CI/CD pipeline with PostgreSQL integration

Changed

  • Replaced aggregate-per-command terminology with multi-stream event sourcing
  • Made PostgreSQL adapter generic over event type for better type safety
  • Updated Command trait to include StreamResolver for flexible stream discovery
  • Enhanced concurrency control to check all read stream versions
  • Improved CI configuration with PostgreSQL services and coverage optimization

Fixed

  • PostgreSQL schema initialization concurrency issues in CI
  • All pre-commit hook failures across the codebase
  • CI workflow syntax errors and configuration issues
  • Test isolation with unique stream IDs and database cleanup
  • Race conditions in concurrent command execution

Security

  • Forbid unsafe code throughout the workspace
  • Comprehensive security audit integration in CI
  • Protection against dependency vulnerabilities
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Bumps the minor-and-patch group with 1 update: [eventcore-macros](https://github.com/jwilger/eventcore). Updates `eventcore-macros` from 0.1.0 to 0.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jwilger/eventcore/releases">eventcore-macros's releases</a>.</em></p> <blockquote> <h2>0.1.1</h2> <h2>What's Changed</h2> <ul> <li>Add security infrastructure and documentation by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/2">jwilger/eventcore#2</a></li> <li>Improve development workflow and pre-commit experience by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/7">jwilger/eventcore#7</a></li> <li>Skip PR validation for Dependabot PRs by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/8">jwilger/eventcore#8</a></li> <li>ci(deps): bump actions/configure-pages from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/3">jwilger/eventcore#3</a></li> <li>ci(deps): bump codecov/codecov-action from 3 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/4">jwilger/eventcore#4</a></li> <li>Add comprehensive refactoring plan to address codebase maintainability by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/9">jwilger/eventcore#9</a></li> <li>deps(deps): bump the minor-and-patch group with 14 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/5">jwilger/eventcore#5</a></li> <li>deps(deps): bump bincode from 1.3.3 to 2.0.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/6">jwilger/eventcore#6</a></li> <li>Extract execute_once function into focused single-responsibility methods by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/10">jwilger/eventcore#10</a></li> <li>Simplify PR template by consolidating checklists by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/24">jwilger/eventcore#24</a></li> <li>Fix release workflow version extraction for workspace packages by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/26">jwilger/eventcore#26</a></li> <li>Fix PostgreSQL readiness check in release workflow by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/29">jwilger/eventcore#29</a></li> <li>Fix release workflow failures by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/31">jwilger/eventcore#31</a></li> <li>Fix additional release workflow failures by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/33">jwilger/eventcore#33</a></li> <li>Fix version conflicts preventing v0.1.1 release by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/35">jwilger/eventcore#35</a></li> <li>Fix circular dependency preventing v0.1.1 release by <a href="https://github.com/jwilger"><code>@​jwilger</code></a> in <a href="https://redirect.github.com/jwilger/eventcore/pull/36">jwilger/eventcore#36</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jwilger"><code>@​jwilger</code></a> made their first contribution in <a href="https://redirect.github.com/jwilger/eventcore/pull/2">jwilger/eventcore#2</a></li> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/jwilger/eventcore/pull/3">jwilger/eventcore#3</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jwilger/eventcore/commits/v0.1.1">https://github.com/jwilger/eventcore/commits/v0.1.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jwilger/eventcore/blob/main/CHANGELOG.md">eventcore-macros's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to the EventCore project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2>[Unreleased]</h2> <h3>Added</h3> <ul> <li>Comprehensive interactive documentation tutorials</li> <li>Enhanced error diagnostics with miette integration</li> <li>Fluent CommandExecutorBuilder API for configuration</li> <li>Command definition macros for cleaner code</li> <li>Multi-stream event sourcing with dynamic consistency boundaries</li> <li>Type-safe command system with compile-time stream access control</li> <li>Flexible command-controlled dynamic stream discovery</li> <li>PostgreSQL adapter with full type safety</li> <li>In-memory event store adapter for testing</li> <li>Comprehensive benchmarking suite</li> <li>Complete examples for banking, e-commerce, and saga pattern domains</li> <li>Property-based testing throughout the codebase</li> <li>Extensive monitoring and observability features</li> <li>Projection system with checkpointing and recovery</li> <li>Event serialization with schema evolution support</li> <li>Command retry mechanisms with configurable policies</li> <li>Developer experience improvements with macros</li> <li>Complete CI/CD pipeline with PostgreSQL integration</li> </ul> <h3>Changed</h3> <ul> <li>Replaced aggregate-per-command terminology with multi-stream event sourcing</li> <li>Made PostgreSQL adapter generic over event type for better type safety</li> <li>Updated Command trait to include StreamResolver for flexible stream discovery</li> <li>Enhanced concurrency control to check all read stream versions</li> <li>Improved CI configuration with PostgreSQL services and coverage optimization</li> </ul> <h3>Fixed</h3> <ul> <li>PostgreSQL schema initialization concurrency issues in CI</li> <li>All pre-commit hook failures across the codebase</li> <li>CI workflow syntax errors and configuration issues</li> <li>Test isolation with unique stream IDs and database cleanup</li> <li>Race conditions in concurrent command execution</li> </ul> <h3>Security</h3> <ul> <li>Forbid unsafe code throughout the workspace</li> <li>Comprehensive security audit integration in CI</li> <li>Protection against dependency vulnerabilities</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/jwilger/eventcore/commits/v0.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eventcore-macros&package-manager=cargo&previous-version=0.1.0&new-version=0.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
dependabot[bot] commented 2025-07-07 09:22:31 -07:00 (Migrated from github.com)

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

### Labels The following labels could not be found: `dependencies`, `rust`. Please create them before Dependabot can add them to a pull request. Please fix the above issues or remove invalid values from `dependabot.yml`.
dependabot[bot] commented 2025-07-07 16:51:21 -07:00 (Migrated from github.com)

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure [ignore rules](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore) in dependabot.yml

Pull request closed

Sign in to join this conversation.
No description provided.