Skip to content

Releases: ItsClemi/ews-managed-api

3.2.0

17 Feb 20:44
ec84bbf

Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

24 Jun 22:22
dec7696

Choose a tag to compare

What's Changed

  • fix autodiscover bug when using default credentials by @Aberlour in #30
  • More operations are now cancellable

New Contributors

Full Changelog: 3.0.0...3.1.0

3.0.0

12 May 23:22
76e145d

Choose a tag to compare

What's Changed

Breaking Changes

Cancelled operations no longer throw an EwsHttpClientException but forward the OperationCanceledException from the http-stream back to the caller. So no more exception unwrapping is required:

        try
        {
            _ = await Folder.Bind(service, WellKnownFolderName.Inbox, token);
        }
        catch (OperationCanceledException)
        {
            // <-- 
        }
  • The assembly is now signed

Other changes

  • A bug which caused a deadlock in StreamingSubscription.Close has been fixed (Thanks @PDarkTemplar)
  • Minor tweaks

Full Changelog: 2.4.0...3.0.0

2.4.0

13 Jan 10:02
0848ae3

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

12 Nov 21:08
a530894

Choose a tag to compare

What's Changed

Full Changelog: 2.2.1...2.3.0

2.2.1

24 Oct 22:08
3a8f698

Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

2.2.0

20 Jun 18:48
e0beee0

Choose a tag to compare

What's Changed

  • Removed http-client header instance sharing by @ItsClemi in #19

Full Changelog: 2.1.2...2.2.0

2.1.2

17 Jun 09:15
d20da47

Choose a tag to compare

  • Fixed ArgumentOutOfRangeException in ExchangeServiceBase.Timeout (#18)

Full Changelog: 2.1.1...2.1.2

2.1.1

18 May 00:34
2d40cdd

Choose a tag to compare

What's Changed

  • Merged booking item pr from office-dev/ews-managed-api by @ItsClemi in #17

Full Changelog: 2.1.0...2.1.1

2.1.0

18 May 00:10
7945660

Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0