Skip to content

Releases: awslabs/aws-crt-java

Stress test fixes and dependency updates

23 Aug 21:54
Compare
Choose a tag to compare
v0.3.16

Update Dependency Versions (#80)

TLS CA store fixes

13 Aug 21:52
Compare
Choose a tag to compare
TLS CA store fixes Pre-release
Pre-release
v0.3.15

Bump aws-c-io to version with Cert CA Loading Fix (#76)

Added HTTP connection manager

12 Aug 16:35
Compare
Choose a tag to compare
Pre-release
Use ConnectionManager for all Http Connections (#75)

* Use ConnectionManager for all Http Connections

* Change Default Max Conns to 2

* Remove Http Request/Response Buffering Logic

* Update aws-c-io Version

Added encryption cipher selection API

05 Aug 18:10
Compare
Choose a tag to compare
Pre-release
 Add Java TLS Cipher API  (#74)

* Add TLS Cipher API

* Update Dependencies to use PostQuantum Compatible Versions

Performance improvement for large file transfers

22 Jul 20:36
Compare
Choose a tag to compare
Buffer Http Response Body in Native to reduce Java GC (#72)

* Buffer Http Response Body in Native to reduce Java GC

Linux libcrypto fixes

15 Jul 17:02
c2c8d04
Compare
Choose a tag to compare
Linux libcrypto fixes Pre-release
Pre-release
v0.3.11

Fixed incorrect usage of BUILD_SHARED_LIBS and pointed S2N at private…

Fixed libcrypto dependency on Linux

20 Jun 20:23
a505d4a
Compare
Choose a tag to compare
Pre-release
Statically link libcrypto on s2n platforms (#66)

* Statically link libcrypto on s2n platforms

* manual find_library, we need the static lib always

Additional windows fixes

17 Jun 20:46
1e45c93
Compare
Choose a tag to compare
Pre-release
v0.3.8

Windows compile fix (#64)

Windows Fixes

17 Jun 17:30
9e22b13
Compare
Choose a tag to compare
Windows Fixes Pre-release
Pre-release
Fixing windows CI/CD, and windows compile fixes (#62)

* removed the need for functional conditionals in pom.xml in CI/CD for now

* vs_cmake should fail if cmake fails

* Upgraded aws-c-common to v0.3.13 to get compile fixes

* Windows compile fixes

* compile fixes for 32-bit

* Updated aws-c-compression to v0.2.2

IO and PKI fixes

14 Jun 00:49
931ea0f
Compare
Choose a tag to compare
IO and PKI fixes Pre-release
Pre-release
Updated aws-c-io to v0.3.12, gets darwin/windows fixes (#61)

* Updated aws-c-io to v0.3.12, gets darwin/windows fixes

* Update travis config to use java language image and removed homebrew shenanigans

* Updated aws-c-io to get PKI fix