Skip to content

Releases: SpriteOvO/spdlog-rs

v0.3.13

11 Feb 16:29
Compare
Choose a tag to compare

Changes

  • Fixed a nightly error by checking active even if Condvar times out in PeriodicWorker (issue #60, PR #61)

v0.3.12

11 Oct 09:44
Compare
Choose a tag to compare

Changes

  • Fixed unnecessary rebuild caused by code generation. (issue #40, PR #41)

v0.3.11

06 Sep 14:20
Compare
Choose a tag to compare

Changes

  • Handle conditional compilation for getting TID on iOS. (issue #36, PR #37)

  • Improve testing code.

v0.3.10

13 Jul 03:47
Compare
Choose a tag to compare

Changes

  • Fixed error undefined reference to 'gettid' on environment with earlier glibc versions (before v2.30). (issue #31, PR #32)

  • Replaced pthread_self with pthread_threadid_np for getting TID on macOS. (PR #33)

v0.3.9

07 Jul 16:27
Compare
Choose a tag to compare

Changes

  • Fix {tid} incorrectly outputting TID of thread pool in AsyncPoolSink. (issue #28, PR #29)
  • Bump dependency spin to v0.9.8 for RUSTSEC-2023-0031. (thanks @Dylan-DPC, #27)
  • Bump dependency log to v0.4.8 as earlier versions cannot be compiled.

v0.3.8

22 Dec 18:43
Compare
Choose a tag to compare

Changes

  • Retain source location from log crate if they are &'static. (issue #22, PR #23)

v0.3.6

20 Dec 09:54
Compare
Choose a tag to compare

Changes

v0.3.3

18 Nov 18:21
Compare
Choose a tag to compare

Changes

  • Fix the import error of winapi::um::handleapi on Windows.

v0.3.2

08 Nov 14:28
Compare
Choose a tag to compare

Changes

  • Fix benchmarks URL in README on crates.io.

v0.3.1

08 Nov 14:01
Compare
Choose a tag to compare

Changes

  • Fix missing README on crates.io.