The xAPI previously checked only for IDs when adding or reporting completions. It now also checks against IRI, the international standard for URIs, which is required by the xAPI standard. (PD-75027)
You can now use the /skill-plans endpoint to manage the image associated with a skill plan.
Fixed:
The Groups endpoint formerly returned null for modified-at because Degreed does not log this data. This attribute has been removed. This is technically a breaking change. We hope that nobody was using the null value and apologize for any inconvenience. We will not make a habit of breaking changes.
Added X-Degreed-Organization-Code header to endpoints that work with GAT.
Added filter[term]=<keyword> query parameter filter for GET ALL Content endpoints. The filter criteria returns content that contains the keyword in the title, summary, or labels.
We resolved an issue that caused the API’s Skills endpoint to time out unexpectedly. (PD-74126)
We resolved an issue that prevented using the API to add Skills to Podcast content items. (PD-73821)
We improved the error message that displays when you try to create a completion via the API but do so incorrectly. (PD-73643)
We resolved an issue that prevented the date and duration information of an Event from being accessible via the API. This information is now accessible via the API. Note: this bug did not pertain to events with specific times of day, which are not yet supported by the API. (PD-74415, PD-75282)