Skip to content

Commit a2a612e

Browse files
US921064: Release prep (#194)
1 parent 5bf4f85 commit a2a612e

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

release-notes-8.1.0.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
!not-ready-for-release!
2-
31
#### Version Number
42
${version-number}
53

64
#### New Features
5+
- **US914108:** Version Currency: JUnit 5 migration
6+
- **US915147:** Support for liveness and readiness checks added.
7+
- - The `WorkerFactory` interface contains a new `livenessCheck` method, which has a default implementation that returns
8+
`HealthResult.RESULT_HEALTHY`. A worker may optionally override this method to provide their own implementation of liveness.
9+
- A new `/health-check?name=all&type=ALIVE` endpoint has been added on the default REST port (8080) to check if a worker is alive
10+
- A new `/health-check?name=all&type=READY` endpoint has been added on the default REST port (8080) to check if a worker is ready
11+
- See the [documentation](https://github.com/WorkerFramework/worker-framework/tree/develop/worker-core#health-checks-within-the-worker-framework)
12+
for more details.
713

814
#### Bug Fixes
915
- **I506009:** Fix implemented to ensure that adjusting CAF_WORKER_RETRY_LIMIT to the current retry value will
1016
no longer result in infinite retries of a message. The message will now be correctly identified as
1117
poisonous and passed on to the next worker.
12-
#### New Features
13-
- US914108: Version Currency: JUnit 5 migration
14-
- **US915147:** Support for liveness and readiness checks added.
15-
- - The `WorkerFactory` interface contains a new `livenessCheck` method, which has a default implementation that returns
16-
`HealthResult.RESULT_HEALTHY`. A worker may optionally override this method to provide their own implementation of liveness.
17-
- A new `/health-check?name=all&type=ALIVE` endpoint has been added on the default REST port (8080) to check if a worker is alive
18-
- A new `/health-check?name=all&type=READY` endpoint has been added on the default REST port (8080) to check if a worker is ready
19-
- See the [documentation](https://github.com/WorkerFramework/worker-framework/tree/develop/worker-core#health-checks-within-the-worker-framework)
20-
for more details.
2118

2219
#### Known Issues
20+
- None

0 commit comments

Comments
 (0)