Skip to content

Releases: roc-streaming/roc-java

v0.2.1

10 Jun 17:06
8df737b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Jun 18:11
Compare
Choose a tag to compare

Highlighted changes

  • Update to 0.2 by @ortex in #62
  • Rework error handling in JNI code by @gavv in #73
  • add jacoco plugin and test coverage report by @ortex in #67
  • Port JNI code from C++ to C by @gavv in #84
  • use jul logger by default by @ortex in #66
  • use lombok for config builders by @ortex in #114

Other changes

  • Cosmetic fixes in JNI code by @gavv in #64
  • add concurrency group to cancel previous runs by @ortex in #65
  • Fix logger test on recent libroc by @gavv in #69
  • Enable compile_commands.json generation by @gavv in #70
  • Use "int" for errors in JNI code by @gavv in #71
  • endpoint: increase test coverage by @ortex in #77
  • Rework checking for null enums in JNI by @gavv in #78
  • Simplify examples in README by @gavv in #80
  • Simplify versioning rules in README by @gavv in #79
  • add sender and receiver configs test by @ortex in #81
  • Cleanup JNI log handler by @gavv in #82
  • add codecov-badge by @ortex in #87
  • cAT test improvements by @gavv in #88
  • Refactor jni logger and cache log level class by @gavv in #89
  • Improve scripts by @ortex in #90
  • Update to actions/checkout@v3 by @gavv in #94
  • Rename classes by @ortex in #93
  • Arguments check by @ortex in #95
  • Cleanup scripts by @gavv in #96
  • Call RocLibrary.loadLibrary from Endpoint by @gavv in #99
  • Update "About Roc" section in README by @gavv in #100
  • Add missing field to testCreationAndDeinitializationWithFullConfig by @gavv in #102
  • Minor fixes by @gavv in #108
  • add notNegative check by @DieMass in #113
  • PR for issue #101: Remove getValue from all enums by @PoulasthaMukherjee in #115
  • remove getValue from Interface by @ortex in #117
  • Refine comments and validation for some config fields by @gavv in #118
  • Remove commented out code from gradle scripts by @gavv in #119
  • Refine fields validation and add tests by @gavv in #120
  • add debug logs; remove custom handler api by @ortex in #97
  • Update README.md by @gavv in #121

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

27 Feb 18:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Dec 19:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.1.0

v0.0.2

08 Sep 12:54
28102e3
Compare
Choose a tag to compare
Release aar to maven central (#39)

v0.0.1

12 Jul 09:52
Compare
Choose a tag to compare
use travis workspace