Releases: ltrzesniewski/pcre-net
Releases · ltrzesniewski/pcre-net
v1.4.1
v1.4.0
v1.4.0-pre2
v1.4.0-pre1
v1.3.0
- Updated PCRE2 to v10.47
v1.2.2
- Fixes a memory issue with callout enumeration on some patterns.
See: PCRE2Project/pcre2#800
v1.2.1
- Updated PCRE2 to v10.46
This is a security-only release, to address CVE-2025-58050.
v1.2.0
- Updated PCRE2 to v10.45
- Added
PcreRegex.Substitutemethods which wrap thepcre2_substitutefunction, with support for callouts (on match, on substitution, and on case substitution).Substituteis similar toReplacebut is implemented by PCRE2, and has distinct features. - Added support for
linux-arm64runtime - Added
PcreRegexSettings.OptimizationDirectives(pcre2_set_optimize)
v1.2.0-pre2
- Updated PCRE2 to v10.45-RC1
Note that the new PCRE2 APIs are not yet available in PCRE.NET.
v1.2.0-pre1
- Added
PcreRegex.Substitutemethods which wrap thepcre2_substitutefunction.
This is similar toReplacebut is implemented by PCRE2, and has distinct features.