Skip to content

Releases: Jericho/ZoomNet

0.55.0

23 Dec 16:04
Compare
Choose a tag to compare

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

14 Dec 18:25
Compare
Choose a tag to compare

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

22 Nov 23:20
Compare
Choose a tag to compare

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

27 Oct 14:54
Compare
Choose a tag to compare

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

0.51.1

26 Sep 18:21
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Enhancements

  • #239 Verify webhook events
  • #241 NotSupportedException in .NET 7

0.50.0

24 Aug 18:27
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #237 Get Meeting Participants error

0.49.0

16 Aug 17:56
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #235 Users.GetCurrentAsync throws error if user has a phone number but no label Bug (part 2)

0.48.0

15 Aug 18:30
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #234 Users.GetCurrentAsync throws error if user has a phone number but no label

0.47.0

03 Aug 13:55
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #231 Getting past meeting API reveals Meeting class instead of PastMeeting

0.46.0

16 Jul 15:26
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Bug

  • #229 meeting.participant_joined event join_time property

Enhancement

  • #228 MeetingParticipantJoinedEvent deserialization issue