Releases: skadistats/clarity
Releases · skadistats/clarity
2.1
2.0
1.3
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.