Releases: roc-streaming/roc-java
Releases · roc-streaming/roc-java
v0.3.0
Highlighted changes
- Update to roc-toolkit 0.3.0 by @gavv in #137
- refactor Protocol enum by @ortex in #126
- Refinements in configs by @gavv in #133
Other changes
- generate enums via script by @ortex in #127
- Update README.md by @computerscienceiscool in #128
- Cosmetic update in README by @gavv in #130
- Build & CI fixes by @gavv in #132
- Extract HACKING.md, add AUTHORS.md by @gavv in #134
- ci: Hardening by @gavv in #135
- Spotless & minor fixes by @gavv in #136
- update codecov-action and add token by @ortex in #138
New Contributors
- @computerscienceiscool made their first contribution in #128
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
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
- @DieMass made their first contribution in #113
- @PoulasthaMukherjee made their first contribution in #115
Full Changelog: v0.1.1...v0.2.0