-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e699746
commit b43b4dc
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Change Log | ||
|
||
## [1.0.0](https://github.com/bakdata/fluent-kafka-streams-tests/tree/1.0.0) (2019-02-21) | ||
|
||
**Fixed bugs:** | ||
|
||
- Parellel test execution may result in conflicts in the state directory [\#7](https://github.com/bakdata/fluent-kafka-streams-tests/issues/7) | ||
|
||
**Merged pull requests:** | ||
|
||
- Using temp state dir to isolate test execution [\#8](https://github.com/bakdata/fluent-kafka-streams-tests/pull/8) ([@AHeise](https://github.com/AHeise)) | ||
- Fix javadoc setup and build [\#12](https://github.com/bakdata/fluent-kafka-streams-tests/pull/12) ([@AHeise](https://github.com/AHeise)) | ||
- Fix javadoc setup and build [\#11](https://github.com/bakdata/fluent-kafka-streams-tests/pull/11) ([@AHeise](https://github.com/AHeise)) | ||
- Revert "Fix javadoc setup" [\#10](https://github.com/bakdata/fluent-kafka-streams-tests/pull/10) ([@AHeise](https://github.com/AHeise)) | ||
- Fix javadoc setup [\#9](https://github.com/bakdata/fluent-kafka-streams-tests/pull/9) ([@AHeise](https://github.com/AHeise)) | ||
- Add More Tests [\#6](https://github.com/bakdata/fluent-kafka-streams-tests/pull/6) ([@lawben](https://github.com/lawben)) | ||
- Add javadocs for public interface [\#3](https://github.com/bakdata/fluent-kafka-streams-tests/pull/3) ([@lawben](https://github.com/lawben)) | ||
- Refactored schema registry mock [\#5](https://github.com/bakdata/fluent-kafka-streams-tests/pull/5) ([@AHeise](https://github.com/AHeise)) | ||
- Add README [\#1](https://github.com/bakdata/fluent-kafka-streams-tests/pull/1) ([@lawben](https://github.com/lawben)) | ||
- Simplified avro example for blog article [\#4](https://github.com/bakdata/fluent-kafka-streams-tests/pull/4) ([@AHeise](https://github.com/AHeise)) | ||
- Fix build and badges [\#2](https://github.com/bakdata/fluent-kafka-streams-tests/pull/2) ([@AHeise](https://github.com/AHeise)) |