./www/syncstorage-rs, Firefox Sync Storage server in Rust

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.18.2, Package name: syncstorage-rs-0.18.2, Maintainer: pkgsrc-users

Mozilla Sync Storage built with Rust

This provides a sync storage server (database) and a token server
(authentication) for synchronizing Firefox configurations across
multiple hosts.


Master sites:

Filesize: 350.53 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-11 14:05:01 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
syncstorage-rs: update to 0.18.2.

Provided by pin in wip, thanks!

0.18.2

bump to latest sentry (#1639) (bc79ccb9)

0.18.1

Enable Glean probe-scraper task (#1636) (8363f82d)

0.18.0

Doc

sync DAU server side metrics adr (#1608) (7e211542)

Features

glean metrics logic (#1626) (9e9869ee)

0.17.15

Bug Fixes

upgrade to latest deadpool (#1631) (9a97b6ce)

0.17.14

Bug Fixes

don't add extra prefixes to middleware emitted metrics (#1630) (9b033edc)
avoid underflow of the queued_tasks metric (#1628) (3ed6d607)

Features

add metric values to get_collections (#1616) (98ccc954)

0.17.13

Features

namespace the db error labels (#1625) (bab5e1fe)

0.17.12

Bug Fixes

upgrade sentry w/ a fix for the blocking curl Transport (#1621) (b8641a6c)

Features

glean metrics data review (#1609) (c8ec7cab)
add hashed_device_id to HawkIdentifier (#1615) (cc6dd137)
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-23 08:05:41 by Thomas Klausner | Files touched by this commit (1)
Log message:
syncstorage-rs: not for Python 3.13
   2024-10-22 20:42:16 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
syncstorage-rs: update to 0.17.11.

0.17.11

Features

    Revert "feat: Revert "fix: revert the python3.10 match statement \ 
(for now) (#1592)"" (1b13123a)
    revert "feat: Revert "chore: revert back to bullseye (for now) \ 
(#1589)"" (e170518c)
    add hashed_fxa_uid to HawkPayload (#1613) (715cf950)
    user agent parsing (#1607) (7f2ef062)

0.17.10

Features

    wire MysqlError's ReportableError impl into TokenserverError (#1611) (c535e5ae)
    create DAU glean schema and configs (#1606) (d2313310)
    track the pool's queued vs actually active tasks (#1605) (1f0e28d7)
   2024-10-18 16:03:08 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
syncstorage-rs: update to 0.17.9.

## 0.17.9 (2024-09-26)
#### Bug Fixes
*   ensure the pool counter's always decremented via scopeguard

## 0.17.8 (2024-09-24)
#### Chore
* **deps:**  bump cryptography in /tools/integration_tests
#### Bug Fixes
*   correctly read the SYNC_STATSD_HOST/PORT settings

## 0.17.7 (2024-09-19)
#### Bug Fixes
*   correct TokenserverError's sentry "type"/"value" fields
#### Refactor
*   move sentry middlware and Taggable to syncserver-common
#### Features
*   Revert "fix: revert the python3.10 match statement (for now) (#1592)"
*   Revert "chore: revert back to bullseye (for now) (#1589)"

## 0.17.6 (2024-09-17)
#### Features
*   pickup the syncserver metrics settings

## 0.17.5 (2024-09-12)
#### Bug Fixes
*   downcast to tokenserver's actual error type
   2024-10-11 16:03:21 by Thomas Klausner | Files touched by this commit (1)
Log message:
syncstorage-rs: not for Python 3.13