Skip to content

Commit

Permalink
Update documentation to indicate version 2.0.2 is released.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofa committed Oct 10, 2013
1 parent 7b60aed commit 23a83b0
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 12 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ to get you up to speed on how you can implement brave in your own apps.

## Maven artifacts ##

Version 2.0.1 is available in Maven central. So you can simply add the dependencies you want
Version 2.0.2 is available in Maven central. So you can simply add the dependencies you want
to your pom.xml. You will need at least:


<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-impl</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>

For other dependencies see README.md files for sub modules.
Expand All @@ -86,12 +86,17 @@ Feel free to submit pull requests.
## Version history ##

Unfortunately I did not use [Semantic Versioning](http://semver.org) from the start.
The 2.x versions of brave are currently being extensively tested and will soon end up in
The 2.x.x versions of brave are currently being extensively tested and will soon end up in
production. However from now on I'll try to stick to Semantic Versioning when it comes to
bugfixing/ new functionality / backwards compatibility.
bug fixing / new functionality / backwards compatibility.

### 2.0.2-SNAPSHOT ###
### 2.0.3 ###

Nothing so far.

### 2.0.2 ###

* Done: `ZipkinSpanCollector`: Give the option to log error but not throw exception when connection with collector can't be set up during initialisation.
* Done: Make `ZipkinSpanCollector` more configurable. Allow configuration of queue size, batch size, nr of processing threads, socket time out.
* Done: Important bugfix in `ZipkinSpanCollector`. The processing thread(s) catch and log all exceptions to prevent they end prematurely.
* Done: Rename 'batchSize' config property of `ZipkinSpanCollectorSink` to 'batchsize' to bring it inline with other config parameters (all lower case).
Expand Down
2 changes: 1 addition & 1 deletion brave-impl-spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Latest release available in Maven central:
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-impl-spring</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion brave-impl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Latest release available in Maven central:
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-impl</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion brave-resteasy-spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Latest release available in Maven central:
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-resteasy-spring</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion brave-tracefilters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Latest release available in Maven central:
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-tracefilters</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion brave-zipkin-spancollector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Latest release available in Maven central:
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-zipkin-spancollector</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions flume-zipkin-collector-sink/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# flume-zipkin-collector-sink #

Latest release available in Maven central: 2.0. You normally don't have to include this in
a project through Maven but can download the JAR from [here](http://search.maven.org/#browse%7C1822528105)
Latest release available in Maven central: 2.0.2 You normally don't have to include this in
a project through Maven but can download the JAR from [here](http://search.maven.org/#search%7Cga%7C1%7Cbrave)
to add it to the Flume Agent class path.


Expand Down

0 comments on commit 23a83b0

Please sign in to comment.