Skip to content

Latest commit

 

History

History
104 lines (70 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

104 lines (70 loc) · 3.15 KB
  • add support for PHP 8
  • add hmacValid to verify a webhook call genuinely originated from Cronofy #111
  • add support for recurrence key on upsertEvent (this is currently pre-release and not generally available yet)
  • add AvailablePeriod create, read, delete and bulkDelete #105 #106
  • add support for empty descriptions #103
  • add support for subscriptions on baseUpsertEvent #104
  • add support for the Batch endpoint #97
  • add description for HTTP 429 (Too many requests) responses
  • add an SDK-dev script for manually testing the SDK against the API
  • add missing exception use #86
  • add support for provider_name to conferencingServiceAuthorization() #94
  • add conferencingServiceAuthorization()
  • support revoking subs
  • less restrictive options for conferencing
  • add requestElementToken()
  • add color support to upsertEvent
  • allow serialization of booleans in params
  • disable libcurl verbose output
  • add support for provider_name on getAuthorizationURL()
  • add support for Conferencing Services
  • documentation updates for v1 release
  • namespacing and updated naming #33
  • cancel_smart_invite recipients #32