Skip to content

brave v3.0.0

Compare
Choose a tag to compare
@kristofa kristofa released this 20 Sep 13:44
· 1464 commits to master since this release

For a complete list of changes since brave 2.x, see also release notes for 3.0.0-alpha-1 and 3.0.0-rc-1.

Changes since 3.0.0-rc-1:

  • #93 : Bugfix for Spring ServletHandlerInterceptor
  • #94 : Spring ServletHandlerInterceptor documentation update
  • #96 : Introduce brave-web-servlet sub project which gives better exposure to servlet filter which was hidden in brave-jersey module before. It allows you to use this without Jersey dependencies and has some nice benefits versus Spring filter like can be read in #96
  • #98 : [Breaking] Drops annotation duration support. Duration support caused many issues in the Zipkin stack and was not fully supported. More background information can be found here.
  • SHA b40a5d6 : Zipkin span collector bugfix which caused flaky integration tests. All integration tests are enabled again.