Skip to content

Commit

Permalink
Fix 1.15.3 and 1.15.4 infos, reorder 2.0.0 infos
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGeRe committed Jul 17, 2024
1 parent 675ca3e commit b8fbc1e
Showing 1 changed file with 25 additions and 20 deletions.
45 changes: 25 additions & 20 deletions HISTORY
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,36 @@ http://kieker-monitoring.net) contains details on the changes.
Please refer to the Kieker User Guide for details on using Kieker.

* 2.0.0 (June 23, 2024)
- Improved Build System
- Working local build with docker container
- Rework Gradle build script
- Improve Pipeline Speed
- Jenkins optimization and issue fixing
- Introduce timeouts for stages
- Update to Gradle 8.6
- Release
- Migrated releases to GitHub
- Created check for source and javadoc jars into check script
- Moved Moobench and other Kieker repositories to github
- Refactoring
- Major API changes
- Update Kieker to Java 11; Java 8 is no longer supported
- Replaced all the different graph libraries with one graph library
- Created comprehensive and stable package structure
- Improved code quality: hardcoded time unit values
- Removed oboslete code: DbWriter and deprecated classes
- Removed obsolete code: DbWriter and deprecated classes
- Update dependencies and provide more modular jars
- Renamed master branch to main to align with git defaults
- Update all builds To source level Java 11
- Fixed inconsistent naming of reader and writer tests
- Replaced old tools with new ones using TeeTime
- Separated Moobench from Kieker
- Features
- Many improvements to the Kieker Architecture Model, including nested components, dataflow
- Improve component and operation processing in Kieker
- Support for user behavior modeling and clustering
- Support for Java 11
- Support for Java 21
- Separate string registration from serialization in records
- Switch to new TeeTime based pipe and filter framework
- Inclusion of dynamic and static architecture analysis tools from the OceanDSL project
- Improved Build System
- Working local build with docker container
- Rework Gradle build script
- Improve Pipeline Speed
- Jenkins optimization and issue fixing
- Introduce timeouts for stages
- Update to Gradle 8.8
- Release
- Migrated releases to GitHub
- Created check for source and javadoc jars into check script
- Moved Moobench and other Kieker repositories to github
- Removed Feature
- Deprecation of KaxRun and KaxViz
- DbWrite
Expand All @@ -49,12 +48,18 @@ Please refer to the Kieker User Guide for details on using Kieker.
- Update AspectJ to 1.9.19 to support Java 19
- Remove aopalliance dependency
- Updated to new OSHI library to support systems monitoring
- Updated many different library versions
* 1.15.4
- Security fixes
- Updated many different library versions

* 1.15.4 (November 15, 2023)
- Update dependencies to avoid security issues:
- Update jersey-server to 3.0.12 (latest Java 8 release)i
- okhttp to 4.12.0
- javaassist to 3.29.2-GA
- groovy-all to 4.0.15

* 1.15.3
- Security fixes
* 1.15.3 (November 6, 2023)
- Fix analysis problem: Allow analysis of multiple files again
- Fix analysis problem: Correctly interpret timeout for maxTraceDuration

* 1.15.2 (July 6, 2022)
- Fix security vulnerability sonatype-2020-0926 by update to guava 31.1-jre
Expand Down

0 comments on commit b8fbc1e

Please sign in to comment.