Releases: Jericho/ZoomNet
Releases · Jericho/ZoomNet
0.60.0
As part of this release we had 1 issue closed.
Enhancement
- #284 Add support for webinar participants report
0.59.1
As part of this release we had 1 issue closed.
Bug
- #279 IEnumerable not provided to TypeInfoResolver
0.59.0
As part of this release we had 6 issues closed.
Breaking Change
- #271 WebSocket client should accept IConnectionInfo
Enhancements
- #184 Perform batch registration
- #265 Add a method to create a meeting template from an existing meeting
- #270 Ambiguous OAuthConnectionInfo constructors
- #275 Add ability to specify
token_index
when configuring OAuthConnectionInfo
- #276 Add Zoom Phone "Get user's call logs" API support
0.58.0
As part of this release we had 3 issues closed.
Bug
- #267 Users.GetSettingsAsync throws a region enumeration error
Enhancements
- #263 Add method for getting a meeting's join token for local recording
- #264 Add a method to recover a deleted meeting
0.57.0
As part of this release we had 2 issues closed.
Enhancements
- #242 WebSocket events
- #262 CloudRecordings.DownloadFileAsync will no longer work in February 2023
0.56.0
As part of this release we had 2 issues closed.
Bug
- #260 Exception when calling Users.UpdateAsync and specifying a user type
Enhancement
- #258 Add support for active/inactive host reports
0.55.0
As part of this release we had 3 issues closed.
Bug
- #257 No longer able to send files to a channel
Enhancements
- #225 Add support for the Get Meetings Report
- #240 Validate your webhook endpoint
0.54.0
As part of this release we had 3 issues closed.
Breaking Change
- #238 Add .NET 7 and drop .NET 5
Enhancements
- #252 User update method does not allow custom attributes
- #253 OAuthConnectionInfo has partial support for RefreshToken only construction
0.53.0
As part of this release we had 2 issues closed.
Breaking Change
- #247 Logic to verify webhooks should be on IWebhookParser interface
Bug
- #248 The IJsonTypeInfoResolver returned a JsonTypeInfo instance whose JsonSerializerOptions setting does not match the provided argument
0.52.0
As part of this release we had 4 issues closed.
Breaking Change
- #245
MeetingUpdated.ModifiedFields
includes unmodified fields when parsing webhook event
Bug
- #246 Add missing RecordingContentType enum values
Enhancements
- #243 OAuth token handler should use FormUrlEncodedContent rather than querystring parameters
- #244 Support PKCE for
authorization_code
grant_type