H.Pipes Versions Save

A simple, easy to use, strongly-typed, async wrapper around .NET named pipes.

build-number-76

3 months ago

⭐ Last 10 features:

  • feat: Added MessagePackFormatter<T1> to H.Formatters.MessagePack lib. 2024-01-20
  • feat: Added PipeClient.CreatePipeStreamForConnectionFunc. 2023-12-08
  • feat: Updated versioning. 2023-12-08
  • feat: Added support for WriteOnly PipeServer. 2023-12-08
  • feat: Added PipeServer.CreatePipeStreamForConnectionFunc. 2023-12-08
  • feat: Use MessagePackFormatter by default on net8.0. 2023-11-27
  • feat: Update to net8.0. 2023-11-27
  • feat: Updated packages. 2023-07-24
  • feat: Added PipeApplication.StartAsync(args). 2023-02-27
  • feat: Added IPipeClient.CreatePipeStreamFunc. Closes #29. 2023-02-02

🐞 Last 10 bug fixes:

  • fix: Changed default formatter to SystemTextJsonFormatter. 2023-12-18
  • fix: Fixed problems with $(BUILD_NUMBER). 2023-12-08
  • test: Try to fix test for windows. 2023-12-08
  • fix: Fixed bug with PipeStream.ReadAsync on non windows systems. 2023-05-26
  • fix: Now EventExtensions is internal class. 2023-02-26
  • fix: Fixed Connection.Disconnected unhandled exception bug. 2022-09-14
  • fix: Fixed SemaphoreSlim usage. Fixes #24. 2022-08-26
  • fix: Fixes #24. 2022-08-26
  • fix: Added IOException ignoring for FlushAsync/WaitForPipeDrain. 2022-06-02
  • fix: Fixed missing PipeStreamReader read check. Refactored. 2022-04-21

🛡 VirusTotal analysis:

What's Changed

New Contributors

Full Changelog: https://github.com/HavenDV/H.Pipes/commits/build-number-76

build-number-72

5 months ago

⭐ Last 10 features:

  • feat: Added PipeClient.CreatePipeStreamForConnectionFunc. 2023-12-08
  • feat: Updated versioning. 2023-12-08
  • feat: Added support for WriteOnly PipeServer. 2023-12-08
  • feat: Added PipeServer.CreatePipeStreamForConnectionFunc. 2023-12-08
  • feat: Use MessagePackFormatter by default on net8.0. 2023-11-27
  • feat: Update to net8.0. 2023-11-27
  • feat: Updated packages. 2023-07-24
  • feat: Added PipeApplication.StartAsync(args). 2023-02-27
  • feat: Added IPipeClient.CreatePipeStreamFunc. Closes #29. 2023-02-02
  • feat: Added ability to set up CerasFormatter.InternalFormatter. 2023-01-10

🐞 Last 10 bug fixes:

  • fix: Changed default formatter to SystemTextJsonFormatter. 2023-12-18
  • fix: Fixed problems with $(BUILD_NUMBER). 2023-12-08
  • test: Try to fix test for windows. 2023-12-08
  • fix: Fixed bug with PipeStream.ReadAsync on non windows systems. 2023-05-26
  • fix: Now EventExtensions is internal class. 2023-02-26
  • fix: Fixed Connection.Disconnected unhandled exception bug. 2022-09-14
  • fix: Fixed SemaphoreSlim usage. Fixes #24. 2022-08-26
  • fix: Fixes #24. 2022-08-26
  • fix: Added IOException ignoring for FlushAsync/WaitForPipeDrain. 2022-06-02
  • fix: Fixed missing PipeStreamReader read check. Refactored. 2022-04-21

🛡 VirusTotal analysis:

What's Changed

New Contributors

Full Changelog: https://github.com/HavenDV/H.Pipes/commits/build-number-72

build-number-56

5 months ago

⭐ Last 10 features:

  • feat: Use MessagePackFormatter by default on net8.0. 2023-11-27
  • feat: Update to net8.0. 2023-11-27
  • feat: Updated packages. 2023-07-24
  • feat: Added PipeApplication.StartAsync(args). 2023-02-27
  • feat: Added IPipeClient.CreatePipeStreamFunc. Closes #29. 2023-02-02
  • feat: Added ability to set up CerasFormatter.InternalFormatter. 2023-01-10
  • feat: To net7.0. Updated NuGet packages. 2023-01-05
  • feat: Updated H.Pipes.AccessControl to use official net5/net6 PipeSecurity implementation. 2022-09-09
  • feat: Added BinaryFormatter.InternalFormatter as public property. 2022-03-18
  • feat(AccessControl): Enabled PipeApplication.StartAsync for non-windows system without AllowUsersReadWrite. 2022-03-12

🐞 Last 10 bug fixes:

  • fix: Fixed bug with PipeStream.ReadAsync on non windows systems. 2023-05-26
  • fix: Now EventExtensions is internal class. 2023-02-26
  • fix: Fixed Connection.Disconnected unhandled exception bug. 2022-09-14
  • fix: Fixed SemaphoreSlim usage. Fixes #24. 2022-08-26
  • fix: Fixes #24. 2022-08-26
  • fix: Added IOException ignoring for FlushAsync/WaitForPipeDrain. 2022-06-02
  • fix: Fixed missing PipeStreamReader read check. Refactored. 2022-04-21
  • fix(AccessControl): Fixed NET461 library to use Net Framework NamedPipeServerStream ctor. 2022-03-11
  • fix: Fixed ValidatePublicKey. 2022-03-07
  • fix: Fixed PipeClient.Connection set access. 2021-12-21

🛡 VirusTotal analysis:

What's Changed

New Contributors

Full Changelog: https://github.com/HavenDV/H.Pipes/commits/build-number-56

build-number-53

9 months ago

⭐ Last 10 features:

  • feat: Updated packages. 2023-07-24
  • feat: Added PipeApplication.StartAsync(args). 2023-02-27
  • feat: Added IPipeClient.CreatePipeStreamFunc. Closes #29. 2023-02-02
  • feat: Added ability to set up CerasFormatter.InternalFormatter. 2023-01-10
  • feat: To net7.0. Updated NuGet packages. 2023-01-05
  • feat: Updated H.Pipes.AccessControl to use official net5/net6 PipeSecurity implementation. 2022-09-09
  • feat: Added BinaryFormatter.InternalFormatter as public property. 2022-03-18
  • feat(AccessControl): Enabled PipeApplication.StartAsync for non-windows system without AllowUsersReadWrite. 2022-03-12
  • feat(Inferno): Added net5/net6 targets. Added SupportedOSPlatform attributes. 2022-03-12
  • feat(Inferno): Added EnableEncryption optional exception action. 2022-03-12

🐞 Last 10 bug fixes:

  • fix: Fixed bug with PipeStream.ReadAsync on non windows systems. 2023-05-26
  • fix: Now EventExtensions is internal class. 2023-02-26
  • fix: Fixed Connection.Disconnected unhandled exception bug. 2022-09-14
  • fix: Fixed SemaphoreSlim usage. Fixes #24. 2022-08-26
  • fix: Fixes #24. 2022-08-26
  • fix: Added IOException ignoring for FlushAsync/WaitForPipeDrain. 2022-06-02
  • fix: Fixed missing PipeStreamReader read check. Refactored. 2022-04-21
  • fix(AccessControl): Fixed NET461 library to use Net Framework NamedPipeServerStream ctor. 2022-03-11
  • fix: Fixed ValidatePublicKey. 2022-03-07
  • fix: Fixed PipeClient.Connection set access. 2021-12-21

🛡 VirusTotal analysis:

What's Changed

New Contributors

Full Changelog: https://github.com/HavenDV/H.Pipes/commits/build-number-53

build-number-51

11 months ago

⭐ Last 10 features:

  • feat: Added PipeApplication.StartAsync(args). 2023-02-27
  • feat: Added IPipeClient.CreatePipeStreamFunc. Closes #29. 2023-02-02
  • feat: Added ability to set up CerasFormatter.InternalFormatter. 2023-01-10
  • feat: To net7.0. Updated NuGet packages. 2023-01-05
  • feat: Updated H.Pipes.AccessControl to use official net5/net6 PipeSecurity implementation. 2022-09-09
  • feat: Added BinaryFormatter.InternalFormatter as public property. 2022-03-18
  • feat(AccessControl): Enabled PipeApplication.StartAsync for non-windows system without AllowUsersReadWrite. 2022-03-12
  • feat(Inferno): Added net5/net6 targets. Added SupportedOSPlatform attributes. 2022-03-12
  • feat(Inferno): Added EnableEncryption optional exception action. 2022-03-12
  • feat(AccessControl): Added SupportedOSPlatform attribute to SetPipeSecurity. 2022-03-11

🐞 Last 10 bug fixes:

  • fix: Fixed bug with PipeStream.ReadAsync on non windows systems. 2023-05-26
  • fix: Now EventExtensions is internal class. 2023-02-26
  • fix: Fixed Connection.Disconnected unhandled exception bug. 2022-09-14
  • fix: Fixed SemaphoreSlim usage. Fixes #24. 2022-08-26
  • fix: Fixes #24. 2022-08-26
  • fix: Added IOException ignoring for FlushAsync/WaitForPipeDrain. 2022-06-02
  • fix: Fixed missing PipeStreamReader read check. Refactored. 2022-04-21
  • fix(AccessControl): Fixed NET461 library to use Net Framework NamedPipeServerStream ctor. 2022-03-11
  • fix: Fixed ValidatePublicKey. 2022-03-07
  • fix: Fixed PipeClient.Connection set access. 2021-12-21

🛡 VirusTotal analysis:

What's Changed

New Contributors

Full Changelog: https://github.com/HavenDV/H.Pipes/commits/build-number-51

build-number-47

1 year ago

⭐ Last 10 features:

  • feat: Added PipeApplication.StartAsync(args). 2023-02-27
  • feat: Added IPipeClient.CreatePipeStreamFunc. Closes #29. 2023-02-02
  • feat: Added ability to set up CerasFormatter.InternalFormatter. 2023-01-10
  • feat: To net7.0. Updated NuGet packages. 2023-01-05
  • feat: Updated H.Pipes.AccessControl to use official net5/net6 PipeSecurity implementation. 2022-09-09
  • feat: Added BinaryFormatter.InternalFormatter as public property. 2022-03-18
  • feat(AccessControl): Enabled PipeApplication.StartAsync for non-windows system without AllowUsersReadWrite. 2022-03-12
  • feat(Inferno): Added net5/net6 targets. Added SupportedOSPlatform attributes. 2022-03-12
  • feat(Inferno): Added EnableEncryption optional exception action. 2022-03-12
  • feat(AccessControl): Added SupportedOSPlatform attribute to SetPipeSecurity. 2022-03-11

🐞 Last 10 bug fixes:

  • fix: Now EventExtensions is internal class. 2023-02-26
  • fix: Fixed Connection.Disconnected unhandled exception bug. 2022-09-14
  • fix: Fixed SemaphoreSlim usage. Fixes #24. 2022-08-26
  • fix: Fixes #24. 2022-08-26
  • fix: Added IOException ignoring for FlushAsync/WaitForPipeDrain. 2022-06-02
  • fix: Fixed missing PipeStreamReader read check. Refactored. 2022-04-21
  • fix(AccessControl): Fixed NET461 library to use Net Framework NamedPipeServerStream ctor. 2022-03-11
  • fix: Fixed ValidatePublicKey. 2022-03-07
  • fix: Fixed PipeClient.Connection set access. 2021-12-21
  • fix: Fixed problem with multiple server encrypted connections. 2021-12-20

🛡 VirusTotal analysis:

What's Changed

New Contributors

Full Changelog: https://github.com/HavenDV/H.Pipes/commits/build-number-47

build-number-44

1 year ago

⭐ Last 10 features:

  • feat: Added ability to set up CerasFormatter.InternalFormatter. 2023-01-10
  • feat: To net7.0. Updated NuGet packages. 2023-01-05
  • feat: Updated H.Pipes.AccessControl to use official net5/net6 PipeSecurity implementation. 2022-09-09
  • feat: Added BinaryFormatter.InternalFormatter as public property. 2022-03-18
  • feat(AccessControl): Enabled PipeApplication.StartAsync for non-windows system without AllowUsersReadWrite. 2022-03-12
  • feat(Inferno): Added net5/net6 targets. Added SupportedOSPlatform attributes. 2022-03-12
  • feat(Inferno): Added EnableEncryption optional exception action. 2022-03-12
  • feat(AccessControl): Added SupportedOSPlatform attribute to SetPipeSecurity. 2022-03-11
  • feat(AccessControl): Added explicit net5.0 and net6.0 target frameworks. 2022-03-11
  • feat: Excluded WaitForPipeDrain call for non-windows platforms. 2022-03-11

🐞 Last 10 bug fixes:

  • fix: Fixed Connection.Disconnected unhandled exception bug. 2022-09-14
  • fix: Fixed SemaphoreSlim usage. Fixes #24. 2022-08-26
  • fix: Fixes #24. 2022-08-26
  • fix: Added IOException ignoring for FlushAsync/WaitForPipeDrain. 2022-06-02
  • fix: Fixed missing PipeStreamReader read check. Refactored. 2022-04-21
  • fix(AccessControl): Fixed NET461 library to use Net Framework NamedPipeServerStream ctor. 2022-03-11
  • fix: Fixed ValidatePublicKey. 2022-03-07
  • fix: Fixed PipeClient.Connection set access. 2021-12-21
  • fix: Fixed problem with multiple server encrypted connections. 2021-12-20
  • fix: Fixed EnableEncryption client/server settings. 2021-12-20

🛡 VirusTotal analysis:

What's Changed

New Contributors

Full Changelog: https://github.com/HavenDV/H.Pipes/commits/build-number-44