Releases: awslabs/aws-crt-java
Releases · awslabs/aws-crt-java
JVM and s2n leak fixes, JNI validation in tests
v0.3.32 Fixed JVM local reference overflow/leaks, exception checks, s2n leaka…
Memory tracing optimizations, bug fixes
v0.3.31 Move check for invalid Status earlier in function (#108)
marked tls tests as network tests.
mark tls context options tests as network tests. (#109) * mark tls context options tests as network tests.
Update C binding versions, fix memory leaks, and crash.
v0.3.29 Bump versions (#107)
Added symbols to release build
v0.3.28 Set default build to RelWithDebInfo so symbols are available to memor…
Fixed memory leak, added memory tracing
Use -D"aws.crt.memory.tracing=true" to enable memory tracing
TLS cert/key/root buffer support
Also added PEM validation before passing to native, should help with diagnosing certificate formatting issues
v0.3.25
Experimental, new sonatype endpoint
v0.3.24
New CRT resource ref-counting approach
Allowed disabling network tests during unit tests.
v0.3.23 Network tests now check for the NETWORK_TESTS_DISABLED property and s…