You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release replaces a required reasoning API uses with alternatives that do not require any appβs privacy manifest updates for iOS/iPadOS/tvOS/watchOS apps.
Features
Reimplemented file metadata gathering without required reasoning APIs on Apple targets #297
Added Sink/Source integration with Apple's NSInputStream and NSOutputStream (#174)
Added extension functions integrating ByteString with Base64 and HexFormat APIs (#149)
Added extension functions to read and write floating point numbers (#167)
Extended filesystems support by adding functions to create and delete files and directories, check their existence,
perform atomic move, and get file size (#211, #214).
Also extended Path's API to request Path's parent and to get file's name (#206, #212).
Updated Kotlin version to 1.9.10
Bugfixes
Fixed undefined behavior in the ByteString's hashCode computation on native targets (#190)
Fixed compatibility issues with Android API 25 and below (#202)