Skip to content

Releases: goncalo-oliveira/channels

v1.0

02 Jul 07:51
77934d9
Compare
Choose a tag to compare

Breaking Changes

  • New builder structure
  • Separation of channel configuration and functionalities
  • Idle channel service deprecation
  • Client channels deprecation

What's Changed

  • TCP listener improvements
  • Added UDP listener
  • Added WebSockets support
  • Named channels
  • Fully managed TCP/UDP Client
  • Other performance improvements

Bug Fixes

Full Changelog: v0.10.0...v1.0.0-preview-1

v0.10.0

09 Apr 09:26
Compare
Choose a tag to compare

Cumulative changes

  • Minor performance tweaks
  • Code cleanup
  • Detached pipeline improvements
  • Buffer conversion to base64 and hex
  • Removed external dependencies

Breaking changes

  • Renamed IChannelEvent to IChannelMonitor
  • Middleware spreads no longer spawn parallel tasks

Full Changelog: v0.9.0...v0.10.0

v0.9.0

30 Jan 15:16
Compare
Choose a tag to compare
  • Added .NET 8 to target frameworks

Full Changelog: v0.8.5...v0.9.0

v0.8.5

14 Nov 10:04
Compare
Choose a tag to compare

Bugfixes:

  • Fixed bug in IByteBuffer.IndexOf

Full Changelog: v0.8.3...v0.8.5

v0.8.3

02 Nov 10:46
Compare
Choose a tag to compare

Full Changelog: v0.8.2...v0.8.3

v0.8.2

01 Nov 11:02
Compare
Choose a tag to compare

What's Changed

  • Fixed buffer search issue by @goncalo-oliveira in #33
  • Renamed FindBytes() to IndexOf()
  • Added single byte IndexOf()

Full Changelog: v0.8.1...v0.8.2

v0.8.1

23 Oct 09:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

20 Oct 15:53
Compare
Choose a tag to compare

Full Changelog: v0.7.1...v0.8.0

v0.7.1

14 Jun 20:08
Compare
Choose a tag to compare

What's Changed

Methods Renamed

Some methods were renamed in this version, for the sake of clarity.

  • The dependency injection extensionAddChannelsHostedService was renamed to AddChannels.
  • The channel builder extension AddService was renamed to AddChannelService.

Full Changelog: v0.5.1...v0.7.1

v0.7.0-preview-3

07 Feb 16:34
Compare
Choose a tag to compare
v0.7.0-preview-3 Pre-release
Pre-release