Skip to content

Releases: nHapiNET/nHapi

3.0.0 Release

Choose a tag to compare

@milkshakeuk milkshakeuk released this 28 Jun 14:33

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

3.0.0-preview.3 Release

Pre-release

Choose a tag to compare

@milkshakeuk milkshakeuk released this 02 Jun 10:38

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.

3.0.0-preview.2 Release

Pre-release

Choose a tag to compare

@milkshakeuk milkshakeuk released this 30 Jan 20:58

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.

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

Bug Fixes

Enhancements

  • #75 Add support for removing fields by index or by item/type. By @nkm8

Other

3.0.0-preview.1 Release

Pre-release

Choose a tag to compare

@milkshakeuk milkshakeuk released this 02 Nov 14:19
4078284

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.

Bug Fixes

Enhancements

Other