v2.0
Nov 11, 2024
The 2.0 release contains a single breaking change to the id
field of the APIs below. Our hashing algorithm for the id
had a higher potential for ID collisions than expected. The id
field will now be a different hashed value for the same user/project compared to 1.x.x
. Logic that stores and compares these values will need updating. To migrate from the old value to the new value, you can reference the apiVersion1Id
field.
v1.1.0
Oct 15, 2024
Resolution support has been added to all image APIs.
Collection item draft status is now exposed in the API.
Plugin windows now support maximum width/height.
v1.0.0
Oct 2, 2024
Plugins initial public release.