Release v3.0.0-beta.10
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
- Add support of time intervals in observations #394
- Add support of redirections in curl backend #363
- Add desktop application proof of concept #401
- Add gRPC service proof of concept #402
Changed
- Sort observations chronologically #396
- Enforce non-null observations fields #396
- Invert fields in
DataDetail
#396 - Set default values to
DataQuery
#396 - Rename field
Dimension#label
asDimension#name
#395 - Rename field
Attribute#label
asAttribute#name
#395 - Rename field
DataStructure#label
asDataStructure#name
#395 - Rename field
SdmxWebSource#name
asSdmxWebSource#id
#395 - Rename field
SdmxWebSource#description
asSdmxWebSource#name
#395 - Set field
Dataflow#description
as optional #395 - Set field
Obs#getPeriod
asTimeInterval
#394 - Improve parsing of time formats #394
- Rename module
sdmx-dl-format-util
assmdx-dl-format-base
- Rename module
sdmx-dl-provider-util
assmdx-dl-provider-base