Skip to content

Releases: Tencent/BqLog

Release_1.4.6

15 Nov 10:45
3440cd6
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/Tencent/BqLog/blob/Release_1.4.6/CHANGELOG.md
Full Changes: Release_1.4.5...Release_1.4.6

Release_1.4.5

10 Oct 15:15
Compare
Choose a tag to compare

[v1.4.5] - 2024-10-10

  • Improvement: The configuration for the snapshot feature has been migrated from the API to the configuration file, supporting configurations for buffer size, category mask, and levels. For details, refer to Snapshot Configuration.
  • Improvement: The Linux and Unix binaries will be automatically placed in the 32-bit and 64-bit directories based on the hardware architecture.
  • Bug fix: Here, we found that in cases of high-concurrency reset_config operations, some thread safety issues may arise. We have fixed these issues and added corresponding checks for this scenario in the automated test cases.

Release_1.4.4

16 Sep 09:57
Compare
Choose a tag to compare

Changelog

[v1.4.4] - 2023-09-06

Release_1.4.3

07 Sep 08:39
Compare
Choose a tag to compare
  • Improvement: Support to Unix like OS, which has passed the test on FreeBSD. Thanks to the contribution from bedwardly-down, see commit.
  • Bug fix: Fix a bug in the layout, which would cause data residue after using C++ 20 format specifications, leading to incorrect formatting of subsequent logs. Thanks to the contribution from fkxingkong, see pull request.
  • Bug fix: fix the side effects of assert in the include files.

Release_1.4.2

05 Sep 01:36
Compare
Choose a tag to compare

An uninit() API has been added for calling before the program exits, to avoid issues where the program cannot exit normally in some cases. For details, see the API documentation.

Release_1.4.1

30 Aug 14:33
Compare
Choose a tag to compare
  • New Feature : Console Buffer: In addition to passively intercepting the output of console appenders through console callbacks, it is also possible to cache the output of console appenders through a console buffer and actively retrieve it via API.
  • Bug fix: Fix the compiling issue with C++ 20.
  • Bug fix: Fix the issue where JNI_Onload sometimes is not called.

1.4.0

20 Aug 02:24
Compare
Choose a tag to compare
Release_1.4.0