aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/main/jekyll/changelog.md')
-rw-r--r--site/src/main/jekyll/changelog.md26
1 files changed, 20 insertions, 6 deletions
diff --git a/site/src/main/jekyll/changelog.md b/site/src/main/jekyll/changelog.md
index 71de60fd..52dbfb2c 100644
--- a/site/src/main/jekyll/changelog.md
+++ b/site/src/main/jekyll/changelog.md
@@ -4,16 +4,28 @@ layout: default
---
Changelog
-===============
+=========
+
<hr>
-Version 0.0.15 (2014-04-09)
-----------------
+Version 0.0.15 (2014-04-10)
+---------------------------
+
* kamon
- * prepared to publish in maven central repository
+ * Now publishing to Sonatype and Maven Central
+ * `reference.conf` files are now "sbt-assembly merge friendly"
+
* kamon-core
- * control of AspectJ weaving messages through kamon configuration
-* kamon-statsd (Experimental)
+ * Control of AspectJ weaving messages through Kamon configuration
+ * Avoid the possible performance issues when calling `MessageQueue.numberOfMessages` by keeping a external counter.
+
+* kamon-statsd
+ * Now you can send Actor and Trace metrics to StatsD! Check out our [StatsD documentation](/statsd/) for more
+ details.
+
* kamon-play (Experimental)
+ * Experimental support to trace metrics collection, automatic trace token propagation and HTTP Client request
+ metrics is now available for Play! applications.
+
<hr>
Version 0.0.14 (2014-03-17)
@@ -22,8 +34,10 @@ Version 0.0.14 (2014-03-17)
* Improved startup times
* Remake of trace metrics collection
* Support for custom metrics collection (Experimental)
+
* kamon-play
* Initial support (Experimental)
+
* site
* [logging](/core/logging/) (WIP)
* [tracing](/core/tracing/) (WIP)