Skip to content

Releases: renatoathaydes/jgrab

v2.1.0

01 May 16:23
Compare
Choose a tag to compare
  • require token to accept requests in daemon.
  • save dependencies cache periodically (1 hour intervals).
  • better handling of errors and daemon management.

v2.0.0

28 Apr 16:18
Compare
Choose a tag to compare

Changed

  • Minimum required Java version changed from 8 to 11.
  • Replaced Apache Ivy with JBuild for resolving Maven dependencies.
  • Consider Maven local repository (before trying Maven Central) to resolve dependencies.
  • No longer use JCenter to resolve dependencies.
  • Use JGRAB_HOME env var to find JGrab home if available, otherwise default to $HOME/.jgrab/.
  • Cache resolved classpaths on JGrab Home (not using Ivy repository anymore).
  • Cache ClassLoader for resolve classpaths in memory.
  • No longer allow applications to access the JGrab's own ClassLoader.
  • Better parsing of CLI options and error reporting.
  • Embed JGrab jar in jgrab-client so binary is self-contained.

v0.6.0

16 May 19:55
Compare
Choose a tag to compare
First public release of the JGrab Rust Client