@@ -4,14 +4,16 @@ This project aims to adhere to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ 3.4.1]
6
6
### Added
7
- - [ Updated] ( https://github.com/joyent/java-manta/pull/527 ) where
8
- ` ChainedConfigContext ` would "forget" that ` mantaKeyPath ` was set
9
- by a ` DefaultConfigContext `
10
- - [ Updated] ( https://github.com/joyent/java-manta/pull/512 ) ` AuthAwareConfigContext ` with missing configuration parameters and exposed
11
- client configuration parameters like ` MANTA_DOWNLOAD_CONTINUATIONS_KEY ` and ` MANTA_CONTENT_TYPE_DETECTION_ENABLED_KEY `
12
- using ` MetricReporterSupplier ` .
7
+ - [ Updated] ( https://github.com/joyent/java-manta/pull/527 ) where ` ChainedConfigContext ` would "forget" that
8
+ ` mantaKeyPath ` was set by a ` DefaultConfigContext ` .
9
+ - [ Introduced] ( https://github.com/joyent/java-manta/pull/507 ) new test group Definitions error, seekable, etc
10
+ and subsequently eliminated redundant test runs. Added test-configuration parameter ` it.dryRun ` for
11
+ integration-test run simulations within the SDK test-suite.
12
+ - [ Updated] ( https://github.com/joyent/java-manta/pull/512 ) ` AuthAwareConfigContext ` with missing configuration parameters
13
+ and exposed client configuration parameters like ` MANTA_DOWNLOAD_CONTINUATIONS_KEY ` and
14
+ ` MANTA_CONTENT_TYPE_DETECTION_ENABLED_KEY ` using ` MetricReporterSupplier ` .
13
15
- Added ` MANTA_TLS_INSECURE ` to allow disabling TLS certificate verification in
14
- certain test environmnts . Not intended to be used in porduction .
16
+ certain test environments . Not intended to be used in production .
15
17
- Updated ` MantaErrorCode ` Enum Values, mapping more errors from Manta components including muskie, mahi,
16
18
moray, electric-moray, piranha and marlin. Deprecated errors with invalid rest codes and removed undefined
17
19
Manta Errors in the SDK.
@@ -25,7 +27,15 @@ This project aims to adhere to [Semantic Versioning](http://semver.org/).
25
27
- Copyright Header updates for files that have been modified recently within the Client Java SDK.
26
28
### Fixed
27
29
- [ Specifying key content will conflict with the default key path] ( https://github.com/joyent/java-manta/issues/116 )
30
+ - [ Directory-maven-plugin and maven-assembly-plugin not marked as thread-safe] ( https://github.com/joyent/java-manta/issues/531 )
31
+ - [ MantaClientDirectoriesIT.pruneParentDirectoriesFull fails at certain use-cases] ( https://github.com/joyent/java-manta/issues/542 )
32
+ - [ Configuration Params Missing in AuthAwareConfigContext] ( https://github.com/joyent/java-manta/issues/511 )
33
+ - [ MantaClientSigningIT presumes HTTP header case] ( https://github.com/joyent/java-manta/issues/549 )
34
+ - [ Testng encryptionCipher seems innocuous] ( https://github.com/joyent/java-manta/issues/336 )
28
35
- [ Standardize .equals() and .hashCode() behaviour] ( https://github.com/joyent/java-manta/issues/477 )
36
+ - [ References to org.apache.http.* in integration tests are causing test failures] ( https://github.com/joyent/java-manta/issues/537 )
37
+ - [ TLS Cert import documentation is missing steps] ( https://github.com/joyent/java-manta/issues/513 )
38
+ - [ MantaVersion.DATE has become hard coded] ( https://github.com/joyent/java-manta/issues/482 )
29
39
- [ Review correctness of integer division in floating point context] ( https://github.com/joyent/java-manta/issues/479 )
30
40
- [ Integration tests structured better to support accounts having SnapLinks disabled] ( https://github.com/joyent/java-manta/issues/480 )
31
41
- [ NoApiServersAvailable is not present in MantaErrorCode enums] ( https://github.com/joyent/java-manta/issues/470 )
0 commit comments