Releases: vinayakkulkarni/tileserver-rs
Releases · vinayakkulkarni/tileserver-rs
Release list
v2.18.0
2.18.0 (2026-03-19)
Features
- sources: add duckdb source for sql-driven tile generation (#707) (97b8997)
- sources: add geoparquet source for serving tiles from parquet files (#706) (7daa62d)
Bug Fixes
- allow payloadExtraction & clean up lockfile (7170a7e)
- ci: use Node.js for nuxi generate to avoid JSC stack overflow (95fbe68)
Performance Improvements
- render: use proper PNG compression and eliminate unnecessary buffer clones (4b33776)
Documentation
- add render pool configuration section (46b65c2)
Miscellaneous
v2.17.3
v2.17.2
v2.17.1
v2.17.0
2.17.0 (2026-03-13)
Features
- apps: redesign marketing and docs with geometric grid layout (856ec05)
- marketing: add geometric grid design to all sections (ce724f1)
Bug Fixes
- add fade transition and fix left gutter sizing (12f533a)
- docs: add trailing newlines (f226add)
- pin oxfmt to 0.36.0 to avoid reformatting template strings (d0b79fe)
- properly implement geometric design for docs and marketing (bb8141f)
- remove FadeContent wrappers to match geolith (9892043)
- render: resolve static rendering failures on GPU-less servers (2986d5d)
Miscellaneous
- pin oxfmt cause of the bug in oxfmt (a341b03)
v2.16.2
v2.16.1
v2.16.0
2.16.0 (2026-03-11)
Features
- docs: add Galaxy WebGL starfield background to landing page (47a781f)
- docs: add SEO, rename composables, and update navigation (ed9daa3)
- marketing: add ogl dependency for Galaxy starfield background (545d3cb)
- marketing: add SEO, AI section, and rename composables (a19b124)
- marketing: highlight OpenAPI spec in API section with link to live docs (e02bea3)
- marketing: replace Squares with Galaxy WebGL starfield (d5fdd8c)
Bug Fixes
- ci: allow Release Please and Dependabot branches in lint-branch (919363d)
- ci: wrap ulimit -s unlimited with error handling on macOS (7a3e7a3)
- docs: resolve 211 eslint errors from stricter rule enforcement (f19663c)
- marketing: prevent GlareHover from blocking button clicks (952e10f)
- marketing: remove max-w-6xl from nav for full-width consistency (ca44459)
Documentation
- guides: add browser-local AI chat guide (c55c6db)
Miscellaneous
v2.15.1
2.15.1 (2026-03-10)
Bug Fixes
- ci: use node --stack-size for Nuxt builds to fix @mlc-ai/web-llm CJS resolver stack overflow (6da1aaa)
- ci: use ulimit -s unlimited with bun run instead of node --stack-size hack (1fca05a)
- docs: add deploy and file-drop guides to sidebar navigation (d76376c)
- tests: update tag count assertion for new Upload and Spatial tags (909ae12)
Documentation
- update docs, marketing, and openapi for v2.15.1 (a7e2e5f)