Skip to content

Releases: cwmiller/broadworks-connector-net

4.1.0

10 Nov 03:06
Compare
Choose a tag to compare

Added

  • Added missing GroupAnnouncementFileLocationGetRequest and UserAnnouncementFileLocationGetRequest requests.

4.0.0

31 Mar 22:31
Compare
Choose a tag to compare

Changed

  • Changed SoapTransport to utilize HttpClient rather than Service Model.
  • Updated dependencies

Fixed

  • Fixed issue where calling LoginAsync multiple times will lead to a lock that never releases.

3.0.0

27 Jan 17:31
Compare
Choose a tag to compare

Changed

  • Updated all models using Rel_2022_08_1_350 schema files.

2.1.3

30 Dec 15:23
Compare
Choose a tag to compare

Fixed

  • Fixed response type for GroupCallCenterStrandedCallUnavailableGetRequest20 request

2.1.2

31 May 23:18
Compare
Choose a tag to compare

Fixed

  • Fixed issue where Validator was not validating parent properties inherited by sub-classes.

2.1.1

23 Jan 01:19
Compare
Choose a tag to compare

Fixed

  • Fixed issue where ErrorResponseException and LoginException were not being thrown on error.

2.1.0

18 Dec 19:34
Compare
Choose a tag to compare

Changed

  • Adjusted models for TIII-81498 which adds customerId and secretKey fields to the Third-Party Emergency Calling service at SP/Ent/Group levels.

2.0.1

21 Nov 04:17
Compare
Choose a tag to compare

Fixed

  • Fixed exception being thrown by Validator when a nillable property was set to null.

2.0.0

21 Nov 01:14
Compare
Choose a tag to compare

Changed

  • CallAsync now infers the response type for a request instead of just returning the OCICommand base type.
  • CallAllAsync now returns a BatchResult object which can be iterated on like previously, but also has a Get method for retrieving the response for a specific request.
  • Exceptions occuring within TcpTransport are no longer caught and wrapped in BadResponseException.

Removed

  • All of the per-request methods have been removed in favor of using CallAsync for all requests.

Added

  • Added interface IOcipClient which OcipClient implements.

1.4.1

21 Nov 04:17
Compare
Choose a tag to compare

Fixed

  • Fixed exception being thrown by Validator when a nillable property was set to null.