regex v1.4.4 Release Notes

Release Date: 2021-03-11 // about 3 years ago
  • ๐Ÿš€ This is a small patch release that contains some bug fixes. Notably, it also drops the thread_local (and lazy_static, via transitivity) dependencies.

    ๐Ÿ› Bug fixes:

    • BUG #362: Memory leaks caused by an internal caching strategy should now be fixed.
    • BUG #576: All regex types now implement UnwindSafe and RefUnwindSafe.
    • BUG #728: Add missing Replacer impls for Vec<u8>, String, Cow, etc.