|
| 1 | +## Version 0.15.0 (2023/09/25) |
| 2 | + |
| 3 | +### Issues Closed |
| 4 | + |
| 5 | +* [Issue 161](https://github.com/pytroll/trollflow2/issues/161) - Decorate product with scene metadata ([PR 162](https://github.com/pytroll/trollflow2/pull/162) by [@nedelceo](https://github.com/nedelceo)) |
| 6 | +* [Issue 160](https://github.com/pytroll/trollflow2/issues/160) - Eager processing for faster and more continuous image delivery ([PR 168](https://github.com/pytroll/trollflow2/pull/168) by [@gerritholl](https://github.com/gerritholl)) |
| 7 | + |
| 8 | +In this release 2 issues were closed. |
| 9 | + |
| 10 | +### Pull Requests Merged |
| 11 | + |
| 12 | +#### Bugs fixed |
| 13 | + |
| 14 | +* [PR 171](https://github.com/pytroll/trollflow2/pull/171) - Fix tests for pyresample's spherical update |
| 15 | + |
| 16 | +#### Features added |
| 17 | + |
| 18 | +* [PR 174](https://github.com/pytroll/trollflow2/pull/174) - Update logging |
| 19 | +* [PR 173](https://github.com/pytroll/trollflow2/pull/173) - Make it possible to disable nameserver in FilePublisher |
| 20 | +* [PR 172](https://github.com/pytroll/trollflow2/pull/172) - Only yield msgs with valid msg types in generate_messages |
| 21 | +* [PR 168](https://github.com/pytroll/trollflow2/pull/168) - Add callback functionality for dask-delayed dataset saving ([160](https://github.com/pytroll/trollflow2/issues/160)) |
| 22 | +* [PR 164](https://github.com/pytroll/trollflow2/pull/164) - Create dependabot.yml |
| 23 | +* [PR 162](https://github.com/pytroll/trollflow2/pull/162) - Add format_decoration ([161](https://github.com/pytroll/trollflow2/issues/161)) |
| 24 | +* [PR 159](https://github.com/pytroll/trollflow2/pull/159) - Handle setting subscriber nameserver to False |
| 25 | +* [PR 158](https://github.com/pytroll/trollflow2/pull/158) - Add a plugin to upload the generated images to S3 |
| 26 | +* [PR 151](https://github.com/pytroll/trollflow2/pull/151) - Add checking for incoming data age |
| 27 | +* [PR 150](https://github.com/pytroll/trollflow2/pull/150) - Adapt remote (fsspec) file reading for newer pytroll-collector changes |
| 28 | +* [PR 148](https://github.com/pytroll/trollflow2/pull/148) - Import hdf5plugin for JLS decompression support if available |
| 29 | + |
| 30 | +#### Documentation changes |
| 31 | + |
| 32 | +* [PR 174](https://github.com/pytroll/trollflow2/pull/174) - Update logging |
| 33 | + |
| 34 | +In this release 13 pull requests were closed. |
| 35 | + |
| 36 | + |
1 | 37 | ## Version 0.14.0 (2022/07/20) |
2 | 38 |
|
3 | 39 | ### Issues Closed |
|
0 commit comments