Skip to content

3.0.0-preview.3 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@milkshakeuk milkshakeuk released this 02 Jun 10:38
· 382 commits to master since this release

This is a pre-release package, we would appreciate it if people could test this package and raise any issues, so we can iron out any kinks before we go gold with 3.0.0.0.

We are hoping this is the final preview version ahead of 3.0.0.0.

On top of the previous preview release this release includes the following changes:

Bug Fixes

Other

Breaking Changes
Default escape sequence for carriage return has changed from \X000d\ to \X0D\ which brings it inline with other libraries and InterSystems ensemble.

However if you rely on the old escape sequence of \X000d\ for carriage returns you can now configure this, see #185 for options.

The latest PipeParser implementation from hapi has been ported over to nHapi, there aren't any breaking changes that I am aware of, only benefits, however if you relied on the specific behaviour of the old PipeParser.cs then you can use LegacyPipeParser.cs instead, which is the old implementation.