Skip to content

Commit 3c02c8d

Browse files
committed
Document changes
1 parent f65cb8c commit 3c02c8d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGES.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [6.0.0]
88

99
### Fixed
1010

11-
- The Counter `flusswerk_messages_seconds` now records the processing time in seconds
11+
- The Counter `flusswerk_messages_seconds` now records the processing time in seconds ([#444](https://github.com/dbmdz/flusswerk/pull/444))
12+
- Flusswerk default metrics names now follow best practices ([#420](https://github.com/dbmdz/flusswerk/pull/420))
1213

1314
### Changed
1415

16+
- The DefaultProcessReport now supports common defaults and sensible structured fields so that most applications don't need to implement their own ProcessReport anymore ([DefaultProcessReport](https://github.com/dbmdz/flusswerk/blob/main/framework/src/main/java/com/github/dbmdz/flusswerk/framework/reporting/DefaultProcessReport.java))
1517
- Migrated to SpringBoot 3 / JDK17
16-
- `flowInfo.duration()` returns a `Duration` object instead of `long`
18+
- `flowInfo.duration()` returns a `Duration` object instead of `long` ([#444](https://github.com/dbmdz/flusswerk/pull/444))
19+
- Support for partial retries: When a workload is split in smaller chunks, then part of these can be successful and part can be retried (e.g. when sending all images of a book individually to cloud services). See [RetryProcessingException.send()](https://github.com/dbmdz/flusswerk/blob/main/framework/src/main/java/com/github/dbmdz/flusswerk/framework/exceptions/RetryProcessingException.java#L61-L69) for details.
20+
- Flusswerk can now deserialize messages without `@JsonName` annotations.
1721

1822
## [5.1.1] - 2022-11-14
1923
### Fixed

0 commit comments

Comments
 (0)