Skip to content

Initial Coursier Support and Faster Credentials Lookup

Compare
Choose a tag to compare
@tpunder tpunder released this 07 Apr 17:16
· 111 commits to master since this release

The URLStreamHandler implementation for the s3:// protocol now implements the openConnection method which is used by Coursier for downloading dependencies. Previously the openConnection method wasn't implemented because it wasn't used by anything in SBT.

Also fixed some performance issues with the Role Based Credential Providers that were slowing down the lookup of Credentials when not using Role Based Credentials.