Skip to content

Commit bb894a2

Browse files
committed
Include directory creation optimization in changelog
1 parent a7b4590 commit bb894a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This project aims to adhere to [Semantic Versioning](http://semver.org/).
1010
to response headers as `x-load-balancer`. The header will be injected into the response if it is not already present.
1111
- Azul Systems' [Zulu JDK](https://www.azul.com/products/zulu-and-zulu-enterprise/)
1212
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.
1317
### Fixed
1418
- [Signing of URLs which need to be encoded](https://github.com/joyent/java-manta/issues/379) has been fixed.
1519
- [Java 9](https://github.com/joyent/java-manta/pull/382) compatibility improvements.

0 commit comments

Comments
 (0)