Skip to content

Release v3.0.0-beta.10

Compare
Choose a tag to compare
@charphi charphi released this 13 Feb 13:11
· 448 commits to master since this release

3.0.0-beta.10 - 2023-02-13

This is a bugfix release for the deployment of v3.0.0-beta.9.
See v3.0.0-beta.9 for complete changelog.

Fixed

  • Fix missing javadoc resource

3.0.0-beta.9 - 2023-02-13

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

This release brings the API closer to the SDMX standard. It fixes an important problem with Eurostat. It also adds two
proof of concept for future use.

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

Added

  • API Add support of time intervals in observations #394
  • PROVIDER Add support of redirections in curl backend #363
  • DESKTOP Add desktop application proof of concept #401
  • GRPC Add gRPC service proof of concept #402

Changed

  • API Sort observations chronologically #396
  • API Enforce non-null observations fields #396
  • API Invert fields in DataDetail #396
  • API Set default values to DataQuery #396
  • API Rename field Dimension#label as Dimension#name #395
  • API Rename field Attribute#label as Attribute#name #395
  • API Rename field DataStructure#label as DataStructure#name #395
  • API Rename field SdmxWebSource#name as SdmxWebSource#id #395
  • API Rename field SdmxWebSource#description as SdmxWebSource#name #395
  • API Set field Dataflow#description as optional #395
  • API Set field Obs#getPeriod as TimeInterval #394
  • FORMAT Improve parsing of time formats #394
  • FORMAT Rename module sdmx-dl-format-util as smdx-dl-format-base
  • FORMAT Rename module sdmx-dl-provider-util as smdx-dl-provider-base

Fixed

  • FORMAT Fix language consistency in names and descriptions #397
  • PROVIDER Fix Eurostat endpoint #346