Releases: vinayakkulkarni/tileserver-rs
Releases · vinayakkulkarni/tileserver-rs
Release list
v2.26.2
2.26.2 (2026-04-21)
Bug Fixes
- deps: bump ndarray from 0.16.1 to 0.17.2 (1513b79)
- deps: bump ndarray from 0.16.1 to 0.17.2 (039aef1)
- deps: bump pmtiles from 0.21.0 to 0.23.0 (dfb145d)
- deps: bump pmtiles from 0.21.0 to 0.23.0 (f759bd4)
Documentation
- deps: document why geo stays at 0.32 (blocked by cql2 transitive) (236864b)
- deps: link to upstream cql2-rs issue #199 in geo constraint comment (94c1708)
Miscellaneous
- ci: switch dependabot to bun ecosystem + sync lockfiles (a94afb7)
- deps-dev: bump @tailwindcss/postcss from 4.2.2 to 4.2.3 (c964392)
- deps-dev: bump @tailwindcss/postcss from 4.2.2 to 4.2.3 (ec6a0dc)
- deps-dev: bump eslint-plugin-oxlint from 1.60.0 to 1.61.0 (79d1321)
- deps-dev: bump eslint-plugin-oxlint from 1.60.0 to 1.61.0 (e1120c1)
- deps-dev: bump oxlint from 1.60.0 to 1.61.0 (453b747)
- deps-dev: bump oxlint from 1.60.0 to 1.61.0 (208e4bb)
- deps-dev: bump tailwindcss from 4.2.2 to 4.2.3 (0c43f5e)
- deps-dev: bump tailwindcss from 4.2.2 to 4.2.3 (f050509)
- deps: sync compatible Cargo.lock bumps + bun catalog bumps (064dfa3)
- homebrew: update formula to v2.26.1 (18d3916)
v2.26.1
Patch release — bug fixes. Bug Fixes: - fix(ogc): strip whitespace in CQL2 round-trip canonicaliser Every CQL2-text filter without spaces around operators was rejected on v2.26.0. Now canonicalises both sides by stripping whitespace. - fix(ci): remove double -fast suffix in merge-fast Inspect image step Cosmetic CI bug; Docker images pushed correctly, only inspect failed. - fix(mbgl-sys): revert release-please workspace-sweep of version Kept mbgl-sys on its independent 0.1.x semver train (0.1.5). Dependencies bumped: postcss, oxlint, tailwindcss, eslint-plugin-oxlint, @tailwindcss/postcss, dependabot/fetch-metadata.
mbgl-sys: v0.1.6
v2.26.0
2.26.0 (2026-04-20)
Features
- raster: add 8 pixel-selection methods + STAC metadata preservation (689852a)
- raster: band math via ?expression=... on raster tiles (9f85baf)
- raster: introduce RasterImage type for array-backed pipeline (e87405f)
- raster: moka-cached GDAL Dataset handles across mosaic calls (66ed174)
Bug Fixes
- ci: restore mbgl-sys as independent release-please package (4d04e14)
- stac: remove useless .into_iter() call flagged by Rust 1.95 clippy (0ed31a3)
Performance Improvements
- cog: select pre-computed overview level to match tile resolution (3852ff7)
- stac: parallelise mosaic asset rendering with futures::join_all (b3e3eac)
Documentation
- benchmarks: add end-to-end COG comparison vs titiler (post-commit-9) (f043e50)
- raster: document resampling + pixel selection; rustdoc every variant (be551a1)
Miscellaneous
- homebrew: update formula to v2.25.1 (c3019cc)
mbgl-sys: v0.1.5
v2.25.1
Fixed: - (ci) supply mbgl-sys binaries to release-plz so verify succeeds See CHANGELOG.md for full details.
v2.25.0
v2.25.0 — OGC API Features + STAC integration
v2.24.0
2.24.0 (2026-04-08)
Features
- api: replace Swagger UI with Scalar API Reference (#769) (a220716)
- sources: add cloud object storage support (S3/Azure/GCS) (#766) (fac2924)
Bug Fixes
- ci: change mbgl-sys release-type from rust to simple (056873c)
- ci: disable cargo-workspace plugin merge to allow independent mbgl-sys versioning (85093e0)
- ci: read mbgl-sys version from manifest, revert to 0.1.3 (2db6ada)
- ci: remove cargo-workspace plugin entirely to prevent mbgl-sys version collision (6c4360f)
- ci: remove mbgl-sys from release-please to prevent version collision (e01ce92)
Miscellaneous
v2.23.0
See CHANGELOG for full release notes.