View entire changelog

Release 0.2.43

Jul 26, 2016

Maintenance

New Feature: The maximum size of files that you can upload for caching during builds has been fixed to 5G. The size is now bumped 20G by default on CircleCI Enterprise and customers can also override the default value to even larger size.

To override the default value, you need to run the following in a REPL of Service Box.

(settings/set {:max-file-cache-bytes <max-size-by-bytes>})

To unset the overridden value and use default, run the following.

(settings/unset! [:max-file-cache-bytes])

>Previous changes

Jul 26, 2016

Jul 26, 2016

Release 0.2.44    

Jul 14, 2016

Jul 14, 2016

Release 0.2.42