You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,16 @@
4
4
5
5
### New Features and APIs
6
6
* 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)).
8
8
9
9
### Minor changes
10
10
* 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.
12
13
* SDK build is migrated from ant build tool to maven build tool (Github PR [#157](https://github.com/splunk/splunk-sdk-java/pull/157)).
13
14
* Dependencies directory for ant build is removed and maven dependencies are added using pom.xml.
14
15
* Dependencies are upgraded to its LTS version.
16
+
* Project structure is re-organized with respect to Maven.
0 commit comments