Releases: guoshiqiufeng/loki
Releases · guoshiqiufeng/loki
v0.8.0
0.8.0
⭐ New Features
- Add LokiClient support sending messages (f685a9a)
🐞 Bug Fixes
- spring-boot-starter dependencies (b9c2dfc)
🔨 Dependency Upgrades
- Update guava to 33.0.0-jre (ebc15ec)
- Update okhttp to 4.12.0 (9b12af1)
- Update opentelemetry to 1.31.0 (9b12af1)
❤️ Contributors
Thank you to all the contributors who worked on this release:
@github-actions[bot], @guoshiqiufeng
v0.7.0
0.6.1
0.6.0
0.6.0
⭐ New Features
🐞 Bug Fixes
- kafka listener different groups consumer (21391e4)
- kafka listener return tag (b8d48b5)
- redis listener topicPattern (6fb2cba)
🔨 Dependency Upgrades
- SpringBoot3 version to 3.2.1 (c638585)
❤️ Contributors
Thank you to all the contributors who worked on this release:
@github-actions[bot], @guoshiqiufeng
0.5.0
⭐ New Features
- kafka default config to spring.kafka
🐞 Bug Fixes
- log conditional
- optimizing bean config
0.4.2
Optimize redis config
0.4.1
⭐ New Features
- Support loki config to set redis config
Sentinel
loki:
global-config:
mq-config:
mq-type: redis
address: mymaster,127.0.0.1:26380,127.0.0.1:26379,127.0.0.1:26381
auth: true
password: 123456Cluster
loki:
global-config:
mq-config:
mq-type: redis
address: 127.0.0.1:6380,127.0.0.1:6379,127.0.0.1:6381
auth: true
password: 123456Standalone
loki:
global-config:
mq-config:
mq-type: redis
address: 127.0.0.1:6379
auth: true
password: 1234560.4.0
⭐ New Features
- Support Redis publish/subscribe
🐞 Bug Fixes
- Fixed a single dependency missing dependency error
Only redis dependency loki-spring-boot-starter-redis
0.3.0
⭐ New Features
- Support kafka
Support kafka-client 3.6.1 - Dependency splitting
Full dependencyloki-spring-boot-starter
Only kafka dependencyloki-spring-boot-starter-kafka
Only rocketmq dependencyloki-spring-boot-starter-rocketmq
0.2.0
⭐ New Features
@MessageListener@SendMessage