Releases: ndsev/mapget
Releases · ndsev/mapget
v2026.1.1
Patch release with two follow-up backend fixes for feature inspection and NDS.Classic tile delivery.
Fixed
- Fix search crash caused by "function signature mismatch" (ERD-340)
- Fix NDS.Classic (stage-less) tile communication (MAPGET-154)
v2026.1.0
Changelog
Added
- Introduce Staged tile loading (ERD-28)
- ByteArray inspection and search support (MAPV-387)
- Enhance JSONL endpoint with tile metadata and error information (MAPGET-135)
- Support custom mapId in GeoJsonFolder config (MAPGET-142)
- pymapget: add read/iteration bindings for feature model (MAPGET-147)
- geojsonsource: support all GeoJSON geometry types (MAPGET-148)
- Validity: support semantic transition validities as feature pairs (MAPGET-152)
Improved
- Service worker: Improve concurrent tile request handling (MAPGET-149)
- Improve flat deserialization in mapget/simfil (MAPV-433)
Fixed
- GeoJsonSource: withAttrLayers defaults to false, silently dropping nested properties (MAPGET-140)
Full Changelog: v2025.5.1...v2026.1.0
v2025.5.1
Added
- JSONL
/tilesendpoint now includes tile-level metadata:mapgetTileId,mapgetLayerId,mapId,idPrefix,timestamp,ttl, anderrorobject withcode/message(#135) errorCodefield forTileLayerto surface numeric error codes (HTTP status, SQLite codes, etc.)- Python bindings:
error_code/set_error_codemethods manifest.jsonsupport for GeoJsonSource enabling flexible file-to-layer mapping and multi-layer configurations (#138)
Fixed
- GeoJsonSource tile ID datatype changed from U32 to U64 to support 64-bit mapget tile IDs (#132)
Changed
- GeoJsonSource: renamed
packedTileIdtotileId(removes NDS-specific terminology)
Deprecated
- GeoJsonSource legacy mode (direct directory scanning without manifest.json) (#139)
Full Changelog: v2025.5.0...v2025.5.1
v2025.5.0
What's Changed
- User and developer docs (#127).
- Implement TTL expiration support (#123).
- Use simfil with fixed
steady_clockusage. - Build GeoJsonSource and GridSource into mapget (#128) (#129).
- Config Schema entries for DataSources are now provided directly through
registerDataSource. - Drop support for x86 macos Python, as the Github runners are discontinued.
Full Changelog: v2025.4.0...v2025.5.0
v2025.4.0
Improvements
- simfil: reduced code duplication, SonarQube cleanups, adopted new API and exception-free feature branch, deps updated.
- Added convenience constructor for MapTileKey.
- Allow passing an additional command-line setup function.
- Notify subscribers even if the config has no sources node.
Version 2025.3.1
This release introduces HTTP compression, memory optimizations, improved dependency management, and cross-platform stability fixes.
Improvements
- Added gzip/deflate compression for HTTP responses (70-95% bandwidth reduction)
- Optimized memory usage when fetching tiles
- Added CPM (CMake Package Manager) as dependency management alternative to Conan
- Fixed cross-platform geometry hash stability
- Updated simfil dependency with environment constructor exposure
- Switched to ndsev/sqlite-cmake for improved dependency handling
- Fixed Windows build requirements (nasm/jom for OpenSSL)
- Enforced minimum CMake version 3.5 in CI
Version 2025.3.0
What's Changed
Major Updates
- SQLite-based persistent cache replaces RocksDB for improved performance and reduced dependencies
- New cache type 'none' allows disabling caching entirely
- Python Versions 3.10 - 3.13 are officially supported
- Multi-architecture support for Python wheels (Apple Silicon and Linux ARM64)
- Simfil autocompletion support for enhanced development experience
Build & CI
- Unified CI/CD workflow with auto-deployment for main commits and releases
- Fixed wheel deployment for manylinux compatibility
- Removed Conan support for simplified builds
Bug Fixes
- Fixed access to dangling temporary in range-based loops
- Fixed SQLite connection cleanup on initialization failure
- Resolved race conditions in config change tests
- Fixed cpp-httplib file descriptor limit issues
Full Changelog
Version 2025.2.1
What's Changed
- Use picosha2 1.0.1: Use the latest release - before we referenced a commit as development continued for a long time without commits.
- Upgrade fmt
- Pinned versions of dependencies to fascilitate reproducible builds
Full Changelog: v2025.2.0...v2025.2.1
Version 2025.2.0
What's Changed
- model: Fix id part value check for unsinged ints. by @MisterGC in #87
- Implement Datasource Auth Headers by @josephbirkner in #88
- Pass-Through Simfils Auto-Wildcard, Any-Mode Feature and Fix Tests by @johannes-wolf in #89
- Remove Simfil Conan Dependency by @johannes-wolf in #92
Full Changelog: v2025.1.0...v2025.2.0