File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ This project aims to adhere to [Semantic Versioning](http://semver.org/).
10
10
to response headers as ` x-load-balancer ` . The header will be injected into the response if it is not already present.
11
11
- Azul Systems' [ Zulu JDK] ( https://www.azul.com/products/zulu-and-zulu-enterprise/ )
12
12
has been [ added to the Travis-CI test matrix] ( https://github.com/joyent/java-manta/pull/382 ) .
13
+ - [ Recursive directory creation] ( https://github.com/joyent/java-manta/issues/371 )
14
+ can now attempt to skip a configurable number of levels in order to avoid redundant ` PUT ` requests. See
15
+ ` manta.skip_directory_depth ` / ` MANTA_SKIP_DIRECTORY_DEPTH ` in the configuration documentation for an explanation
16
+ of how the optimization can be enabled.
13
17
### Fixed
14
18
- [ Signing of URLs which need to be encoded] ( https://github.com/joyent/java-manta/issues/379 ) has been fixed.
15
19
- [ Java 9] ( https://github.com/joyent/java-manta/pull/382 ) compatibility improvements.
You can’t perform that action at this time.
0 commit comments