Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Releases: RaiderRobotix/blue-alliance-api-java-library

Assign default values in constructors of classes that use inheritance.

23 Feb 19:12
ab34fb7

Choose a tag to compare

Assign default values in constructors of classes that use inheritance (Match and Team).

3.0 - 2020 Season Release

16 Feb 02:11

Choose a tag to compare

Pre-release
  • BREAKING CHANGE
    • As many property names have underscores, they are NO LONGER STRIPPED OUT
    • Getters are now autogenerated using lombok
  • 2020 Match score breakdown added.
  • JAR release are no longer published, add our maven dependency instead!
    • Maven remote URL: https://jitpack.io
    • Dependency ID: 'com.github.RaiderRobotix:blue-alliance-api-java-library:3.0.0'.
    • All JVM build tool have ways to add dependencies, lookup specific instructions for gradle, maven, lein etc.

2.1 - Ranking model fixes

01 Apr 13:22

Choose a tag to compare

Changelog

  • Fixed an error with deserializing event rankings of teams

2.0 - 2019 season update

25 Feb 06:37
281ed1e

Choose a tag to compare

Changelog

1.2 - Add 2018 score breakdown model

03 Mar 16:31

Choose a tag to compare

Refer to the models described by The Blue Alliance or the Javadoc for more detail.

1.11 - Fixes to event requests

11 Feb 16:39
8a5b54e

Choose a tag to compare

Changelog

  • Fixed an issue in EventRequest where getSimpleEvent, getEvents, and getSimpleEvents would not function as expected

1.1 - Add event requests

08 Jul 04:13

Choose a tag to compare

Changelog

  • Added individual Event and SimpleEvent requests by event key in EventRequest

Note that Gson is needed to use this compiled JAR file.

1.0 - Initial Release

30 Jun 21:11

Choose a tag to compare

Initial Release

  • Methods for nearly all calls in The Blue Alliance API v3 Documentation
  • Missing yearly score insights, predictions, and match score breakdowns
  • Javadoc for existing methods fully complete