Sourced from getrandom's changelog.
[0.2.9] - 2023-04-03
Added
- AIX support #282
getrandom_uninit
function #291wasm64-unknown-unknown
support #303- tvOS and watchOS support #317
- QNX/nto support #325
- Support for
getrandom
syscall on NetBSD ≥ 10.0 #331RtlGenRandom
fallback for non-UWP Windows #337Breaking Changes
- Update MSRV to 1.36 #291
Fixed
- Solaris/OpenBSD/Dragonfly build #301
Changed
- Update MSRV to 1.36 #291
- Use getentropy on Emscripten #307
- Solaris: consistantly use
/dev/random
source #310- Move 3ds selection above rdrand/js/custom fallback #312
- Remove buffer zeroing from Node.js implementation #315
- Use
open
instead ofopen64
#326- Remove #cfg from bsd_arandom.rs #332
- Hermit: use
sys_read_entropy
syscall #333- Eliminate potential panic in sys_fill_exact #334
- rdrand: Remove checking for 0 and !0 and instead check CPU family and do a self-test #335
- Move
__getrandom_custom
definition into a const block #344- Switch the custom backend to Rust ABI #347
#282: rust-random/getrandom#282 #291: rust-random/getrandom#291 #301: rust-random/getrandom#301 #303: rust-random/getrandom#303 #307: rust-random/getrandom#307 #310: rust-random/getrandom#310 #312: rust-random/getrandom#312 #315: rust-random/getrandom#315 #317: rust-random/getrandom#317 #325: rust-random/getrandom#325 #326: rust-random/getrandom#326 #331: rust-random/getrandom#331 #332: rust-random/getrandom#332 #333: rust-random/getrandom#333 #334: rust-random/getrandom#334 #335: rust-random/getrandom#335 #337: rust-random/getrandom#337 #344: rust-random/getrandom#344 #347: rust-random/getrandom#347
abe7ef3
Release v0.2.9 (#354)03defac
ci: use minimal permissions for Github Actions (#351)8eb9c2d
Merge pull request #350 from rust-random/android5042b09
Update wasm-pack6cd1a12
Disable cross build/tests on Android41cc07a
Switch the custom backend to Rust ABI (#347)2f9989f
Move __getrandom_custom definition into a const block (#344)75252bc
ci: Fix the fuchsia tests (#343)41b8981
Allow Edge tests to fail (#339)74a2021
ci: Don't use rust-cache for Cross Build/Link (#338)