Skip to content

Commit af394dc

Browse files
authored
Prepare for 2.6.2 release (#408)
1 parent caa1f5b commit af394dc

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v2.6.2
4+
- Cleanup threads created in signal method on decider close
5+
- Fixed exception propagation from child workflows
6+
7+
## v2.6.1
8+
- Add missing metrics and tags
9+
- Add metrics for SCHEDULED_TO_STAR latency
10+
- Support filtering query based on close status
11+
- Documentation improvements
12+
13+
## v2.6.0
14+
- Fix thread leak on non-deterministic error
15+
- Support Search Attributes on Start workflow
16+
- Make Worker.addWorkflowImplementationFactory method support 'options'
17+
318
## v2.5.2
419
- Add saga class that helps user to implement saga pattern in Cadence
520
- Add activity tasklist rate limiter option to worker options

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ googleJavaFormat {
3737
}
3838

3939
group = 'com.uber.cadence'
40-
version = '2.6.1'
40+
version = '2.6.2'
4141

4242
description = """Uber Cadence Java Client"""
4343

0 commit comments

Comments
 (0)