Skip to content

v0.11.5

Latest

Choose a tag to compare

@fhunleth fhunleth released this 01 Nov 22:48
· 4 commits to main since this release
  • Changes
    • Fix hang when running RingLogger.next on OTP 28 when connected over ssh.
      This had to do with trying to output raw bytes rather than Unicode and was a
      long time hack to not crash on garbled log messages. On Elixir 1.16 and
      later, String.replace_invalid/2 is called to fix those messages. Earlier
      Elixir versions will log inspect'd versions of the message.