fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.4.0#199
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency io.namastack:namastack-outbox-starter-jdbc to v1.4.0#199renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
1656138 to
47ab86d
Compare
33efbcc to
ae36727
Compare
ae36727 to
bffc526
Compare
bffc526 to
50f6052
Compare
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.
This PR contains the following updates:
1.1.0→1.4.0Release Notes
namastack/namastack-outbox (io.namastack:namastack-outbox-starter-jdbc)
v1.4.0: Namastack Outbox v1.4.0What's New
Automatic
@EnableSchedulingActivation (GH-260)The library now automatically activates Spring's
@EnableSchedulingwhen the outbox auto-configuration is loaded, removing the need for users to add this annotation manually. By @rolandbeisel.Previously, every application using namastack-outbox had to explicitly add
@EnableSchedulingto one of its configuration classes — an easy step to forget, leading to silent failures where outbox records were never processed.Starting with v1.4.0,
@EnableSchedulingis conditionally registered by the library itself. If your application already has@EnableScheduling(or aScheduledAnnotationBeanPostProcessorbean), the library detects this and does nothing - no duplicate registration, no side effects.Migration: Simply remove
@EnableSchedulingfrom your application configuration if it was added solely for namastack-outbox. If you use scheduling elsewhere in your app, keeping it is harmless.Documentation Rework
The README and documentation have been comprehensively reworked:
What's Changed
Full Changelog: namastack/namastack-outbox@v1.3.1...v1.4.0
v1.3.1: Namastack Outbox v1.3.1What's Changed
Full Changelog: namastack/namastack-outbox@v1.3.0...v1.3.1
v1.3.0: Namastack Outbox v1.3.0What's New
New SNS Integration Module (GH-51)
Added a new SNS integration module by @rolandbeisel, enabling seamless publishing of outbox events to Amazon Simple Notification Service (SNS). This module supports reliable, transactional event delivery to SNS topics, making it easy to integrate with AWS-based event-driven architectures. Configuration options and usage examples are provided in the documentation.
What's Changed
Full Changelog: namastack/namastack-outbox@v1.2.0...v1.3.0
v1.2.0: Namastack Outbox v1.2.0What's New
New module for record processing observability (GH-223)
Enhanced outbox record processing by introducing structured observability using Micrometer Observation and OpenTelemetry Semantic Conventions for messaging. The brand new
namastack-outbox-tracingmodule wraps every handler and fallback handler invocation in a Micrometer Observation, giving you distributed traces, metrics, and structured log correlation out of the box. Provides consistent and granular record-level tracing, improved troubleshooting and operational insight. Thanks to @Alek96 for this contribution.Here you can read more about the new module.
What's Changed
New Contributors
🙏 Contributors
Special thanks to all contributors who made this release possible:
Full Changelog: namastack/namastack-outbox@v1.1.1...v1.2.0
v1.1.1: Namastack Outbox v1.1.1What's Changed
Full Changelog: namastack/namastack-outbox@v1.1.0...v1.1.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.