Releases: cwmiller/broadworks-connector-net
Releases · cwmiller/broadworks-connector-net
4.1.0
Added
- Added missing
GroupAnnouncementFileLocationGetRequest
and UserAnnouncementFileLocationGetRequest
requests.
4.0.0
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
Changed
- Updated all models using
Rel_2022_08_1_350
schema files.
2.1.3
Fixed
- Fixed response type for
GroupCallCenterStrandedCallUnavailableGetRequest20
request
2.1.2
Fixed
- Fixed issue where
Validator
was not validating parent properties inherited by sub-classes.
2.1.1
Fixed
- Fixed issue where
ErrorResponseException
and LoginException
were not being thrown on error.
2.1.0
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
Fixed
- Fixed exception being thrown by
Validator
when a nillable property was set to null.
2.0.0
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
Fixed
- Fixed exception being thrown by
Validator
when a nillable property was set to null.