Skip to content

Releases: intergral/deep-java-client

1.2.0

06 Feb 15:33
f9f0573

Choose a tag to compare

What's Changed

  • feat(tracing): add initial tracing implementation by @Umaaz in #87
  • feat(traces): update trace support by @Umaaz in #91
  • feat(build): make cf tests run daily on changes by @Umaaz in #99
  • fix(spi): handle errors during SPI loading to ensure we do not break … by @Umaaz in #92
  • fix(license): update license check to use regex by @Umaaz in #94
  • fix(logging): update log config to remove junk logs by @Umaaz in #103
  • fix(span): fix otel support for spans by @Umaaz in #104
  • fix(otel): fix otel plugin metric support by @Umaaz in #102
  • fix(tracepoint logging): change tracepoint logger to use plugin system by @Umaaz in #106
  • chore(build): update CHANGELOG.md by @Umaaz in #107
  • chore(update): update deep proto to 1.0.4 by @Umaaz in #95
  • [Snyk] Upgrade io.grpc:grpc-context from 1.60.1 to 1.61.0 by @Umaaz in #101
  • [Snyk] Upgrade io.grpc:grpc-stub from 1.60.0 to 1.60.1 by @Umaaz in #98
  • [Snyk] Upgrade net.bytebuddy:byte-buddy-agent from 1.14.10 to 1.14.11 by @Umaaz in #100

Full Changelog: 1.1.4...1.2.0

1.1.4

15 Dec 19:39
b5f8478

Choose a tag to compare

What's Changed

  • fix(docs): make doc check fail on warnings by @Umaaz in #82
  • fix(docs): update docs build by @Umaaz in #83
  • feat(plugin): add new api for plugin registration in api by @Umaaz in #84

Full Changelog: 1.1.3...1.1.4

1.1.3

15 Dec 11:47
78a8f92

Choose a tag to compare

What's Changed

  • feat(logging): initial implementation of tracepoint logging by @Umaaz in #58
  • feat(plugins): change the way plugins are loaded by @Umaaz in #77
  • chore(deps): bump io.netty:netty-codec-http2 from 4.1.98.Final to 4.1.100.Final by @dependabot in #78
  • feat(metrics): initial work for metric tracepoints by @Umaaz in #74
  • fix(example): fix compile issue in example by @Umaaz in #79
  • fix(build): try a different release asset action by @Umaaz in #81
  • [Snyk] Upgrade net.bytebuddy:byte-buddy-agent from 1.14.7 to 1.14.9 by @Umaaz in #63
  • [Snyk] Upgrade io.grpc:grpc-stub from 1.57.0 to 1.58.0 by @Umaaz in #64
  • [Snyk] Upgrade io.netty:netty-tcnative-boringssl-static from 2.0.51.Final to 2.0.62.Final by @Umaaz in #65
  • [Snyk] Upgrade io.grpc:grpc-netty from 1.58.0 to 1.59.0 by @Umaaz in #69
  • [Snyk] Upgrade org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 by @Umaaz in #71
  • [Snyk] Security upgrade io.grpc:grpc-netty from 1.59.0 to 1.60.0 by @Umaaz in #72
  • [Snyk] Upgrade net.bytebuddy:byte-buddy-agent from 1.14.9 to 1.14.10 by @Umaaz in #75

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2

29 Sep 15:15
0931cf8

Choose a tag to compare

What's Changed

  • fix(build): change mvn dep graph to run only on master by @Umaaz in #45
  • change(version): Override grpc-netty dependencies to remove CVE by @LMarkie in #44
  • fix(build): update build to ensure agent is built for cf-tests by @Umaaz in #55
  • [Snyk] Upgrade net.bytebuddy:byte-buddy-agent from 1.14.4 to 1.14.7 by @Umaaz in #43

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

25 Sep 15:03
77a9996

Choose a tag to compare

What's Changed

  • change(reflection): reduce duplicate reflection code and proxy style by @Umaaz in #34
  • [Snyk] Fix for 1 vulnerabilities by @Umaaz in #35
  • [Snyk] Upgrade org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 by @Umaaz in #38

Full Changelog: 1.1.0...1.1.1

1.1.0

06 Sep 13:42
6e939ea

Choose a tag to compare

What's Changed

  • chore(tests): add unit tests for agent by @Umaaz in #10
  • chore(lint): correct test errors by @Umaaz in #11
  • chore(build): include bytebuddy in deep build by @Umaaz in #12
  • chore(build): fix doc generation by @Umaaz in #13
  • chore(build): change docs to use latest build output by @Umaaz in #14
  • fix(class): fix issue where getShortName would cause class loading by @Umaaz in #24
  • change(plugins): allow plugins to provide resource by @Umaaz in #23
  • change(api): move some api types to different modules by @Umaaz in #16
  • change(build): add precommit stage in makefile to run all precommit checks by @Umaaz in #25
  • change(build): make agent usable as library by @Umaaz in #27
  • change(package): fix cf plugin package name by @Umaaz in #29
  • change(package): include a unshaded version of the agent in the deploy by @Umaaz in #30

Full Changelog: 1.0.5...1.1.0

1.0.5

03 Aug 15:26
0dda44c

Choose a tag to compare

What's Changed

  • fix(loader): fix case where jarpath is not set by @Umaaz in #8
  • feat(plugins): allow plugins to act as auth providers by @Umaaz in #9

Full Changelog: 1.0.4...1.0.5

1.0.4

27 Jun 10:30
6ebf7aa

Choose a tag to compare

What's Changed

  • feat(evaluator): make evaluators lazy by @Umaaz in #6
  • Improve Dev by @Umaaz in #5
  • feat(start): change start up to await deep start by @Umaaz in #7
  • feat(api): add tracepoint create apis by @Umaaz in #7
  • feat(api): add plugin registration api by @Umaaz in #7
  • feat(docs): improve java docs on plugin api types by @Umaaz in #7
  • feat(examples): improve examples to show api features by @Umaaz in #7
  • Support use within FusionReactor by @Umaaz in #7

Full Changelog: 1.0.3...1.0.4

1.0.3

26 Jun 14:54
6d4e265

Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

22 Jun 12:01
c2e49e8

Choose a tag to compare

What's Changed

  • chore(build): fix release to include deep module by @Umaaz in #2

New Contributors

  • @Umaaz made their first contribution in #2

Full Changelog: 1.0.1...1.0.2