Releases: ecmwf-projects/cads-broker
Releases · ecmwf-projects/cads-broker
v0.7.0 - 2024-02
reset poolsize default
v0.6.1 - 2023-12
try drop/create broker db
v0.6.0 - 2023-12
try to avoid database clash
v0.5.2 - 2023-11
Minor fixes and performance improvements
v0.5.1 - 2023-11
Merge pull request #88 from ecmwf-projects/COPDS-1385-configurable-po…
v0.5.0 - 2023-09
Merge pull request #81 from ecmwf-projects/implement-read-and-write Implement read and write
v0.4.0 - 2023-06
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
Main features and changes
- Introduce Quality of Service
- improve the performance accessing the broker database
v0.2.0 - 2022-12
Main features and changes
- Introduce cache management with a new database table called
cache_entries
. Thecache_entries
table is linked to thesystem_requests
table via two foreign keys:cache_key
andcache_expiration
. - Introduce user management by adding the
user_id
column to thesystem_requests
table. - Deprecate the compute API. It is now included in the cads-processing-api library.
v0.1.0 - 2022-09
order jobs by created_at