|
| 1 | +Release 1.4 (released Jul 14, 2025) |
| 2 | +----------------------------------- |
| 3 | + |
| 4 | +.. rubric:: Enhancements |
| 5 | + |
| 6 | +* Add support for hawkBit "download-only" deployments. [#160] (by Vyacheslav |
| 7 | + Yurkov) |
| 8 | +* Share connection between curl requests. [#170] (by Robin van der Gracht) |
| 9 | +* Add support for SSL client certificate authentication, see the new config |
| 10 | + options ``ssl_cert``, ``ssl_key`` and ``ssl_engine``. [#169] (by Florian |
| 11 | + Bezannier, Robin van der Gracht) |
| 12 | +* Add ``send_download_authentication`` option to allow disabling sending |
| 13 | + authentication data for bundle downloads (needed if external storage |
| 14 | + providers are used). [#174] (by Kevin Fardel) |
| 15 | + |
| 16 | +.. rubric:: Bug Fixes |
| 17 | + |
| 18 | +* Allow ``stream_bundle=true`` without setting ``bundle_download_location``. |
| 19 | + [#150] |
| 20 | + |
| 21 | +.. rubric:: Testing |
| 22 | + |
| 23 | +* Add ``workflow_dispatch`` trigger allowing manually triggered CI runs. [#154] |
| 24 | +* Print subprocess's stdout/stderr on timeout errors for debugging purposes. |
| 25 | + [#163] (by Vyacheslav Yurkov) |
| 26 | +* Add CodeQL workflow. [#167] |
| 27 | +* Add libcairo2-dev to test dependencies. [#182] |
| 28 | +* Bind hawkbit docker container and nginx to localhost only. [#185] |
| 29 | +* Drop hawkBit option ``anonymous.download.enabled`` removed in >= 0.8.0. |
| 30 | + [#190] |
| 31 | +* Use hawkBit's ``server.forward-headers-strategy=NATIVE`` option allowing a |
| 32 | + reverse proxy between rauc-hawkbit-updater and hawkBit. [#169] (by Robin van |
| 33 | + der Gracht) |
| 34 | +* Add SSL client certificate authentication tests using nginx with a test PKI. |
| 35 | + [#169] (by Robin van der Gracht) |
| 36 | +* Move nginx configs to dedicated files. [#188] |
| 37 | +* Make partial download tests more reliable with nginx lua scripting. [#188] |
| 38 | +* Fix non-root nginx execution in some rare cases. [#179] (by Thibaud Dufour) |
| 39 | +* Add test for ``send_download_authentication=false``. [#174] (by Kevin Fardel) |
| 40 | + |
| 41 | +.. rubric:: Documentation |
| 42 | + |
| 43 | +* Use correct ``stream_bundle`` configuration option in ``README.md``. [#145] |
| 44 | + (by Lukas Reinecke) |
| 45 | +* Improve documentation of ``stream_bundle`` configuration option. [#146] |
| 46 | +* Update links to hawkBit documentation. [#164] (by Vyacheslav Yurkov) |
| 47 | +* Mention minimal build requirements. [#167] |
| 48 | +* Fix readthedocs builds. [#167], [#173] |
| 49 | +* Provide full-blown config in ``README.md`` and minimal one in the reference |
| 50 | + documentation. [#195] |
| 51 | + |
| 52 | +.. rubric:: Build System |
| 53 | + |
| 54 | +* Lower ``warning_level`` to 2, because ``-Wpedantic`` is not supported for |
| 55 | + compiling GLib-based code. [#182] |
| 56 | + |
1 | 57 | Release 1.3 (released Oct 14, 2022) |
2 | 58 | ----------------------------------- |
3 | 59 |
|
|
0 commit comments