Skip to content

Commit

Permalink
Merge remote-tracking branch 'moz/master' into syncstorage-sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Eragonfr committed Dec 9, 2024
2 parents 75a9a26 + c01021b commit 3364a5b
Show file tree
Hide file tree
Showing 23 changed files with 706 additions and 238 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/glean-probe-scraper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Glean probe-scraper
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
glean-probe-scraper:
uses: mozilla/probe-scraper/.github/workflows/glean.yaml@main
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
<a name="0.17.15"></a>
## 0.17.15 (2024-11-21)


#### Bug Fixes

* upgrade to latest deadpool (#1631) ([9a97b6ce](https://github.com/mozilla-services/syncstorage-rs/commit/9a97b6ce1ae8295ea45ba017d8b0ef81ec1cf694))



<a name="0.17.14"></a>
## 0.17.14 (2024-11-19)


#### Bug Fixes

* don't add extra prefixes to middleware emitted metrics (#1630) ([9b033edc](https://github.com/mozilla-services/syncstorage-rs/commit/9b033edcb0a6479bdb7fe02e50602f85bf41cf8f))
* avoid underflow of the queued_tasks metric (#1628) ([3ed6d607](https://github.com/mozilla-services/syncstorage-rs/commit/3ed6d6077cf987f31d35e3ff772cfbb5f81f5b73))

#### Features

* add metric values to get_collections (#1616) ([98ccc954](https://github.com/mozilla-services/syncstorage-rs/commit/98ccc95482e79ed038abcdb87f6ef5cacaee0bf2))



<a name="0.17.13"></a>
## 0.17.13 (2024-10-30)


#### Features

* namespace the db error labels (#1625) ([bab5e1fe](https://github.com/mozilla-services/syncstorage-rs/commit/bab5e1fe51ef13fb36810cde93347d61372ae57c))



<a name="0.17.12"></a>
## 0.17.12 (2024-10-29)

Expand Down
Loading

0 comments on commit 3364a5b

Please sign in to comment.