Skip to content

Releases: DuetHealth/Kumo

Cloud Atlas

31 Mar 13:50
a6d149b

Choose a tag to compare

Kumo uses actors now for some functionality.

2.3.0

12 Sep 15:24
997c5c4

Choose a tag to compare

Adds support for Xcode 14

2.2.3

09 Aug 20:32
14fab17

Choose a tag to compare

Added invalidation queue for safer session invalidation

2.2.2

28 Jul 14:39
2f4acc0

Choose a tag to compare

Added A/B Testing support

2.2.1

12 Jul 14:24
ce035d4

Choose a tag to compare

Fixes intermittent crashes around authentication

2.2.0

08 Apr 12:26
52b1f2d

Choose a tag to compare

Added the OperationQueue parameter into the Service to make it configurable.

2.1.0

01 Oct 12:18
1d7f542

Choose a tag to compare

Added KumoLogger protocol to log requests, responses, response bodies, decoding, and any errors inside of Kumo.

2.0.0

03 Sep 18:13
fb0a030

Choose a tag to compare

  • Adds documentation to all of the Kumo target.
  • Adds synonymous HTTP.Request methods for uploading.
  • Replaces the murmur3_32 digest for caching with SHA 256 and allows the method of cache path resolution to be set.
  • Fixes a bug with determining whether a cached file is expired.
  • Fixes a bug where the encoding of some parts of multipart form data used UTF-8 instead of the passed in encoding.
  • Hides internal types that are required to be public.

1.0.0

19 Oct 17:54
03dc816

Choose a tag to compare

  • Migrated from RxSwift to Combine
  • Deleted previously deprecated functionality

Moved Coding Logic into separate framework

14 Apr 12:54
eb84581

Choose a tag to compare

Split networking from coding

• Moved all the source files for both targets into Sources/Kumo and Sources/KumoCoding
• Updated the Package managers targets, Swift and Cocoapods
• Added macOS and tvOS targets

Thanks to @jay18001 for the contribution!