- fix of Addin conversion issue (edge case)
- fix of feedback on failed downloads
- bug fix, sanitizing data requests which would fail on certain (CAMS) products
- fixing bug in batch processing, which stops the process after one download
- code refactoring in light of the new API (consolidating code)
- renaming wf_product_inf() -> wf_dataset_inf()
- removal of the Toolbox API workflow
- removal of the WebAPI endpoints
- moving to beta servers only
- adding CEMS services on top of previous CDS/ADS support
- Logic patch for 202 http error on long runs
- dynamic retry polling to avoid API rate limiting (default = 30s)
- added
wf_request_batch()
to support parallel requests using R6 logic
- updated citation (pointing to global doi)
- updated code coverage to reflect changes
- R >= 3.6
- bluegreen-labs migration
- keychain issue fix, keychain in file now functional
- Atmospheric Data Store support
- fixed a bug on dataset naming convention double use
- automatic user detection from keyring user list
- obfuscate api key on command line
- add progress bar to all services
- add service name to keychain
- fix comma issue in CDS parser
- fixed stray documentation for non existing function argument
- keyword issue
- inclusion of Copernicus CDS services by Reto Tauffer
- now covering most of the ECMWF climate data products
- consolidation of code by Reto Tauffer
- integration in
wf_*()
vocabulary
- simplification of code and error messages
- automated checks of the request statements
- ensures a consistent vocabulary with limited parameters
- unit checks don’t fail upon unavailable service
- changed order of arguments in
wf_request()
- accidental CRAN violation fixed
-
wf_transfer()
separate downloads allowed
- checks for binary downloads (larger files)
- major version
- CRAN release
- unit checks with encrypted key
- good CI coverage >90%
- verbose feedback on
wf_request()
- rOpenSci syntax and ok, gp() ok
- experimental release
- trying to get things working