Skip to content

Commit 74fd7f3

Browse files
committed
Changelog update for 3.1.7
1 parent 147b5ca commit 74fd7f3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project aims to adhere to [Semantic Versioning](http://semver.org/).
44

5-
## [3.1.x]
5+
## [3.1.7] - 2017-11-29
6+
### Added
7+
- [Recursive directory creation](https://github.com/joyent/java-manta/issues/371)
8+
can now attempt to skip a configurable number of levels in order to avoid redundant `PUT` requests. See
9+
`manta.skip_directory_depth` / `MANTA_SKIP_DIRECTORY_DEPTH` in the configuration documentation for an explanation
10+
of how the optimization can be enabled.
11+
12+
## [3.1.6] - 2017-08-15
613
### Fixed
714
- Potential file corruption caused by automatic retries as a result of
815
[503 responses](https://github.com/joyent/java-manta/issues/295)

0 commit comments

Comments
 (0)