Skip to content

1.0.0

Compare
Choose a tag to compare
@verbosemode verbosemode released this 15 Oct 20:43
· 8 commits to main since this release

CHANGES:

  • Warning: encode function no longer truncates messages to 1024 bytes by default
  • split message part into tag and content (#20, by @hannesm)
  • use result types instead of option (#20, by @hannesm)
  • remove transport-dependent length check from encode (#20, by @hannesm)
  • switch build system to Dune (#19, by @dra27)
  • add encode_local for sending to local syslog (#17, by @dra27)
  • forgot to thank @hannesm, @Leonidas-from-XIV for past contributions