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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.