Skip to content

Releases: ecmwf-projects/cads-processing-api-service

v1.3.4

20 Nov 16:56
fe3f0bf
Compare
Choose a tag to compare

What's Changed

  • Build licences page using portal id by @mcucchi9 in #219
  • Forbid execution of processes not tied to origin portal @mcucchi9 in #221
  • Add request origin in job status metadata by @mcucchi9 in #220
  • Do not show not-live dataset messages by @mcucchi9 in #223
  • Define broker db connection parameters in retrieve api settings by @mcucchi9 in #226
  • Use compute db master instance for requests coming from ui by @mcucchi9 in #227

Full Changelog: v1.3.3...v1.3.4

v1.3.3

31 Oct 08:52
64778f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2 - 2024-09-34.7

03 Oct 09:46
1cac9f3
Compare
Choose a tag to compare

What's Changed

  • Filter out empty lines from download nodes configuration file by @malmans2 in #213
  • Pass retrieve-api logger to adaptor instance by @mcucchi9 in #214

Full Changelog: v1.3.1...v1.3.2

v1.3.1 - 2024-09-23.0

20 Sep 07:31
cf8e05f
Compare
Choose a tag to compare

What's Changed

  • Define custom endpoints description by @mcucchi9 in #206
  • Enable different max costs (WEB/API) by @mcucchi9 in #195
  • Refactor /costing endpoint's response by @mcucchi9 in #209
  • Show dataset licences URL in PermiessionDenied message by @mcucchi9 in #210
  • Add cost_bar_steps field to /costing endpoint's response by @mcucchi9 in #212
  • Increase readability of API request code returned by the /api-request endpoint by @mcucchi9 in #211

Full Changelog: v1.3.0...v1.3.1

v1.3.0

13 Sep 08:21
354104e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

12 Sep 12:40
aa32a8a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Aug 08:47
4960972
Compare
Choose a tag to compare

What's Changed

  • Let anonymous user submit jobs but return disclaimer by @mcucchi9 in #194
  • Fix issue with get jobs and deleted requests by @mcucchi9 in #205

Full Changelog: v1.1.9...v1.2.0

v1.1.9

29 Jul 12:44
6772d39
Compare
Choose a tag to compare

Remove get_accepted_licences cache to ensure process submission tight after licences acceptance doesn't get blocked.

v1.1.7.1

29 Jul 12:07
Compare
Choose a tag to compare

Remove get_accepted_licences cache to ensure process submission tight after licences acceptance doesn't get blocked.

v1.1.8

25 Jul 09:57
96d4307
Compare
Choose a tag to compare
  • Remove cads_adaptors dependencies;
  • Better translation from request ids to request labels;
  • Pass request costs to the broker when submitting a request.