Skip to content

Releases: vinayakkulkarni/tileserver-rs

v2.14.1

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 09 Mar 18:17
4ad112b

2.14.1 (2026-03-09)

Bug Fixes

  • client: reject standalone .shp files with clear error message (a70349f)

v2.14.0

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 09 Mar 14:30
e1620d5

2.14.0 (2026-03-09)

Features

  • client: drag-and-drop file visualization in the built-in viewer (#672) (6756add)

v2.13.2

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 09 Mar 12:29
b18296f

2.13.2 (2026-03-09)

Bug Fixes

  • bench: replace deprecated criterion::black_box with std::hint::black_box (3829ba1)

Miscellaneous

  • deps: upgrade mlt-core 0.3, toml 1.0, criterion 0.8 and bump npm deps (2775425)
  • docs: bump dependencies ✨ (4cd63e5)
  • docs: bump eslint and install better-sqlite3 ✨ (e253660)

Code Refactoring

  • client: replace @maplibre/maplibre-gl-inspect with maplibre-gl-inspect (b9e238a)

v2.13.1

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 06 Mar 10:17
67bc8d7

2.13.1 (2026-03-06)

Miscellaneous

  • deps: regenerate lockfiles with latest compatible versions (b9760ef)
  • deps: restructure bun workspace catalogs to named-only (#669) (32bad16)
  • deps: update cargo dependencies and refresh lockfiles (91683b9)

v2.13.0

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 06 Mar 07:11
7bccc62

2.13.0 (2026-03-06)

Features

  • one-click deploy buttons for cloud platforms (9950e0d)
  • one-click deploy with automatic sample data download (1a649d5), closes #603
  • readme: add Railway deploy button with live template URL (0b05ade)

Bug Fixes

  • deps: bump docker/build-push-action from 6 to 7 (#664) (ba07d53)
  • deps: bump docker/metadata-action from 5 to 6 (239614e)
  • deps: bump docker/metadata-action from 5 to 6 (#663) (239614e)
  • deps: bump docker/setup-buildx-action from 3 to 4 (#662) (0a2d9e0)

v2.12.1

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 05 Mar 08:18
82b4d9b

2.12.1 (2026-03-05)

Bug Fixes

  • deps: bump docker/login-action from 3 to 4 (1120c4b)
  • deps: bump docker/login-action from 3 to 4 (505adca)
  • deps: bump lucide-vue-next from 0.576.0 to 0.577.0 (c930440)
  • deps: bump lucide-vue-next from 0.576.0 to 0.577.0 (3027cba)
  • server: graceful MVT fallback on transcode errors (eb2be93)
  • transcode: upgrade mlt-core to 0.2.0 and adapt encoding API (c17de25)

Miscellaneous

  • deps: upgrade zod v3 to v4, update outdated packages (efb863b)
  • docs: bump dependencies ✨ (0a96dac)
  • marketing: bump dependencies ✨ (aa33191)

v2.12.0

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 04 Mar 22:13
1a37b17

2.12.0 (2026-03-04)

Features

  • api: add spatial API endpoints for LLM tool integration (a4e080e)
  • client: add command palette UI and robust tool intent parser (639c974)
  • client: add landing page redesign + browser-local LLM chat panel (b7c5f9a)
  • client: add proper tool calling with TanStack AI toolDefinition (bf44ee2)
  • client: add server tools, chat persistence, and model selection (962e508)
  • client: browser-local LLM chat panel for map viewer (aa5b3f7)

Bug Fixes

  • client: enable scroll in command palette messages area (994d120)
  • client: inject real map state when tool calling fails (f0c7f77)
  • client: polish LLM chat panel UI and fix X button overlap + duplicate messages (4b7fb61)
  • client: remove backdrop blur from command palette scrim (d91dce3)
  • client: remove max-w-5xl container constraint for full-width layout (2853fdb)
  • client: restore scroll position when reopening command palette (5ff58c3)
  • client: suppress internal WebLLM errors from end users (449f1d0)
  • client: use catalog for reka-ui instead of hardcoded ^2.8.2 (e9768d2)
  • client: use native scroll for command palette messages (2440553)

Miscellaneous

  • homebrew: update formula to v2.11.3 (3490329)

v2.11.3

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 04 Mar 20:33
6dcd6bd

2.11.3 (2026-03-04)

Bug Fixes

  • transcode: catch mlt-core panics during MVT→MLT encoding (194a6d4), closes #651

Miscellaneous

  • homebrew: update formula to v2.11.2 (620c28d)

v2.11.2

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 04 Mar 18:57
e4b2a4a

2.11.2 (2026-03-04)

Bug Fixes

  • docker: add cmake to rust-builder for mlt-core/fastpfor build (319059a)

v2.11.1

Choose a tag to compare

@vinayakkulkarni vinayakkulkarni released this 04 Mar 18:39
c6b9527

2.11.1 (2026-03-04)

Bug Fixes

  • build: enable mlt feature by default in Cargo.toml and Dockerfile (#647) (7044b7c), closes #646