Releases: IBMStreams/streamsx.regex
Releases · IBMStreams/streamsx.regex
Regex Toolkit v2.0.0
This is an update of the Regex toolkit to v2.0.0
Latest changes in the release:
- Support for boost expressive library.
- RegexMatch operator is renamed to RegexRun.
- Added replace and extract functionality in operators and native functions.
- Updated descriptions and SPL documentation.
Regex Toolkit v1.4.3
This is an update of the Regex toolkit to v1.4.3 for InfoSphere Streams v4.0.
Latest change in the release:
- Fixed constructor issue in RegexMatch on PPC64.
- Added blob handling in RegexMatch.
- Updated descriptions.
Update 1.4.3.1
- Changed internal functions to templates.
- Fixed ppc compilation issue.
Regex Toolkit v1.4.2
This is an update of the Regex toolkit to v1.4.2 for InfoSphere Streams v4.0.
Latest change in the release:
- Added support for Power Linux.
- Changed maxmem argument from int32 to int64.
Regex Toolkit v1.4.1
This is an update of the Regex toolkit to v1.4.1 for InfoSphere Streams v4.0.
Latest change in the release:
- The functions now bound to an operator scope.
- For PE scope new static functions are introduced.
Regex Toolkit v1.4.0
This is an new release of the Regex toolkit v1.4.0 for InfoSphere Streams v4.0.
Latest change in the release:
Support for Streams 4.0.
RegexMatchFused operator is removed.
Regex Toolkit v1.2.0
This is an updated release of the Regex toolkit v1.2.0 for InfoSphere Streams v3.2.1.
Latest change in the release:
- Native functions are redesigned.
- Multiple patterns are supported now.
- regexSimpleMatch function is removed.
- New regexCompile function is introduced.