* Improve logging/checks around node IDs by l-laura in https://github.com/ndsev/mapget/pull/42 * http-datasource: Disable child process timeout for debug mode by johannes-wolf in https://github.com/ndsev/mapget/pull/47 * Output bad ID parts when id composition does not apply. by josephbirkner in https://github.com/ndsev/mapget/pull/49 * Add Attribute::setValidity. by josephbirkner in https://github.com/ndsev/mapget/pull/51 * Show attribute direction as string. by josephbirkner in https://github.com/ndsev/mapget/pull/52
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
0.1.1
This is the first release of the mapget library, which includes a CLI tool that can be built with CMake or installed via PyPI. Run `pip install mapget`, or check out the README for some examples as to how you can start writing data sources. Happy coding! 🍰