Skip to content

Release v3.0.0-beta.6

Compare
Choose a tag to compare
@charphi charphi released this 21 Apr 08:38
· 761 commits to master since this release

3.0.0-beta.6 - 2022-04-21

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

This release focuses on API refactoring to allow future improvements.
It introduces a mechanism that validates the input parameters to give a better feedback in case of error.
A few sources are also added.

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

Added

  • API Add parameters validity check #138
  • API Add multi-language descriptions in SdmxWebSource #203
  • SOURCE Add source from El Salvador Labour Market Information System #202
  • SOURCE Add source from Statistics Luxembourg #245
  • BUILD Add Maven BOM

Changed

  • API Refactor data queries #218
  • API Refactor features discovery #89
  • API Simplify class hierarchy #222
  • API Simplify class naming scheme #220
  • API Refactor dialects handling #227
  • API Simplify module names
  • API Refactor format and provider utilities
  • SOURCE Enforce https on ISTAT source
  • PROVIDER Change FileDriver to be optional

Fixed

  • FORMAT Fix missing series header in compact data #172
  • PROVIDER Fix input validation in Statistics Canada driver #171
  • PROVIDER Fix curl certificate revocation checks on missing/offline check lists
  • CLI Fix Java package requirement in Homebrew distribution #206
  • CLI Fix use of reflection in native image
  • CLI Fix missing resources in native image