0.25.58
I have finally managed to finalise my day job, released some service, sent the golden master up, and made progress on submitting my paper. It is a real struggle. So sorry it has taken so long.
I have noticed that Copilot has started appearing as a co-author on my commits. It is true, but it is just a co-author. As I am the one in charge, I make sure to review the work. So please let us know if you encounter any issues, just as usual.
Fixed
- No longer credentials are broken during object storage configuration (related: #852).
- Fixed a worker-side recursion issue that could raise
Maximum call stack size exceededduring chunk splitting (related: #855). - Improved background worker crash cleanup so pending split/encryption tasks are released cleanly instead of being left in a waiting state (related: #855).
- On start-up, the selected remote configuration is now applied to runtime connection fields as well, reducing intermittent authentication failures caused by stale runtime settings (related: #855).
- Issue report generation now redacts
remoteConfigurationsconnection strings and keeps only the scheme (e.g.sls+https://), so credentials are not exposed in reports. - Hidden file JSON conflicts no longer keep re-opening and dismissing the merge dialogue before we can act, which fixes persistent unresolvable
data.jsonconflicts in plug-in settings sync (related: #850).