This repository was archived by the owner on Oct 28, 2025. It is now read-only.
Releases: RaiderRobotix/blue-alliance-api-java-library
Releases · RaiderRobotix/blue-alliance-api-java-library
Assign default values in constructors of classes that use inheritance.
Assign default values in constructors of classes that use inheritance (Match and Team).
3.0 - 2020 Season 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
2.0 - 2019 season update
Changelog
- Added Destination: Deep Space match score detail retrieval, in accordance with the FRC Events API documentation
- Details for data retrieval within this client library is found in the
MatchScoreBreakdown2019Allianceclass documentation. - Please note that this JAR release no longer supports 2018 match score breakdowns. Please use the latest 2018 JAR release for this. A PR with a better solution would be appreciated!
- Details for data retrieval within this client library is found in the
- Fixed an error with deserializing district ranking data (thanks Team 6800!)
1.2 - Add 2018 score breakdown model
Refer to the models described by The Blue Alliance or the Javadoc for more detail.
1.11 - Fixes to event requests
Changelog
- Fixed an issue in
EventRequestwheregetSimpleEvent,getEvents, andgetSimpleEventswould not function as expected
1.1 - Add event requests
Changelog
- Added individual
EventandSimpleEventrequests by event key inEventRequest
Note that Gson is needed to use this compiled JAR file.
1.0 - Initial Release
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