3.0.0-beta.13 - 2024-09-06
This is the thirteenth beta release of sdmx-dl.
sdmx-dl follows semantic versioning.
This release improves the modularity of the API and continues to clean up the configuration.
The experimental PxWebDriver has also been improved but is not yet ready for daily use.
The OECD, INEGI and ILO endpoints have been updated.
Disclaimer: sdmx-dl is still in development and is available for test only. Do not use in
production!
Added
- Move FileFormat and Persistence to API
- Add registry API to load custom web sources
- Add support of databases in PxWebDriver
- Add parsing of language in PxWebDriver
- Add websites in PxWebDriver
- Improve desktop UI
- Add webservice transcoding in gRPC
Changed
- Force use of screaming-snake-case pattern on driver ID
- Rename source-file property from
sdmxdl.sources
tosdmxdl.registry.sourcesFile
- Rename user-agent property from
http.agent
tosdmxdl.driver.userAgent
- Rename dump-folder property from
sdmxdl.ri.web.dump.folder
tosdmxdl.driver.dumpFolder
- Replace curl-backend property
sdmxdl.networking.curlBackend
with url-backend propertysdmxdl.networking.urlBackend
- Replace
list drivers
command withlist plugins
command