Release v3.0.0-beta.7
3.0.0-beta.7 - 2022-08-10
This is the seventh beta release of sdmx-dl.
sdmx-dl follows semantic versioning.
This release reshapes CLI commands, simplifies the network configuration and improves startup time.
It introduces a new dedicated documentation to replace the wiki.
It finalizes the support of SDMX time formats and attribute relationship in the API.
A new source is also added alongside the usual bugfixes.
Disclaimer: sdmx-dl is still in development and is available for test only. Do not use in production!
Added
- Add URL connection factory in Network
- Add
SdmxWebSource#monitorWebsite
field - Add
SdmxWebSource#getDescription(LanguagePriorityList)
method - Add support of attribute relationship #81
- Add source from National Statistical Office of Thailand #262
- Add support of time range in time formats
- Add support of POST requests in HTTP backend
- Add driver for International Monetary Fund source #156
- Add
list/availability
command - Add
MonitorWebsite
column inlist/sources
command - Add
Languages
column inlist/sources
command #266
Changed
- Improve error reporting on content-type in HTTP response header
- Use option instead of property to enable curl backend
- Remove cache folder option
- Replace position column with index column in
list/concepts
command - Split command
list/concepts
intolist/dimensions
andlist/attributes
- Improve startup time when using custom sources
- Remove
sdmx-dl-provider-connectors
dependency - Remove custom name of shaded binary
- Migrate documentation to GitHub Pages #268
Fixed
- Fix uptime parsing on multi-thread environment
- Fix parsing of HTTP response header in curl backend
- Fix NPE on missing HTTP response message
- Fix
DataflowRef
validation - Fix Statistics Canada revisions #252
- Fix missing charsets in native image
- Fix registration of system SSL in native image
- Fix usage of dependency-reduced pom