Skip to content

Releases: BLSQ/openhexa-app

v0.74.7

24 Oct 08:57
54e192e
Compare
Choose a tag to compare

0.74.7 (2024-10-24)

Miscellaneous Chores

v0.74.6

22 Oct 15:30
a37b39b
Compare
Choose a tag to compare

0.74.6 (2024-10-22)

Bug Fixes

v0.74.5

22 Oct 08:07
a6e1f4c
Compare
Choose a tag to compare

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

21 Oct 08:22
6ff155c
Compare
Choose a tag to compare

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

18 Oct 06:59
7a506fe
Compare
Choose a tag to compare

0.74.3 (2024-10-17)

Bug Fixes

  • datasets: fix the backward compatibility field 'uploadUrl' on CreateDatasetVersionFileResult (#831) (a227658)

v0.74.2

17 Oct 14:23
2ce4be3
Compare
Choose a tag to compare

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

16 Oct 14:23
9937fce
Compare
Choose a tag to compare

0.74.1 (2024-10-16)

Bug Fixes

  • cors: CORS_URL_PREFIXES was invalid since we added the analytics (844eef4)

v0.74.0

16 Oct 14:00
feb0a9f
Compare
Choose a tag to compare

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

01 Oct 16:50
9c537d2
Compare
Choose a tag to compare

0.73.3 (2024-10-01)

Bug Fixes

  • GCP: Bucket cannot contain '.' or be a recognized top-level domain (#820) (11da44d)

v0.73.2

01 Oct 15:09
a6e74d5
Compare
Choose a tag to compare

0.73.2 (2024-10-01)

Bug Fixes

  • GCP: 'updated' was not passed to StorageObject for the prefixes (b535c87)