Skip to content

Releases: ecmwf-projects/cads-broker

v0.7.0 - 2024-02

13 Feb 09:46
Compare
Choose a tag to compare
reset poolsize default

v0.6.1 - 2023-12

17 Jan 16:54
Compare
Choose a tag to compare
try drop/create broker db

v0.6.0 - 2023-12

16 Jan 10:38
Compare
Choose a tag to compare
try to avoid database clash

v0.5.2 - 2023-11

30 Nov 09:18
4a4ecbe
Compare
Choose a tag to compare

Minor fixes and performance improvements

v0.5.1 - 2023-11

06 Nov 11:39
e2e953b
Compare
Choose a tag to compare
Merge pull request #88 from ecmwf-projects/COPDS-1385-configurable-po…

v0.5.0 - 2023-09

09 Oct 16:34
9f275d3
Compare
Choose a tag to compare
Merge pull request #81 from ecmwf-projects/implement-read-and-write

Implement read and write

v0.4.0 - 2023-06

21 Jul 08:04
b981e11
Compare
Choose a tag to compare

Main features and changes:

  • Add Alembic database migration support
  • Introduce resubmit count in the broker-db and logs
  • Introduce seamless QoS rules update
  • Improve performance of requests submission
  • Update Sqlalchemy dependency to version 2

v0.3.0 - 2023-03

14 Apr 09:39
Compare
Choose a tag to compare

Main features and changes

  • Introduce Quality of Service
  • improve the performance accessing the broker database

v0.2.0 - 2022-12

13 Jan 13:47
81e42df
Compare
Choose a tag to compare

Main features and changes

  • Introduce cache management with a new database table called cache_entries. The cache_entries table is linked to the system_requests table via two foreign keys: cache_key and cache_expiration.
  • Introduce user management by adding the user_id column to the system_requests table.
  • Deprecate the compute API. It is now included in the cads-processing-api library.

v0.1.0 - 2022-09

11 Oct 08:50
Compare
Choose a tag to compare
order jobs by created_at