Releases: DuetHealth/Kumo
Releases · DuetHealth/Kumo
Cloud Atlas
31 Mar 13:50
Compare
Sorry, something went wrong.
No results found
Kumo uses actors now for some functionality.
2.3.0
12 Sep 15:24
Compare
Sorry, something went wrong.
No results found
Adds support for Xcode 14
2.2.3
09 Aug 20:32
Compare
Sorry, something went wrong.
No results found
Added invalidation queue for safer session invalidation
2.2.2
28 Jul 14:39
Compare
Sorry, something went wrong.
No results found
Added A/B Testing support
2.2.1
12 Jul 14:24
Compare
Sorry, something went wrong.
No results found
Fixes intermittent crashes around authentication
2.2.0
08 Apr 12:26
Compare
Sorry, something went wrong.
No results found
Added the OperationQueue parameter into the Service to make it configurable.
2.1.0
01 Oct 12:18
Compare
Sorry, something went wrong.
No results found
Added KumoLogger protocol to log requests, responses, response bodies, decoding, and any errors inside of Kumo.
2.0.0
03 Sep 18:13
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Migrated from RxSwift to Combine
Deleted previously deprecated functionality
Moved Coding Logic into separate framework
14 Apr 12:54
Compare
Sorry, something went wrong.
No results found
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!