·
18 commits
to main
since this release
Now supports bridgeless mode. Shoutout to @shirakaba for the contribution.
Major Changes
- Breaking change (iOS, Mac Catalyst): The boolean values
useNonce,usePCKE, andprefersEphemeralSessionare now handled correctly. Previously, they were all being interpreted asfalseregardless of their actual values, but now the intended (trueorfalse) value is correctly marshalled from JavaScript to native. To preserve behaviour from before this breaking change, explicitly set them all tofalse. (#1000)