log v0.4.12 Release Notes

Release Date: 2020-12-24 // over 3 years ago
  • ๐Ÿ†• New

    • ๐Ÿ‘Œ Support platforms without atomics by racing instead of failing to compile
    • ๐ŸŒฒ Implement Log for Box<T: Log>
    • โšก๏ธ Update cfg-if to 1.0
    • ๐Ÿšš Internal reworks of the structured logging API. Removed the Fill API and added source::as_map and source::as_list to easily serialize a Source as either a map of {key: value, ..} or as a list of [(key, value), ..].

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed deserialization of LevelFilter to use their u64 index variants