Skip to content

Releases: DataShades/ckanext-files

v1.2.1

05 Apr 08:59

Choose a tag to compare

v1.2.1 - 2026-04-05

Compare with v1.2.0

🐛 Bug Fixes

  • fix sqlalchemy 1.4+ compatibility (c270e01)

v1.2.0

03 Apr 14:45
373788f

Choose a tag to compare

v1.2.0 - 2026-04-03

Compare with v1.1.0

🚜 Refactor

  • [breaking] sync with CKAN (ea9c68b)
  • [breaking] remove atime,mtime from file; ctime->created; rename item_id to file_id; remove item_type (7e6e842)

v1.1.0

02 Apr 12:23
a572040

Choose a tag to compare

v1.1.0 - 2026-04-02

Compare with v1.1.0a4

🚀 Features

  • add location_transformers registration to interface (21e5ddd)
  • add azure_blob storage (0dd4e2c)
  • add accept option for file upload widget, switch from configuring storages to actions, add doc (23b9084)

🐛 Bug Fixes

  • files_upload_as validator does not save public_url (9a5be32)
  • fs fails if public_prefix contains site_url (c48e79a)

🚜 Refactor

  • link storage keeps url inside storage_data (7f994d8)

v1.1.0a4

22 Jan 09:23
ee790fe

Choose a tag to compare

v1.1.0a4 - 2026-01-22

Compare with v1.1.0a3

🐛 Bug Fixes

  • public_fs fail on empty public path (26dcd9b)

v1.1.0a3

08 Jan 16:48
7b7f306

Choose a tag to compare

v1.1.0a2

07 Jan 17:38
e6f236b

Choose a tag to compare

v1.0.1

22 Jul 17:01
9d4fefe

Choose a tag to compare

v1.0.1 - 2025-07-13

Compare with v1.0.0

Features

  • set minimal file-keeper version to v0.0.10 (edbf417 by Sergey Motornyuk).
  • add public_prefix(and permanent_link) to libcloud (1c2571f by Sergey Motornyuk).

Bug Fixes

  • actions do not pass upload-or-data to prepare_location (e60b428 by Sergey Motornyuk).