Skip to content

Release v1.7.0

Compare
Choose a tag to compare
@bparmar-splunk bparmar-splunk released this 29 Jul 05:39
· 139 commits to master since this release
87368b5

Known Issues

  • Users encountering > Could not resolve com.splunk:splunk:1.7.0. > inconsistent module metadata found. Descriptor: com.splunk:splunk:1.7.1 Errors: bad version: expected='1.7.0' found='1.7.1' should upgrade to 1.7.1 as we work through the new maven setup for the SDK

New Features and APIs

  • Added Credits.md file along with licences.
  • Improved TLS implementation as default behavior and turned on hostname verification for all hosts.

Minor changes

  • Replaced Travis CI with Github actions.
  • Fixed Javadoc generation while project packaging.
  • Fixed breaking change of Index.getMaxHotBuckets() method behavior to return as String instead of int.
  • SDK build is migrated from ant build tool to maven build tool.
    • Dependencies directory for ant build is removed and maven dependencies are added using pom.xml.
    • Dependencies are upgraded to its LTS version.
    • Project structure is re-organized with respect to Maven.