Skip to content

Releases: omnigage/omnigage-sdk-dotnet

1.4.0

16 Feb 23:50
b7a8d23
Compare
Choose a tag to compare

Added

  • Added support for Voice Link engagements
  • Added TextVoice and EmailVoice kinds to Activity resource
  • Added CallBackPhoneNumber, EmailMessage, and VoiceTemplate to Activity resource
  • Added test coverage
  • Updated GitHub workflow

1.3.0

29 Dec 18:33
Compare
Choose a tag to compare

Added

  • Add support to OmnigageClient.Init for JWT tokens
  • Refactored AuthContext to support both Basic and JWT authentication
  • Added unit test coverage for JWT tokens
  • Updated NuGet packages

1.2.0

14 Jul 20:44
Compare
Choose a tag to compare

Added

  • Added ValidationException when API returns a 400 and unit test coverage
  • Added AuthException when API returns a 401 and unit test coverage
  • Refactored Client.SendClientRequest to use RequestHandler and ResponseHandler
  • Added support for targeting .NET Framework 4.6.1

1.1.1

10 Jul 22:43
Compare
Choose a tag to compare
  • Corrected issue with trigger serializing default values impacting validation
  • Updated VCR cassette for engagement voice integration test

1.1.0

10 Jul 21:31
e2cd94b
Compare
Choose a tag to compare
  • Added support for the following resources: calls, conferences, emails, email-messages, email-templates, phone-numbers, texts, text-messages, text-templates
  • Expanded engagements to support email and text blasts
  • Simplified client configuration
  • Added integration tests
  • Expanded unit tests

1.0.0

24 Jun 22:28
Compare
Choose a tag to compare
  • Authentication class
  • Resource classes including voice template, engagement, activity, trigger, envelope, and upload
  • Utilities including adapter abstract for serialization and request handling
  • Initial scope focused around engagement creation for voice activities