Skip to content

3.0.0 Release

Compare
Choose a tag to compare
@milkshakeuk milkshakeuk released this 28 Jun 14:33
· 344 commits to master since this release

Along with the changes below you can now be more selective about how you install nHapi, please read the Getting Started page of the wiki for more information.

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 or the wiki for configuration 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.

Bug Fixes

Enhancements

Other