Skip to content

Release v3.0.0-beta.13

Latest
Compare
Choose a tag to compare
@charphi charphi released this 06 Sep 13:35

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

  • API Move FileFormat and Persistence to API
  • API Add registry API to load custom web sources
  • PROVIDER Add support of databases in PxWebDriver
  • PROVIDER Add parsing of language in PxWebDriver
  • PROVIDER Add websites in PxWebDriver
  • DESKTOP Improve desktop UI
  • GRPC Add webservice transcoding in gRPC

Changed

  • API Force use of screaming-snake-case pattern on driver ID
  • PROVIDER Rename source-file property from sdmxdl.sources to sdmxdl.registry.sourcesFile
  • PROVIDER Rename user-agent property from http.agent to sdmxdl.driver.userAgent
  • PROVIDER Rename dump-folder property from sdmxdl.ri.web.dump.folder to sdmxdl.driver.dumpFolder
  • PROVIDER Replace curl-backend property sdmxdl.networking.curlBackend with url-backend property sdmxdl.networking.urlBackend
  • CLI Replace list drivers command with list plugins command

Fixed

  • SOURCE Update OECD source #543
  • SOURCE Update INEGI source #639
  • SOURCE Update ILO source #690