Skip to content

Releases: superdesk/sams

v0.3.2

09 Mar 06:33
Compare
Choose a tag to compare

Improvements:

  • [SDESK-6145] images: Support named renditions and store metadata for original rendition on post (#47)
  • [SDESK-6145] Script to add original rendition to existing assets (#48)

Fixes:

  • fix(build): Replace git with https in requirements.txt (23901bc)

v0.3.1

06 Sep 06:42
Compare
Choose a tag to compare

Fixes

  • fix(setup): Bump sams-client version requirement in sams-server

v0.3.0

06 Sep 06:30
Compare
Choose a tag to compare

Features

  • [SDESK-6144] New endpoints for image renditions (#44)

Improvements

  • chore(docs): Update docs

v0.2.4

30 Aug 04:56
Compare
Choose a tag to compare

Improvements

  • chore(docs): Update docs (#2113664)

Fixes

  • fix(docs): Fix documentation for StorageProviders (#e07d925)
  • [SDESK-6002] fix: Slow responses due to mocked notification_client (#38)

v0.2.3

06 May 07:50
Compare
Choose a tag to compare

Improvements

  • fix(run): Allow apps to be started without gunicorn (91cdb3a)

Fixes

  • fix(file_server): Allow python modules for config (48a9ef6)

v0.2.2

06 May 04:19
Compare
Choose a tag to compare

Improvements

  • Support Python 3.8

Fixes

  • fix(api): Convert uploaded bytes to BytesIO before processing (1428499)
  • Use official pypi package for Superdesk-Core (ee45aff)
  • fix(docs): Fix building for readthedocs (e2157f3)
  • fix(behave-tests): Increase timedelta for now value (572db66)

v0.2.1

04 May 04:11
Compare
Choose a tag to compare

Improvements

  • [SDESK-5581] Ability to add Tags to Asset Metadata (#37)

Fixes

  • Use superdesk-core/develop branch (169fd8f)

v0.2.0

17 Feb 05:43
Compare
Choose a tag to compare

Features

  • [SDESK-5638] New File Server app (#23)
  • [SDESK-5668] Endpoints to lock and unlock assets (#30)

Improvements

  • [SDESK-5656] Client function to get list of Asset tags (#25)
  • chore(packages): Clean up requirement and setup files (#28)
  • [SDESK-5667] Provide external user IDs to requests. (#27)
  • [SDESK-5710] Force attribute to unlock asset endpoint. (#35)
  • [SDESK-5713] Endpoint to unlock assets based on user ID. (#36)

Fixes

  • [SDESK-5594] Custom elastic tokenizer for name and filename fields (#24)
  • [SDESK-5265] updated asset name schema. (#26)
  • fix(unit_tests): Add test request context (#29)
  • [SDESK-5668] fix: Modified error description (#32)
  • [SDESK-5668] fix: replaced #DATE# with now in test features. (#34)

v0.1.0

30 Oct 04:08
Compare
Choose a tag to compare
  • [SDESK-5579] Configurable Asset size validation (#22)
  • [SDESK-5291] Add AmazonS3 StorageProvider (#20)
  • [SDESK-5480] Endpoint to compress and download multiple asset binaries (#19)
  • [SDESK-5418] Improve response headers for Asset binary API (#18)
  • [SDESK-5478] Delete disabled set with no asset (#17)
  • [SDESK-5520] Add elastic manage commands (#16)
  • [SDESK-5475] Get count of assets for given sets (#15)
  • [SDESK-5476] Update: asset upload error if set state draft or disabled (#14)
  • [SDESK-5473] Add custom SAMS Exception classes (#13)
  • [SDESK-5472] Sort storage destinations alphabetically by _id (#12)
  • fix(tests): Set API_VERSION to be empty (#11)
  • [SDESK-5416] client for asset management (#10)
  • [SDESK-5288] Asset resource and service (#9)
  • [SDESK-5363] Add SAMS_ prefix to config env vars (#8)
  • [SDESK-5360] Sets public interface (#7)
  • [SDESK-5361] add basic auth in client and server (#6)
  • [SDESK-5359] storage destinations public interface (#5)
  • [SDESK-5358] Implement core sams client library (#4)
  • [SDESK-5286] Storage and Destination providers (#3)
  • [SDESK-5287] Set resource and service (#2)
  • [SDESK-5285] Skeleton application structure (#1)