Skip to content

Releases: vinayakkulkarni/tileserver-rs

v2.26.2

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 21 Apr 14:20
b8a42d9

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

Choose a tag to compare

@github-actions github-actions released this 21 Apr 12:59
c4d5a2b
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

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 21 Apr 14:20
b8a42d9

0.1.6 (2026-04-21)

Bug Fixes

  • mbgl-sys: revert release-please workspace-sweep of version (c4d5a2b)

Miscellaneous

v2.26.0

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 20 Apr 20:50
8b445ee

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

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 20 Apr 20:50
8b445ee

0.1.5 (2026-04-20)

Miscellaneous

  • retrigger release-plz with fine-grained PAT (85f4c91)

v2.25.1

Choose a tag to compare

@github-actions github-actions released this 19 Apr 09:43
3b94e11
Fixed:
- (ci) supply mbgl-sys binaries to release-plz so verify succeeds

See CHANGELOG.md for full details.

v2.25.0

Choose a tag to compare

@github-actions github-actions released this 18 Apr 14:28
52c042c
v2.25.0 — OGC API Features + STAC integration

v2.24.0

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 08 Apr 20:07
8b1e49d

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

  • deps: bump reka-ui ^2.9.5, eslint-plugin-oxlint ^1.59.0, vite ^8.0.7 (58c6b3b)
  • homebrew: update formula to v2.23.0 (ac4b769)

v2.23.0

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 08 Apr 03:00
1d5fab3

See CHANGELOG for full release notes.

mbgl-sys: v0.1.4

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 08 Apr 20:07
9f1fa37

0.1.4 (2026-04-08)

Bug Fixes

  • ci: read mbgl-sys version from manifest, revert to 0.1.3 (2db6ada)

Miscellaneous