Skip to content

Releases: skadistats/clarity

2.1

25 Aug 17:43
Compare
Choose a tag to compare

A year after the release of Dota 2 Reborn, 2.1 is considered stable.

2.0

01 Aug 19:50
Compare
Choose a tag to compare
2.0

Ending the 2.0 beta, and starting to work on 2.1, which will include Source 2 support.

1.3

01 Aug 19:34
Compare
Choose a tag to compare
1.3

Work on compatibility to Source 2 forced my to move the protobuf definitions to another package yet again.
This release allows to use the latest clarity-protobuf.

The protobuf dependency has been updated to 2.6.1.

1.2

22 Mar 09:54
Compare
Choose a tag to compare
1.2

This is a maintainance release to allow clarity v1 to coexist nicely with v2.
For this, the protobuf classes have been factored out to a separate project (clarity-protobuf), which is used by v1 and v2.

Note that clarity-protobuf is depended on with a version tag of "LATEST", which will make it update automatically whenever I release a new version of the protobufs. If you don't want that, put an explicit dependency on the version you want into your pom.xml

Also note: I also moved the protobuf-classes to another package, so when you update to 1.2
you might have to adjust a lot of imports. A global search and replace from com.dota2.proto. to
skadistats.clarity.wire.proto. on your whole project should do the trick.

1.1

13 Dec 19:42
Compare
Choose a tag to compare
1.1

Released V1.1, because some interface breaking might occur soon.