Skip to content

Commit ad95755

Browse files
ChangeLog.md modified with all changes
1 parent 5d4ec68 commit ad95755

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44

55
### New Features and APIs
66
* Added Credits.md file along with licences. (Github PR [#162](https://github.com/splunk/splunk-sdk-java/pull/162)).
7-
* Improved SSL/TLS implementation and hostname verification. (Github PR [#158](https://github.com/splunk/splunk-sdk-java/pull/158)).
7+
* Improved TLS implementation as default behavior and turned on hostname verification for all hosts. (Github PR [#158](https://github.com/splunk/splunk-sdk-java/pull/158)).
88

99
### Minor changes
1010
* Replaced Travis CI with Github actions (Github PR [#161](https://github.com/splunk/splunk-sdk-java/pull/161)).
11-
* Fixed Javadoc generation while packaging. (Github PR [#159](https://github.com/splunk/splunk-sdk-java/pull/159)).
11+
* Fixed Javadoc generation while project packaging. (Github PR [#159](https://github.com/splunk/splunk-sdk-java/pull/159)).
12+
* Fixed breaking change of **Index.getMaxHotBuckets()** method behavior to return as String instead of int.
1213
* SDK build is migrated from ant build tool to maven build tool (Github PR [#157](https://github.com/splunk/splunk-sdk-java/pull/157)).
1314
* Dependencies directory for ant build is removed and maven dependencies are added using pom.xml.
1415
* Dependencies are upgraded to its LTS version.
16+
* Project structure is re-organized with respect to Maven.
1517

1618
## Version 1.6.5
1719

0 commit comments

Comments
 (0)