chore(deps): update dependency freika/dawarich to v1.3.3 #4713

Merged
renovate-bot merged 1 commits from renovate/unified-freikadawarich into main 2026-03-13 22:03:01 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
Freika/dawarich patch 1.3.21.3.3

Release Notes

Freika/dawarich (Freika/dawarich)

v1.3.3

Compare Source

Fixed
  • Points table now converts speed from m/s to km/h (or mph) using the user's distance unit preference. Previously raw m/s values were displayed with a "km/h" label. #​2337
  • Digest list API (GET /api/v1/digests) now returns distance as a structured object with meters, converted, and unit fields, matching the detail endpoint. Previously it returned raw meters, causing clients to display incorrect values. Breaking change: the distance field changed from an integer to an object. #​2336
  • Dead documentation links in v0.26.0 changelog entry now point to the correct URLs. #​2344
  • Filter out Immich and Photoprism api keys from logs to prevent accidental exposure. #​2368
  • Fix foreign key violation when deleting users with place_visits referencing visits.
  • Fix reverse geocoding job failing on points with nil timestamp or lonlat.
  • Fix unsupported archive format generating Sentry noise instead of a user-friendly notification.
  • Fix deadlock in reverse geocoding places upsert under concurrent Sidekiq workers.
  • Reduce Redis disk I/O by relaxing RDB snapshot frequency. Previously the default save 60 10000 rule caused a snapshot every ~60 seconds due to Sidekiq polling, generating tens of terabytes of disk writes over weeks. New defaults: snapshots every 15 minutes (10+ changes) or 5 minutes (100+ changes).
  • Reduce default Sidekiq concurrency from 10 to 5 threads. Most self-hosted instances don't need 10 workers and the extra threads increase Redis polling traffic.
  • Migration bug for version skippers. #​2362

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Freika/dawarich](https://github.com/Freika/dawarich) | patch | `1.3.2` → `1.3.3` | --- ### Release Notes <details> <summary>Freika/dawarich (Freika/dawarich)</summary> ### [`v1.3.3`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#133---Unreleased) [Compare Source](https://github.com/Freika/dawarich/compare/1.3.2...1.3.3) ##### Fixed - Points table now converts speed from m/s to km/h (or mph) using the user's distance unit preference. Previously raw m/s values were displayed with a "km/h" label. [#&#8203;2337](https://github.com/Freika/dawarich/issues/2337) - Digest list API (`GET /api/v1/digests`) now returns distance as a structured object with `meters`, `converted`, and `unit` fields, matching the detail endpoint. Previously it returned raw meters, causing clients to display incorrect values. **Breaking change**: the `distance` field changed from an integer to an object. [#&#8203;2336](https://github.com/Freika/dawarich/issues/2336) - Dead documentation links in v0.26.0 changelog entry now point to the correct URLs. [#&#8203;2344](https://github.com/Freika/dawarich/issues/2344) - Filter out Immich and Photoprism api keys from logs to prevent accidental exposure. [#&#8203;2368](https://github.com/Freika/dawarich/issues/2368) - Fix foreign key violation when deleting users with place\_visits referencing visits. - Fix reverse geocoding job failing on points with nil timestamp or lonlat. - Fix unsupported archive format generating Sentry noise instead of a user-friendly notification. - Fix deadlock in reverse geocoding places upsert under concurrent Sidekiq workers. - Reduce Redis disk I/O by relaxing RDB snapshot frequency. Previously the default `save 60 10000` rule caused a snapshot every \~60 seconds due to Sidekiq polling, generating tens of terabytes of disk writes over weeks. New defaults: snapshots every 15 minutes (10+ changes) or 5 minutes (100+ changes). - Reduce default Sidekiq concurrency from 10 to 5 threads. Most self-hosted instances don't need 10 workers and the extra threads increase Redis polling traffic. - Migration bug for version skippers. [#&#8203;2362](https://github.com/Freika/dawarich/issues/2362) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwiaW1hZ2UiXX0=-->
renovate-bot added the automergeimage labels 2026-03-13 22:02:45 +00:00
renovate-bot added 1 commit 2026-03-13 22:02:51 +00:00
chore(deps): update dependency freika/dawarich to v1.3.3
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped
lint-test-helm / lint-helm (pull_request) Successful in 21s
render-manifests-automerge / render-manifests-automerge (pull_request) Successful in 1m43s
6571a2e27d
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-13 22:02:57 +00:00
renovate-bot merged commit fa7575d411 into main 2026-03-13 22:03:01 +00:00
renovate-bot deleted branch renovate/unified-freikadawarich 2026-03-13 22:03:11 +00:00
Sign in to join this conversation.