Skip to content

Releases: cloudshiftinc/codeartifact-gradle-plugin

v1.2.0

24 Apr 00:32
Compare
Choose a tag to compare

This release adds HTTP/2 and compression support.

All CodeArtifact communication (direct, or via a CDN) now uses the OkHttp client for communication, negotiating HTTP/2 and allowing for compression of responses (for compressible types, such as Gradle module metadata and POM files).

When combined with the CDN/proxy feature the speedup for artifact downloads can be 50%+ (with higher improvements where the network distance/latency from CodeArtifact is greater).