kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-1056] Create release notes for Kieker 1.9 #2739

Closed rju closed 3 weeks ago

rju commented 3 weeks ago

JIRA Issue: KIEKER-1056 Create release notes for Kieker 1.9 Original Reporter: Andre van Hoorn


To be created.

As a start, I will go through all tickets for the release and extract the important changes.

Please ask yourself if tickets for relevant changes exist and create --- if needed.

rju commented 3 weeks ago

author nils-christian -- Fri, 4 Apr 2014 13:14:46 +0200

I added some lines to the history file.

rju commented 3 weeks ago

author André van Hoorn -- Mon, 7 Apr 2014 11:22:14 +0200

Replying to [nie|comment:3]:
> I added some lines to the history file.

Thanks! Minor updates:

* 1.9 (April 16, 2014)
- New features (selection)
  - Binary monitoring writers using Java NIO 
  - Support for DiSL probes
  - Trace Analysis GUI (beta)
  - TSLib: time series analysis library (beta)
  - OPAD: online performance anomaly detection filters (beta)
- Bug fixes and improvements to code, performance, tests, build scripts, 
  documentation, examples
- Improvements to the WebGUI (see separate `HISTORY` file)
rju commented 3 weeks ago

author André van Hoorn -- Mon, 7 Apr 2014 11:32:43 +0200

+ ExplorViz writer?

rju commented 3 weeks ago

author André van Hoorn -- Mon, 7 Apr 2014 13:20:42 +0200

+ LiveDemo as part of the examples?
Björn Weißenfels?

rju commented 3 weeks ago

author André van Hoorn -- Mon, 7 Apr 2014 13:31:46 +0200

+ KIEKER-803 Done (decorator for long response times)

rju commented 3 weeks ago

author André van Hoorn -- Fri, 11 Apr 2014 17:28:35 +0200

Update in changeset:113e6a27d80c44b6e330b6834c301afb3a7af1a2/kieker-git

* 1.9 (April 16, 2014)
- New features (selection)
  - Binary monitoring writers using Java NIO 
  - Support for DiSL probes
  - Writer for exporting records to the ExplorViz tool for online
    trace visualization
  - Trace Analysis GUI (beta)
  - TSLib: time series analysis library (beta)
  - OPAD: online performance anomaly detection filters (beta)
  - Live demo part of the Java EE example 
  - TraceAnalysis: coloring of components and operations based on 
    response times
- Bug fixes and improvements to code, performance, tests, build scripts, 
  documentation, examples
- Improvements to the WebGUI (see separate `HISTORY` file)

OK?

rju commented 3 weeks ago

author Jan Waller -- Mon, 14 Apr 2014 09:56:53 +0200

Think so

rju commented 3 weeks ago

author nils-christian -- Mon, 14 Apr 2014 09:59:22 +0200

Looks good. If anyone misses something: Reopen if necessary.

rju commented 3 weeks ago

author André van Hoorn -- Tue, 15 Apr 2014 11:39:44 +0200

Added note on KIEKER-971 Done to HISTORY (changeset:63bdae52fb9f43f225e0c870a40a375e51953e45/kieker-git):

- API change:
  - Kieker's AspectJ weaver Jar now uses a default aop.xml when 
    no other aop.xml found. Should be disabled in multi-classloader 
    environments (Java EE, OSGi, etc.) by using a new configuration 
    parameter; alternatively, AspectJ's weaver agent can be used.