Releases: loopholelabs/frisbee-go
Releases · loopholelabs/frisbee-go
v0.10.2
v0.10.1
What's Changed
- Bump github.com/loopholelabs/common from 0.4.9 to 0.4.10 by @dependabot in #181
- async: ensure connection close error is set by @lgfa29 in #180
- Bump github.com/loopholelabs/logging from 0.3.0 to 0.3.1 by @dependabot in #182
New Contributors
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- (BREAKING) feat: context-managed streams by @ShivanshVij in #179
Full Changelog: v0.9.2...v0.10.0
v0.9.2
What's Changed
- Bug: Fixing Deadlock on Connection Close by @ShivanshVij in #178
Full Changelog: v0.9.1...v0.9.2
v0.9.1
Updating github.com/loopholelabs/polyglot/v2
to v2.0.2
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- refactor: Update Logging LIbrary by @ShivanshVij in #176
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- Bump github.com/loopholelabs/polyglot/v2 from 2.0.0 to 2.0.1 by @dependabot in #174
- Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #173
- Update dependencies by @pojntfx in #175
New Contributors
- @dependabot made their first contribution in #174
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Dependencies
- Updated
polyglot
tov2.0.0
v0.7.3
Dependencies
- Updated
polyglot
tov1.2.2
Fix
- Fixed bugs where test cases would not generate random data properly
- Fixed a bug where
ConnContext
would not get called until the first packet was read
v0.7.2
Features
- Added
StartWithListener
function to start a server with a custom listener (#155)
Fixes
- Fixed a bug where the
server
would not properly return from handling packets when the concurrency value was > 1 (#160)
Changes
- Removing
trunk
Dependencies
- Bumping
github.com/loopholelabs/common
fromv0.4.4
tov0.4.9
- Bumping
github.com/loopholelabs/polyglot
fromv0.5.1
tov0.1.2
- Bumping
github.com/rs/zerolog
fromv1.27.0
tov1.30.0
- Bumping
github.com/stretchr/testify
fromv1.8.0
tov1.8.4
- Bumping
go.uber.org/atomic
fromv1.9.0
tov1.11.0
- Bumping
go.uber.org/goleak
fromv1.1.12
tov1.2.1