Releases: smallrye/smallrye-fault-tolerance
Releases · smallrye/smallrye-fault-tolerance
6.7.3
6.7.2
6.7.1
6.7.0
- #1093 release 6.7.0
- #1092 make the NewConfig class and its methods public
- #1091 disable producing a
Guard
/TypedGuard
with an identifier ofglobal
- #1090 update Java versions in CI: add 24-ea
- #1088 add better config properties
- #1086 bump the version number to 6.7.0-SNAPSHOT
- #1085 fix the
RememberEventLoop
strategy - #1084 Improvements
- #1082 enable declarative @fallback and thread offload with @ApplyGuard
- #1079 add ability to disable individual metric providers
- #1078 Exposing MP Config properties for individually disabling metrics providers
- #1077 rewrite the core implementation and introduce a 2nd version of the programmatic API
- #796 improve reusability of programmatic
FaultTolerance
instances
6.6.3
6.6.2
6.6.1
6.6.0
- #1067 release 6.6.0
- #1066 release 6.6.0-RC2
- #1065 Only enable the testsuite module if not doing a release
- #1064 release 6.6.0-RC1
- #1063 Use new release workflow with common SmallRye release actions
- #1062 add FaultTolerance.BulkheadBuilder.enableVirtualThreadsQueueing()
- #1061 separate metrics of @ApplyFaultTolerance for each method
- #1060 Reusable Fault Tolerance: Automatically Set Description for Metrics to Method Names
- #1059 ITestListener cleanup: remove redundant identical default method impl…
- #987 Semaphore behavior in Bulkhead strategy (add queueSize and timeout)
6.5.0
- #1058 release 6.5.0
- #1057 static resolution of FT methods (@Fallback.fallbackMethod, @BeforeRetry.methodName)
- #1056 Add OpenTelemetry support
- #1055 static resolution of fallback / before-retry methods
- #1054 use Java 23 instead of 22 in CI
- #1052 Implement MicroProfile Fault Tolerance 4.1
- #1051 add FaultTolerance.cast() and castAsync()
- #1050 Better type support for reusable FaultTolerance instances