Releases: friedemannsommer/searproxy
v0.4.17
Changes
-
Updated GitHub Actions workflow to use:
docker/setup-buildx-action
to v3.7.1docker/build-push-action
to v6.9.0
-
Bumped Docker base images:
debian:12.6-slim
todebian:12.7-slim
alpine:3.20.2
toalpine:3.20.3
-
Various dependency updates in
Cargo.toml
:bytes
from v1.7.2 to v1.8.0clap
from v4.5.19 to v4.5.20fern
from v0.6.2 to v0.7.0futures-util
from v0.3.30 to v0.3.31once_cell
from v1.20.1 to v1.20.2regex
from v1.11.0 to v1.11.1serde
from v1.0.210 to v1.0.214thiserror
from v1.0.64 to v1.0.66reqwest
from v0.12.8 to v0.12.9
-
Updated the logic for parsing socket listeners.
Full Changelog: v0.4.16...v0.4.17
v0.4.16
Dependency changes
- bytes v1.6.1 => v1.7.2
- clap v4.5.11 => v4.5.19
- lol_html v1.2.1 => v2.0.0
- once_cell v1.19.0 => v1.20.1
- regex v1.10.5 => v1.11.0
- serde v1.0.204 => v1.0.210
- thiserror v1.0.63 => v1.0.64
- actix-web v4.8.0 => v4.9.0
- reqwest v1.12.5 => v1.12.8
- lightningcss v1.0.0-alpha.57 => v1.0.0-alpha.59
Full Changelog: v0.4.15...v0.4.16
v0.4.15
Dependency changes
- base64 v0.22.0 => v0.22.1
- bytes v1.6.0 => v1.6.1
- clap v4.5.4 => v4.5.11
- htmlentity v1.3.1 => v1.3.2
- log v0.4.21 => v0.4.22
- regex v1.10.4 => v1.10.5
- serde v1.0.198 => v1.0.204
- thiserror v1.0.58 => v1.0.63
- url v2.5.0 => v2.5.2
- actix-web v4.5.1 => v4.8.0
- reqwest v0.12.4 => v0.12.5
- lightningcss v1.0.0-alpha.55 => v1.0.0-alpha.57
Full Changelog: v0.4.13...v0.4.15
v0.4.13
Dependency changes
- bytes v1.5.0 => v1.6.0
- clap v4.5.3 => v4.5.4
- regex v1.10.3 => v1.10.4
- serde v1.0.197 => v1.0.198
- serde_qs v0.12.0 => v0.13.0
- reqwest v0.12.1 => v0.12.4
PRs
- Bump reqwest from 0.12.1 to 0.12.2 by @dependabot in #334
- Bump clap from 4.5.3 to 4.5.4 by @dependabot in #333
- Bump bytes from 1.5.0 to 1.6.0 by @dependabot in #331
- Bump regex from 1.10.3 to 1.10.4 by @dependabot in #332
- Bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by @dependabot in #337
- Bump serde_qs from 0.12.0 to 0.13.0 by @dependabot in #335
- Bump reqwest from 0.12.2 to 0.12.3 by @dependabot in #336
- Bump serde from 1.0.197 to 1.0.198 by @dependabot in #338
- Bump rustls from 0.22.2 to 0.22.4 in the cargo group by @dependabot in #339
Full Changelog: v0.4.12...v0.4.13
v0.4.12
Dependency changes
- base64 v0.21.7 => v0.22.0
- clap v4.5.0 => v4.5.3
- log v0.4.20 => v0.4.21
- lol_html v1.2.0 => v1.2.1
- serde v1.0.196 => v1.0.197
- thiserror v1.0.57 => v1.0.58
- reqwest v0.11.24 => v0.12.1
- lightningcss v1.0.0-alpha.53 => v1.0.0-alpha.55
PRs
- Bump docker/setup-buildx-action from 3.0.0 to 3.1.0 by @dependabot in #317
- Bump log from 0.4.20 to 0.4.21 by @dependabot in #318
- Bump docker/setup-buildx-action from 3.1.0 to 3.2.0 by @dependabot in #325
- Bump docker/build-push-action from 5.1.0 to 5.3.0 by @dependabot in #323
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in #322
- Bump docker/login-action from 3.0.0 to 3.1.0 by @dependabot in #324
Full Changelog: v0.4.11...v0.4.12
v0.4.11
Dependency changes
- base64 v0.21.5 => v0.21.7
- clap v4.4.11 => v4.5.0
- futures-util v0.3.29 => v0.3.30
- regex v1.10.2 => v1.10.3
- serde v1.0.193 => v1.0.196
- thiserror v1.0.51 => v1.0.57
- actix-web v4.4.0 => v4.5.1
- reqwest v0.11.23 => v0.11.24
- lightningcss v1.0.0-alpha.51 => v1.0.0-alpha.53
Docker image
- (runtime) alpine v3.19.0 => v3.19.1
- (build only) debian v12.4-slim => v12.5-slim
PRs
- Bump docker/metadata-action from 5.4.0 to 5.5.0 by @dependabot in #302
- Bump reqwest from 0.11.23 to 0.11.24 by @dependabot in #309
- Bump docker/metadata-action from 5.5.0 to 5.5.1 by @dependabot in #311
- Bump serde from 1.0.195 to 1.0.196 by @dependabot in #310
Full Changelog: v0.4.10...v0.4.11
v0.4.10
Note
SearProxy is now also available as Docker container. You can find them here: ghcr.io/friedemannsommer/searproxy.
What's Changed
- Bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #293
- Bump actions/deploy-pages from 3 to 4 by @dependabot in #294
- Bump clap from 4.4.7 to 4.4.11
- Bump markup from 0.13.1 to 0.15.0
- Bump once_cell from 1.18.0 to 1.19.0
- Bump serde from 1.0.192 to 1.0.193
- Bump thiserror from 1.0.50 to 1.0.51
- Bump url from 2.4.1 to 2.5.0
- Bump reqwest from 0.11.22 to 0.11.23
Full Changelog: v0.4.9...v0.4.10
PS: Sorry about the [pre-]release spam.
v0.4.9
Note
This release doesn't include any changes to SearProxy itself, but it's sadly easiest way to debug the GitHub Actions release workflow.
Full Changelog: v0.4.8...v0.4.9
v0.4.8
Note
This release doesn't include any changes to SearProxy itself, but it's sadly easiest way to debug the GitHub Actions release workflow.
Full Changelog: v0.4.7...v0.4.8
v0.4.7
Note
This release doesn't include any changes to SearProxy itself, but it's sadly easiest way to debug the GitHub Actions release workflow.
Full Changelog: v0.4.6...v0.4.7