Skip to content

Releases: lucidsoftware/opentracing-playframework

Version 0.13

26 Apr 23:10
70e137c
Compare
Choose a tag to compare
Removed support for Play 2.3 and Scala 2.10
Added ActionBuilder for Actions that execute the blocks in a context
with a Span set.

0.11 Release

19 Apr 20:44
Compare
Choose a tag to compare
Fix github deploy key

0.9

13 Mar 07:18
Compare
Choose a tag to compare
0.9
Adjust tagging

0.8

10 Mar 15:27
Compare
Choose a tag to compare
0.8
Dedup HTT_URL info

0.7

09 Mar 20:23
Compare
Choose a tag to compare
0.7
Oracle JDK 8 in Travis

0.6

25 Feb 04:15
Compare
Choose a tag to compare
0.6
Fix span management

0.5: Do not set port, as opentracing treats it as a short.

17 Feb 04:09
Compare
Choose a tag to compare
Java Shorts are signed, thus they can only contain half of all available
ports. Entirely possible I'm missing something, but it seems like any port
above 32767 causes an error. I will open an issue with the opentracing
folks to discuss.

0.4

10 Feb 18:33
Compare
Choose a tag to compare
0.4
Fix globaltracer version

0.3

02 Feb 21:17
Compare
Choose a tag to compare
0.3
Add IP addresses and other improvements

0.2

26 Jan 10:45
Compare
Choose a tag to compare
0.2
Ignore errors when extracting spans from headers