Skip to content

Release v3.0.0-beta.8

Compare
Choose a tag to compare
@charphi charphi released this 22 Nov 12:00
· 520 commits to master since this release

3.0.0-beta.8 - 2022-11-22

This is the eighth beta release of sdmx-dl.
sdmx-dl follows semantic versioning.

This release brings support of description in data flows. It also updates a few sources alongside the usual bugfixes.

Disclaimer: sdmx-dl is still in development and is available for test only. Do not use in
production!

Added

  • API Add field Dataflow#description #287
  • SOURCE Add source from UN International Children's Emergency Fund #95

Changed

  • API Improve code coherence by replacing Dataflow#of(...) and DataQuery#of(...) with builders
  • API Rename field Dataflow#label as Dataflow#name
  • API Move SdmxCubeUtil from provider util to API
  • SOURCE Modify ISTAT endpoint #339
  • CLI Modify list/flows command headers to follow Dataflow changes
  • DOC Enforce https in doc URL

Fixed

  • BUILD Fix dependency inheritance in BOM