Skip to content

Releases: guoshiqiufeng/loki

v0.8.0

30 Jan 01:22
cd909d2

Choose a tag to compare

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

23 Jan 04:35
ffeca5f

Choose a tag to compare

0.7.0

⭐ New Features

🐞 Bug Fixes

  • bom add support dependency (8ba36c3)

🔨 Dependency Upgrades

  • Update hutool to 5.8.25 (30f72db)

❤️ Contributors

Thank you to all the contributors who worked on this release:

@github-actions[bot], @guoshiqiufeng

0.6.1

17 Jan 02:43
a42c825

Choose a tag to compare

0.6.1

🐞 Bug Fixes

  • remove test module (Moved to (Test Project) [https://github.com/guoshiqiufeng/loki-test]) (02640f0)

❤️ Contributors

Thank you to all the contributors who worked on this release:

@guoshiqiufeng

0.6.0

16 Jan 00:23
96f4d09

Choose a tag to compare

0.6.0

⭐ New Features

  • kafka listener topicPattern (e776165)
  • redis listener topicPattern (123a755)

🐞 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

09 Jan 07:39
6e2432c

Choose a tag to compare

⭐ New Features

  • kafka default config to spring.kafka

🐞 Bug Fixes

  • log conditional
  • optimizing bean config

0.4.2

05 Jan 07:47
14709d8

Choose a tag to compare

Optimize redis config

0.4.1

29 Dec 09:07
34e6e9c

Choose a tag to compare

⭐ 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: 123456

Cluster

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: 123456

Standalone

loki:
  global-config:
    mq-config:
      mq-type: redis
      address: 127.0.0.1:6379
      auth: true
      password: 123456

0.4.0

26 Dec 10:01
315f1f4

Choose a tag to compare

⭐ 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

19 Dec 07:06
691b10a

Choose a tag to compare

⭐ New Features

  • Support kafka
    Support kafka-client 3.6.1
  • Dependency splitting
    Full dependency loki-spring-boot-starter
    Only kafka dependency loki-spring-boot-starter-kafka
    Only rocketmq dependency loki-spring-boot-starter-rocketmq

0.2.0

12 Dec 09:36
cec827f

Choose a tag to compare

⭐ New Features

  • @MessageListener
  • @SendMessage