Release v3.0.0-beta.12
charphi
released this
16 Oct 13:29
·
251 commits
to master
since this release
3.0.0-beta.12 - 2023-10-16
This is the twelfth beta release of sdmx-dl.
sdmx-dl follows semantic versioning.
This release brings a more flexible configuration system: cache, network and language can be specified by source if
needed and environment variables are used as default values.
The API has been refactored to make it both simpler and more flexible.
The ECB endpoint has also been updated.
Disclaimer: sdmx-dl is still in development and is available for test only. Do not use in
production!
Added
- Add support of partial ISO date/time in TimeInterval
- Allow caching & networking configuration by environment
variables #516 - Allow caching & networking configuration per source #493
Fixed
Changed
- Refactor cache API #500
- Refactor network API #503
- Remove dialect API #505
- Refactor listeners API #506
- Handle languages per connection instead of per manager #507
- Simplify naming and structure #508
- Change pattern of drivers properties
- Improve support of ISO-8601 duration
- Update ECB endpoint #495
- Refactor file format API #502
- Move curl backend to an external project
- Move PxWebDriver to its own module
- Move dialects drivers to their own module
- Use environment variables as default values
- Migrate gRPC module to Quarkus framework