Skip to content

v0.5.1 Release

Compare
Choose a tag to compare
@rohanshah18 rohanshah18 released this 02 Oct 18:35
· 99 commits to main since this release
1547a8a

Fixed: Dependency Cleanup and Compatibility Enhancement

In this release, we took steps to enhance compatibility and ensure optimal performance by addressing dependency-related concerns:

  • Updated the dependency for netty-tcnative-boringssl-static to version 2.0.61.Final, ensuring compatibility with gRPC v1.58.0.
  • Removed unnecessary dependencies.
  • Updated deprecated gradle method.

These changes effectively resolve the dependency version conflict, contributing to a cleaner and more streamlined dependency structure.

What's Changed

  • Update readme for outdated java-basic-mvn example by @rohanshah18 in #30
  • Update build.gradle file to fix dependency issues and improve testing by @rohanshah18 in #31

Full Changelog: v0.5.0...v0.5.1