Skip to content

Releases: contentauth/c2pa-python

v0.28.0

20 Jan 16:06
e6a104c

Choose a tag to compare

What's Changed

  • feat: Expose the load_settings API in main exports
  • fix: Improve library loading error messages by @tmathern in #188
  • fix: Add the detailed_json API by @tmathern in #186
  • docs: Update project-contributions.md to specify that c2pa-rs is the librar… by @Res260 in #206
  • docs: Expose add example read.py script by @Res260 in #207

New Contributors

Full Changelog: v0.27.1...v0.28.0

v0.27.1

14 Oct 21:46
c5bccf7

Choose a tag to compare

  • Improve error handling with native libraries (#184)

v0.27.0

13 Oct 20:29
87a0ee4

Choose a tag to compare

  • add add_action API on Builder object (#181)

v0.26.0

07 Oct 20:25
73697b7

Choose a tag to compare

This release adds additional APIs on the Reader:

  • get_active_manifest, returns the active manifest (parsed as a dictionary for easy use);
  • get_manifest, retrieves any manifest based on its label/id and returns it as dictionary;
  • get_validation_state, returns just the validation state of the whole manifest store;
  • get_validation_results returns all the validation results from the manifest store (and only the validation results).

v0.25.0

04 Oct 03:17
4593aac

Choose a tag to compare

  • Add 2 additional binding for c2pa_reader_is_embedded (is_embedded) and c2pa_reader_remote_url (get_remote_url) on the Reader.

v0.24.1

03 Oct 02:13
23f791c

Choose a tag to compare

v0.24.0

02 Oct 03:52
532775b

Choose a tag to compare

v0.23.1

24 Sep 00:32
a4a2d17

Choose a tag to compare

v0.23.0

19 Sep 03:15
d3bb12c

Choose a tag to compare

v0.22.0

16 Sep 02:37
324bb81

Choose a tag to compare

  • Bump version of c2pa-rs/c2pa-c-ffi to v0.64.0.