Skip to content

Releases: ndsev/mapget

Version 2024.4.1

06 Nov 08:30
Compare
Choose a tag to compare

What's Changed

This release focuses on performance and diagnostics improvements:

  • Add fill-time info to tile layers.
  • Add and log HTTP tile request IDs.
  • Implement clientId parameter for POST /tiles to facilitate graceful abort.
  • Update fmt to 11.0.2
  • Add POST /abort.
  • Optimize TileFeatureLayer::setStrings()
  • Bump simfil to v0.3.3

v2024.4.0

25 Sep 15:41
f5507b2
Compare
Choose a tag to compare

What's Changed

  • Implement TileId::neighbor().
  • SourceDataLayer Support!
  • Added TileFeatureLayer::find using stringified feature ID.
  • Fixed heterogeneous (multi-map) object key-value pair JSON export.
  • Added GET/POST /config endpoints.
  • geoJSON compliance: Fix Polygon/Mesh JSON conversion

Full Changelog: v2024.3.2...v2024.4.0

v2024.3.2

18 Jul 16:09
b6ab73f
Compare
Choose a tag to compare

What's Changed

  • YAML-based configuration and datasource management (#71)
  • Fix: missed glm headers while building a conan package (#70)

Full Changelog: v2024.3.1...v2024.3.2

v2024.3.1

20 Jun 12:36
23fd588
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.3...v2024.3.1

Version 2024.3

14 Jun 08:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2024.2...v2024.3

Version 2024.2

19 Apr 09:44
446d808
Compare
Choose a tag to compare

What's Changed

  • deps/rocksdb: Enable 'PORTABLE' cmake opt to maximize compatibility. by @MisterGC in #60
  • TileLayerStream now has end End-Of-Stream Message. by @josephbirkner in #58
  • Utility functions to iterate over attributes and attribute layers. by @josephbirkner in #58
  • Fixed division-by-zserio is TileId::fromWgs84 when the tile level is >= 15. by @josephbirkner in #58

Full Changelog: v2024.1...v2024.2

Version 2024.1

20 Mar 15:49
2a5fcef
Compare
Choose a tag to compare

What's Changed

  • Mapget now supports the /locate operation (#45)
  • Introduction of the typed relation model (#53)

Full Changelog: v0.4.0...v2024.1

Version 0.4.0

20 Dec 16:40
014ee52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Version 0.3.0

03 Nov 18:27
bf4bdb8
Compare
Choose a tag to compare

Features

  • #36 Persistent cache with RocksDB

Full Changelog: v0.2.0...v0.3.0

Version 0.2.0

29 Sep 06:54
72f050d
Compare
Choose a tag to compare

This release focuses on improvements to enhance the usability and reliability of mapget.

Improvements:
#18 - Features and references with missing ID parts are detected and reported
#19 - mapget uses spdlog with log level as CLI argument
#16 - Arguments to mapget can be specified in a configuration file
#20 - Requests to unknown map+layer combinations receive a 400 response

Fixes:
#31 - Parallel execution of RemoteDataSource does not work due to httplib Client lock