You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/upgrade.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ Learn more about valid `CaptureMode` values in the [Tracing documentation](./cor
185
185
186
186
## Idempotency utility split into sub-modules by provider
187
187
188
-
The Idempotency utility was split from a common `powertools-idempotency` package into individual packages for different persistence store providers. The main business logic now stays in the `powertools-idempotency-core` package.
188
+
The Idempotency utility was split from the common `powertools-idempotency` package into individual packages for different persistence store providers. The main business logic is now in the `powertools-idempotency-core` package.
189
189
190
190
You should now include the `powertools-idempotency-core` package as an AspectJ library and the provider package like `powertools-idempotency-dynamodb` as a regular dependency.
0 commit comments