Releases: vinayakkulkarni/tileserver-rs
Releases · vinayakkulkarni/tileserver-rs
Release list
tileserver-rs: v0.2.1
0.2.1 (2025-12-28)
Features
- ci: add multi-platform release workflows (a08edf8)
Bug Fixes
- ci: add actions:write permission to trigger builds (b8e4a9a)
- ci: use macos-15-large for Intel, disable Linux ARM64 for now (2ebb092)
Documentation
- add release process documentation to README and CONTRIBUTING (247ac46)
Code Refactoring
- ci: use standard artifact naming and separate homebrew workflow (4fced3f)
tileserver-rs: v0.2.0
0.2.0 (2025-12-28)
� BREAKING CHANGES
- move fonts in
datadirectory - pmmtiles support added
- docs
- init 6 (
Features
- add native MapLibre rendering and local PMTiles support (ed46a3d)
- add otel support (013d451)
- api: add static file serving, path/marker overlays, and auto-fit (6b86148)
- ci: add release-please for automated releases (0bd4b2c)
- docker: add multi-arch support (amd64 + arm64) (1b1c39a)
- docs: add analytics ( (fce4861)
- initial setup for raster maps (777d1a6)
- pmmtiles support added (37425e5)
- release: add homebrew formula and update release workflow (f55dfad)
- some more changes done � (f0f444c)
Bug Fixes
- ci: use CMake presets for MapLibre Native builds (bdb3920)
- ci: use HTTPS URL for submodule (required for GitHub Actions) (2d9c45a)
- code & workflows clean up (20f4299)
- command (37779cc)
- deps: bump @antfu/utils from 0.7.2 to 0.7.4 in /client (6c593f8)
- deps: bump @antfu/utils from 0.7.2 to 0.7.4 in /client (33f2341)
- deps: Bump @tanstack/vue-db from 0.0.91 to 0.0.92 (39a7ae8)
- deps: Bump @tanstack/vue-db from 0.0.91 to 0.0.92 (ce50e75)
- deps: bump actions/cache from 3.3.1 to 3.3.2 (f851956)
- deps: bump actions/cache from 3.3.2 to 3.3.3 (2cb7321)
- deps: bump actions/cache from 3.3.3 to 4.0.0 (9a6dc50)
- deps: bump actions/checkout from 3 to 4 (40cc212)
- deps: Bump actions/checkout from 4 to 6 (#463) (e8593a2)
- deps: bump actions/setup-node from 3 to 4 (9ffa2bc)
- deps: bump actions/upload-artifact from 4 to 6 (6a82db6)
- deps: bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 (48ede1e)
- deps: bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 (16ad0a9)
- deps: bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 (a6b9aef)
- deps: bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 (de1eea9)
- deps: bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 (2421c92)
- deps: bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 (b3bec91)
- deps: bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (210bf8a)
- deps: bump dependabot/fetch-metadata from 2.0.0 to 2.4.0 (6eab1e2)
- deps: bump dependabot/fetch-metadata from 2.0.0 to 2.4.0 (ac2418d)
- deps: bump semver from 5.7.1 to 5.7.2 (9462d29)
- deps: bump semver from 5.7.1 to 5.7.2 (005b7a2)
- deps: bump semver from 5.7.1 to 5.7.2 in /client (a587b10)
- deps: bump semver from 5.7.1 to 5.7.2 in /client (f2a267f)
- docker: revert to amd64-only (ARM runners need public repo) (50baf31)
- docker: use Rust 1.85 for Edition 2024 support (pxfm crate) (5974985)
- docker: use Rust 1.92 (latest stable) (e43672f)
- layer vis in map (1057844)
- lockfile issues (db4fa13)
- resolve clippy warnings in maplibre-native-sys build.rs (5ca8316)
- security: add path traversal protection and DoS limits (cff7457)
- static bundle (2617dcf)
- style loading issues (ea0511e)
- tiptap issue nuxt/ui#5710 (comment) (707fba9)
Documentation
- add CONTRIBUTING.md and setup maplibre-native as submodule (0334000)
- add fonts configuration and new API endpoints (d8f01b7)
- add instructions to clear cargo cache after building MapLibre Native (4f87fbf)
- improve submodule instructions in README and CONTRIBUTING (3ec4acf)
- installation: add homebrew and pre-built binary instructions (2ea51eb)
- update README, CONTRIBUTING, and configuration docs (d3a53bb)