Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@ferishili ferishili released this 11 May 12:06
· 32 commits to master since this release

List of changes in this version:

  • Introducing the Mock handling mechanism for testing
  • A new API Events Endpoint to add track to an event, which also can be used to removed/overwrite the existing tracks of a flavor.
  • Depricated Methods OcWorkflowsApi->getAll() since it is has been removed from Opencast 12.
  • Depricated Methods OcWorkflow->getStatistics() since it is has been removed from Opencast 12.
  • Depricated Methods OcWorkflow->getInstances() since it is has been removed from Opencast 12.
  • Depricated Methods OcSeries->getTitles() or (/series/allSeriesIdTitle.json Endpoint) since it is has been removed from Opencast 12.
  • Depricated Methods OcSeries->getAll() or (/series/series.json|xml Endpoints) since it is has been removed from Opencast 12.
  • Add the series fulltext search query into Series API in: OcSeriesApi->getAllFullTextSearch()
  • The ingest API now allows setting tags when ingesting attachments or catalogs via URL, therefore OcIngest methods including addCatalog, addCatalogUrl, addAttachment and addAttachmentUrl now accept an array parameter containing the tags.
  • Dynamic ingest endpoint loading into Opencast class.
  • Upgrade guzzlehttp/guzzle to 7.5.1