Releases: BLSQ/openhexa-app
Releases · BLSQ/openhexa-app
v0.74.7
0.74.7 (2024-10-24)
Miscellaneous Chores
v0.74.5
0.74.5 (2024-10-22)
Bug Fixes
- CORS: Include the files/up & files/dl to the cors exempted urls (#835) (ea2d76b)
v0.74.4
0.74.4 (2024-10-21)
Bug Fixes
- datasets: move the save() in its own try..except (43bcd1e)
- datasets: return the dataset_file_sample to not break tests (1da48bd)
- datasets: When saving the sample in DB, we need a custom encoder that supports dates & uuids (#836) (88c0e39)
v0.74.3
0.74.3 (2024-10-17)
Bug Fixes
- datasets: fix the backward compatibility field 'uploadUrl' on CreateDatasetVersionFileResult (#831) (a227658)
v0.74.2
0.74.2 (2024-10-17)
Bug Fixes
- CORS regex was not correct and the dev configuration was redefining unnecessary variables (5192426)
- Move removed variable from dev to the test configuration (10894b2)
- Pipelines: Run outputs can be a StorageObject instance (#830) (688ab7d)
v0.74.1
0.74.1 (2024-10-16)
Bug Fixes
- cors: CORS_URL_PREFIXES was invalid since we added the analytics (844eef4)
v0.74.0
0.74.0 (2024-10-09)
Features
- Metadata: add generic metadata and link with dataset, version, files (#800) (c1955ef)
Bug Fixes
- DB: Starting from PostgreSQL 15+ it's needed to grant all on the public schema to allow creation and deletion of tables by the user (#822) (e8b5ce2)
v0.73.3
0.73.3 (2024-10-01)
Bug Fixes
- GCP: Bucket cannot contain '.' or be a recognized top-level domain (#820) (11da44d)
v0.73.2
0.73.2 (2024-10-01)
Bug Fixes
- GCP: 'updated' was not passed to StorageObject for the prefixes (b535c87)