Skip to content

Commit c60c737

Browse files
author
Ashwin A Nair
committed
Updates on CHANGELOG.md & MantaVersion.java
1 parent 97347c1 commit c60c737

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ This project aims to adhere to [Semantic Versioning](http://semver.org/).
44

55
## [3.4.1]
66
### 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`.
1315
- 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.
1517
- Updated `MantaErrorCode` Enum Values, mapping more errors from Manta components including muskie, mahi,
1618
moray, electric-moray, piranha and marlin. Deprecated errors with invalid rest codes and removed undefined
1719
Manta Errors in the SDK.
@@ -25,7 +27,15 @@ This project aims to adhere to [Semantic Versioning](http://semver.org/).
2527
- Copyright Header updates for files that have been modified recently within the Client Java SDK.
2628
### Fixed
2729
- [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)
2835
- [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)
2939
- [Review correctness of integer division in floating point context](https://github.com/joyent/java-manta/issues/479)
3040
- [Integration tests structured better to support accounts having SnapLinks disabled](https://github.com/joyent/java-manta/issues/480)
3141
- [NoApiServersAvailable is not present in MantaErrorCode enums](https://github.com/joyent/java-manta/issues/470)

0 commit comments

Comments
 (0)