Skip to content

v1.0.14

Choose a tag to compare

@rogermb rogermb released this 29 Mar 19:43
· 148 commits to master since this release

Noteworthy changes in this release

  • Improved reconnect subsystem
  • Improved command throughput when FloodRate.UNLIMITED is selected
  • Added API methods for file transfers
  • Moved build repository to maven central
    • You no longer need to include the <repository> section in your pom.xml file.
  • JavaDocs can now be read on javadoc.io
  • Various bugfixes and small improvements

Get this release

Maven:

<dependency>
    <groupId>com.github.theholywaffle</groupId>
    <artifactId>teamspeak3-api</artifactId>
    <version>1.0.14</version>
</dependency>

Gradle:

compile group: 'com.github.theholywaffle', name: 'teamspeak3-api', version: '1.0.14'