chore: disable uv CI cache and drop unused image/utoipa-actix-web deps#2963
Merged
CommanderStorm merged 1 commit intoJul 6, 2026
Merged
Conversation
Split out of maplibre#2945: disable the uv download cache (one-off tool runner, no Python deps to cache) and remove the now-redundant zizmor cache-poisoning ignores; move martin-core's `image` to a dev-dependency (only used in tests) and drop martin's unused `utoipa-actix-web`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JZNqZMfK9Zntk7qeA8AYh9
Performance Comparison
|
Merged
CommanderStorm
added a commit
that referenced
this pull request
Jul 7, 2026
## 🤖 New release
* `martin-tile-utils`: 0.7.4 -> 0.7.5 (✓ API compatible changes)
* `mbtiles`: 0.18.0 -> 0.18.1 (✓ API compatible changes)
* `martin-core`: 0.8.0 -> 0.9.0 (⚠ API breaking changes)
* `martin`: 1.11.0 -> 1.12.0
### ⚠ `martin-core` breaking changes
```text
--- failure feature_missing: package feature removed or renamed ---
Description:
A feature has been removed from this package's Cargo.toml. This will break downstream crates which enable that feature.
ref: https://doc.rust-lang.org/cargo/reference/semver.html#cargo-feature-remove
impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/feature_missing.ron
Failed in:
feature duckdb in the package's Cargo.toml
```
<details><summary><i><b>Changelog</b></i></summary><p>
## `mbtiles`
<blockquote>
##
[0.18.1](mbtiles-v0.18.0...mbtiles-v0.18.1)
- 2026-07-07
### Added
- Add `mbtiles pack` and `mbtiles unpack` subcommands
([#2199](#2199))
- *(geojson)* serve MVT tiles from a GeoJSON file
([#2538](#2538))
- *(tile-utils)* make tile_bbox public
([#2924](#2924))
### Other
- migrate YAML serialization to serde-saphyr, drop serde_yaml (config-5)
([#2877](#2877))
</blockquote>
## `martin-core`
<blockquote>
##
[0.9.0](martin-core-v0.8.0...martin-core-v0.9.0)
- 2026-07-07
### Added
- *(geojson)* serve MVT tiles from a GeoJSON file
([#2538](#2538))
- *(geojson)* add GeoJSON tile source to martin-core
([#2925](#2925))
- *(martin-core)* add static map overlay rendering engine
([#2922](#2922))
- *(martin-core)* add Transport::from_string_headers
([#2913](#2913))
- *(martin-core)* passthrough tile source
([#2908](#2908))
### Fixed
- *(postgres)* redact password in BadConnectionString error
([#2944](#2944))
### Other
- disable uv CI cache and drop unused image/utoipa-actix-web deps
([#2963](#2963))
- *(martin-core)* derive font extensions from FontFormat via strum
([#2921](#2921))
- duckdb bounds refactor and sql utils
([#2902](#2902))
- fmt imports ([#2903](#2903))
</blockquote>
## `martin`
<blockquote>
##
[1.12.0](martin-v1.11.0...martin-v1.12.0)
- 2026-07-07
### Added
- *(geojson)* serve MVT tiles from a GeoJSON file
([#2538](#2538))
- *(rendering)* add static map overlay endpoint
([#2794](#2794))
- geoparquet config and resolver wiring
([#2931](#2931))
- update to mlt-core 0.11.1
([#2899](#2899))
- *(geojson)* add GeoJSON tile source to martin-core
([#2925](#2925))
- *(martin-core)* add static map overlay rendering engine
([#2922](#2922))
- *(martin-core)* add Transport::from_string_headers
([#2913](#2913))
- *(martin-core)* passthrough tile source
([#2908](#2908))
- *(tile-utils)* make tile_bbox public
([#2924](#2924))
- Add `mbtiles pack` and `mbtiles unpack` subcommands
([#2199](#2199))
### Fixed
- *(deps)* update npm dependencies
([#2955](#2955))
- *(config)* accept legacy ${VAR:default} substitution syntax
([#2943](#2943))
- *(ci)* stop compiling bundled DuckDB in non-duckdb test builds and
other CI stability fixes
([#2920](#2920))
- gate idr lint expectations on absence of consuming backends
([#2916](#2916))
- *(postgres)* redact password in BadConnectionString error
([#2944](#2944))
### Other
- *(deps)* autoupdate pre-commit
([#2966](#2966))
- disable uv CI cache and drop unused image/utoipa-actix-web deps
([#2963](#2963))
- *(deps)* Bump the all-npm-version-updates group across 2 directories
with 18 updates ([#2940](#2940))
- better yaml parsing for configs, e.g. anchors, ... (config-6)
([#2870](#2870))
- *(deps)* Bump js-yaml from 4.1.1 to 4.2.0 in /martin/martin-ui in the
all-npm-security-updates group across 1 directory
([#2933](#2933))
- *(deps)* autoupdate pre-commit
([#2932](#2932))
- *(martin-core)* derive font extensions from FontFormat via strum
([#2921](#2921))
- Fold unicode arrows to ASCII in pre-commit
([#2909](#2909))
- duckdb bounds refactor and sql utils
([#2902](#2902))
- *(deps)* update mlt-core
([#2906](#2906))
- fmt imports ([#2903](#2903))
- migrate YAML serialization to serde-saphyr, drop serde_yaml (config-5)
([#2877](#2877))
- *(deps-dev)* Bump the all-npm-security-updates group across 2
directories with 1 update
([#2900](#2900))
</blockquote>
</p></details>
---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split out of #2945 so it can land independently of the rendering-not-default change: disable the uv download cache (one-off
uvxtool runner, no Python deps to cache) which also lets the redundantzizmor: ignore[cache-poisoning]comments go, move martin-core'simageto a dev-dependency (only used in the rendering test), and drop martin's unusedutoipa-actix-webdependency.🤖 Generated with Claude Code