-
Notifications
You must be signed in to change notification settings - Fork 0
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
ae5383f
commit fcef94d
Showing
2 changed files
with
26 additions
and
1 deletion.
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,25 @@ | ||
# Changelog | ||
|
||
## [0.6.0](https://github.com/guoshiqiufeng/loki/compare/0.5.0...v0.6.0) (2024-01-11) | ||
|
||
|
||
### ⭐ New Features | ||
|
||
* kafka listener topicPattern ([d19b699](https://github.com/guoshiqiufeng/loki/commit/d19b6992aceaacfcf668f3832396061a8315308a)) | ||
* kafka listener topicPattern ([e776165](https://github.com/guoshiqiufeng/loki/commit/e7761657dda559c0e6b2582c27a48ecd7d8a23cf)) | ||
* redis listener topicPattern ([123a755](https://github.com/guoshiqiufeng/loki/commit/123a7551528df0a104a5e904142632331500dd36)) | ||
|
||
|
||
### 🐞 Bug Fixes | ||
|
||
* kafka listener different groups consumer ([82ef1cc](https://github.com/guoshiqiufeng/loki/commit/82ef1ccb9fae16e8c740c6edbed77a58f230788f)) | ||
* kafka listener different groups consumer ([21391e4](https://github.com/guoshiqiufeng/loki/commit/21391e447979c6d1684d476c299e8e71407218bf)) | ||
* kafka listener return tag ([b8d48b5](https://github.com/guoshiqiufeng/loki/commit/b8d48b52d451bc036175684610217215aa539615)) | ||
* kafka listener return tag ([01ecd13](https://github.com/guoshiqiufeng/loki/commit/01ecd137bac53ce1e6df64b91102df0803a76d26)) | ||
* redis listener topicPattern ([048d7e6](https://github.com/guoshiqiufeng/loki/commit/048d7e6b08608a81f4b9bb9166d0d60735f6a85d)) | ||
* redis listener topicPattern ([6fb2cba](https://github.com/guoshiqiufeng/loki/commit/6fb2cba79c47dc2406a69c54fcba8e44c3304220)) | ||
|
||
|
||
### 🔨 Dependency Upgrades | ||
|
||
* springBoot3 version to 3.2.1 ([2f0aa40](https://github.com/guoshiqiufeng/loki/commit/2f0aa4006658cc9de8e339dd9290be8e9488fac9)) |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# {x-release-please-start-version} | ||
APP_VERSION=0.6.0-SNAPSHOT | ||
APP_VERSION=0.6.0 | ||
# {x-release-please-end-version} | ||
APP_GROUP=io.github.guoshiqiufeng |