Releases: dbosoft/YaNco
Releases · dbosoft/YaNco
Release 4.0 (Release Candidate 2)
removed the simplified RfcContext constructor (4.x) (#45) bad design decision - keep it straight is it was in past and use one constructor instead added a ConnectionBuilder to fluent build options for connection and runtime.
Release 4.0 (Release Candidate 1)
Update of references (#40) * replaced gitversiontask with GitVersion.MSBuild * updated JetBrains.Annotations
Release 4.0 - Beta 2
fix row iterator (#37) * check for null pointer handles * don't move row in iterator if MoveToFirstTableRow fails
Release 3.1.1
Bug fixes:
Release 4.0 - Beta 1
prefer EitherAsync instead of Task<Either<>> (#33) * prefer EitherAsync instead of Task<Either<>> * update of dbosoft.functional package
Release 3.1
Enhancements:
- Add support for .NET Core (Remarks: C++/CLI for net core has been replaced by interop library later)
- Add interopt library for Linux and MacOs support (Interop library will be used for all .netcore platforms including Windows)
- CallFunction: add a table row iterator function enhancement
- Add MapStructure and MapTable methods
Bug fixes:
Release 3.1 (Release Candidate 2)
Enhancements:
- Add support for .NET Core (Remarks: C++/CLI for net core has been replaced by interop library later)
- Add interopt library for Linux and MacOs support (Interop library will be used for all .netcore platforms including Windows)
- CallFunction: add a table row iterator function enhancement
- Add MapStructure and MapTable methods
Bug fixes:
Release 3.0.0
Release 3.0.0 contains no implementation changes compared to 2.1.0.
But as the project name as been changed from Dbosoft.SAP.NwRfc to Dbosoft.YaNco all namespace have been changed accordingly.
Release 3.0.0 is also the first release that is available as nuget package. To achive this the native build will no longer contain the required library files from the nwrfcsdk.
3.0 release candidate 3
v3.0.0-rc.3 removed experimental .net core support
3.0 release candidate 2
v3.0.0-rc.2 Merge branch 'master' of https://github.com/dbosoft/YaNco