Skip to content

Releases: nHapiNET/nHapi

3.0.0 Release

28 Jun 14:33

Choose a tag to compare

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

02 Jun 10:38

Choose a tag to compare

Pre-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.

3.0.0-preview.2 Release

30 Jan 20:58

Choose a tag to compare

Pre-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.

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

02 Nov 14:19
4078284

Choose a tag to compare

Pre-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.

Bug Fixes

Enhancements

Other