Files
actual-actualbudget/upcoming-release-notes
Copilot 19edbeb5c2 Surface clock drift errors with actionable messages (#6789)
* Initial plan

* Add clock-drift error handling to sync flow

Co-authored-by: MatissJanis <886567+MatissJanis@users.noreply.github.com>

* Add release notes for PR #6789

* Refactor error handling in sync flow

- Extracted error handling logic into a separate function for better readability and maintainability.
- Updated the receiveMessages and _sendMessages functions to utilize the new errorHandler.
- Removed redundant error handling code from the _sendMessages function.
- Enhanced error handling for SyncError and ClockDriftError to emit specific events.

* Enhance error handling in receiveMessages function

- Added try-catch block to handle Timestamp.ClockDriftError specifically.
- Emitted a sync error event for clock-drift errors to improve synchronization feedback.
- Maintained existing functionality while improving error reporting.

* Update authorship in release notes and refine clock-drift error messaging for clarity

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: MatissJanis <886567+MatissJanis@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv>
2026-01-29 14:24:25 +00:00
..
2026-01-09 08:17:36 +00:00
2026-01-13 22:41:47 +00:00
2026-01-05 14:37:38 +00:00
2026-01-05 17:35:10 +00:00
2026-01-07 18:50:24 +00:00
2026-01-10 10:16:08 +00:00
2026-01-11 22:11:08 +00:00
2026-01-12 08:39:04 +00:00
2026-01-14 20:17:55 +00:00
2026-01-19 18:19:13 +00:00
2026-01-18 09:42:00 +00:00
2026-01-22 20:43:39 +00:00
2026-01-19 11:19:47 +00:00
2026-01-19 18:53:15 +00:00
2026-01-21 20:55:19 +00:00
2026-01-22 19:39:03 +00:00
2026-01-22 21:47:24 +00:00
2026-01-28 18:38:02 +00:00

See the Writing Good Release Notes section of the README for the documentation repo for more information on how to create a release notes file here.