forked from openzipkin/zipkin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
40 lines (37 loc) · 1.11 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# 1.1.0
* Storage
* Added Hbase storage backend
* Added Anorm SQL storage backend
* Web
* Reworked aggregate dependencies visualization
* Hadoop
* Removed hadoop functionality due to incompatibilities
# 1.0.0
* Collector
* Refactor into collector-core, collector-scribe, collector-service
* Query
* Refactor into query-core, query-service
* Web
* Replace Rails with Scala Finatra app
* Rename zipkin-finatra to zipkin-web
# 0.2.0
* Collector
* Refactor scrooge specific code to zipkin-scrooge
* Refactor Scribe specific code to zipkin-scribe
* Add top annotations storage endpoints
* Hadoop
* Add job runner
* Add expensive endpoints job
* Add whale report
* Query
* Add top annotations query endpoints
* Web
* Add Scala UI (zipkin-finatra), not entirely stable yet. Rails UI
(zipkin-web) is deprecated and will be removed in the next release.
* Add static trace rendering page
* Add top annotations suggestions on search page
* Add link to static search page
* Misc
* Refactor many shared classes from zipkin-server to zipkin-common
for reuse in zipkin-finatra
* Add startup scripts