Skip to content

Releases: performant-software/triple-eye-effable

v0.2.3

15 Jan 16:04
81728ef
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds content_info_url

🐛 Bug Fixes

None!

Full Changelog: v0.2.2...v0.2.3

v0.2.2

01 Aug 16:36
4a2a6b4
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Refactors the set_content_type task

🐛 Bug Fixes

  • Fixes an error where the content_type was not being set on the resources record on update

v0.2.1

08 May 19:37
e36a09b
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes an error in the set_content_type rake task

v0.2.0

08 May 18:48
9034fb1
Compare
Choose a tag to compare

💥 Breaking Changes

  • Removes the manifest string object from the resource_descriptions records. Manifest content should be accessed via the manifest_url attribute.
  • Adds the content_type column to the resource_descriptions table. The triple_eye_effable:set_content_types rake task should be run after upgrade.

🚀 New Features

  • Refactors the resource_descriptions attributes to use redirect URLs instead of loading each record from IIIF Cloud

🐛 Bug Fixes

None!

v0.1.11

26 Feb 11:46
2794131
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds the presentation service to facilitate creating IIIF collections and manifests

🐛 Bug Fixes

None!

v0.1.10

04 Jan 01:23
b4f9069
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds the manifest_url attribute to resource_description

🐛 Bug Fixes

None!

v0.1.9

27 Feb 20:19
3f914d1
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

None!

🐛 Bug Fixes

  • Fixes a merge issue that caused an exception when uploading resources

v0.1.8

27 Feb 13:47
98ca27f
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds the triple_eye_effable:transfer_resources rake task
  • Adds error handling

🐛 Bug Fixes

  • Fixes an issue with headers not being included on GET requests

v0.1.7

09 Feb 23:30
15c59ea
Compare
Choose a tag to compare

💥 Breaking Changes

None! Safe to upgrade!

🚀 New Features

  • Adds the content_inline_url attribute to the resource payload

🐛 Bug Fixes

None!

v0.1.6

11 Jan 17:06
39b7650
Compare
Choose a tag to compare

What's Changed

  • bugfix: Force ASCII_8BIT encoding in POST request bodies (UDCSL #671) by @blms in #5

New Contributors

  • @blms made their first contribution in #5

Full Changelog: v0.1.5...v0.1.6