ff2e03e
chore: fix some comments for struct field (#2214)2134387
Merge pull request #2208
from kcalvinalvin/2024-07-01-close-blockfilese5d15fd
btcec/ecdsa: remove error return value for SignCompact (#2211)c9fae1a
ffldb: close block files before deleting them8ed8ef1
ffldb: refactor out file close code into its own method8b5f2aa
ffldb: add check for deleting files that are open4712e20
ffldb: throw error when attempting to delete an open filed881c68
Fix the btcctl uptime command1396690
Sending RPC requests through unix sockets (#2168)b2eec96
Merge pull request #2206
from guggero/psbt-serialization-fixSourced from github.com/gorilla/websocket's releases.
v1.5.3
Important change
This reverts the websockets package back to https://github.com/gorilla/websocket/commit/931041c5ee6de24fe9cba1aa16f1a0b910284d6d
What's Changed
- Fixes subprotocol selection (aling with rfc6455) by
@KSDaemon
in gorilla/websocket#823- Update README.md, replace master to main by
@mstmdev
in gorilla/websocket#862- Use status code constant by
@mstmdev
in gorilla/websocket#864- conn.go: default close handler should not return ErrCloseSent. by
@pnx
in gorilla/websocket#865- fix: replace ioutil.readfile with os.readfile by
@rfyiamcool
in gorilla/websocket#868- fix: add comment for the readBufferSize and writeBufferSize by
@rfyiamcool
in gorilla/websocket#869- Remove noisy printf in NextReader() and beginMessage() by
@bcreane
in gorilla/websocket#878- docs(echoreadall): fix function echoReadAll comment by
@XdpCs
in gorilla/websocket#881- make tests parallel by
@ninedraft
in gorilla/websocket#872- Upgrader.Upgrade: use http.ResposnseController by
@ninedraft
in gorilla/websocket#871- Do not handle network error in
SetCloseHandler()
by@nak3
in gorilla/websocket#863- perf: reduce timer in write_control by
@rfyiamcool
in gorilla/websocket#879- fix: lint example code by
@rfyiamcool
in gorilla/websocket#890- feat: format message type by
@rfyiamcool
in gorilla/websocket#889- Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by
@UnAfraid
in gorilla/websocket#894- Do not timeout when WriteControl deadline is zero in gorilla/websocket#898
- Excludes errchecks linter by
@apoorvajagtap
in gorilla/websocket#904- Return errors instead of printing to logs by
@apoorvajagtap
in gorilla/websocket#897- Revert " Update go version & add verification/testing tools (#840)" by
@apoorvajagtap
in gorilla/websocket#908- Fixes broken random value generation by
@apoorvajagtap
in gorilla/websocket#926- Reverts back to v1.5.0 by
@apoorvajagtap
in gorilla/websocket#929New Contributors
@KSDaemon
made their first contribution in gorilla/websocket#823@mstmdev
made their first contribution in gorilla/websocket#862@pnx
made their first contribution in gorilla/websocket#865@rfyiamcool
made their first contribution in gorilla/websocket#868@bcreane
made their first contribution in gorilla/websocket#878@XdpCs
made their first contribution in gorilla/websocket#881@ninedraft
made their first contribution in gorilla/websocket#872@nak3
made their first contribution in gorilla/websocket#863@UnAfraid
made their first contribution in gorilla/websocket#894@apoorvajagtap
made their first contribution in gorilla/websocket#904Full Changelog: https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3
v1.5.2
What's Changed
- Fixes subprotocol selection (aling with rfc6455) by
@KSDaemon
in gorilla/websocket#823- Update README.md, replace master to main by
@mstmdev
in gorilla/websocket#862- Use status code constant by
@mstmdev
in gorilla/websocket#864- conn.go: default close handler should not return ErrCloseSent. by
@pnx
in gorilla/websocket#865- fix: replace ioutil.readfile with os.readfile by
@rfyiamcool
in gorilla/websocket#868- fix: add comment for the readBufferSize and writeBufferSize by
@rfyiamcool
in gorilla/websocket#869- Remove noisy printf in NextReader() and beginMessage() by
@bcreane
in gorilla/websocket#878
... (truncated)
ce903f6
Reverts to v1.5.09ec25ca
fixes broken random value generation1bddf2e
bumps go version & removes deprecated module usage750bf92
adds GHA & Makefile configsb2c246b
Revert " Update go version & add verification/testing tools (#840)"09a6bab
removing error handling while closing connections58af150
return errors instead of printing to logse5f1a0a
excludes errchecks linterb2a86a1
Do not timeout when WriteControl deadline is zero695e909
Remove hideTempErr to allow downstream users to check for errors like
net.Err...6ceadc6
Support Unicode 15.1.0014b028
Merge pull request #744
from ahrtr/cursor_202405022d48e1d
Ensure a cursor can continue to iterate elements in reverse direction by
call...886753c
Merge pull request #717
from henrybear327/fix/remove_UnsafeSlice9e3d732
Remove UnsafeSlice and use unsafe.Slice2c29534
Merge pull request #713
from henrybear327/cve/CVE-2023-45288-release-1.39b60c13
Address linter issues0b59bc1
Bump go toolchain version to address CVE-2023-452889f3524b
Merge pull request #716
from henrybear327/feat/introduce-go-version-file67a2678
Adopt the .go-version approach for toolchain versioning33be3ef
go.mod: update golang.org/x dependencies0e7ccc0
gopls/internal/golang: provide version info for stdlib in pkgdocfcf5463
gopls/internal/server: add counters to inform v0.17.070a59b2
gopls/doc: respond to Hana's review of CL 583316799a471
gopls/doc: document all of gopls' features2e239ad
gopls/internal/golang: provide version info for stdlib fieldsbc15dd8
gopls/internal/analysis/fillstruct: use package name (not path) in
UI72edac2
internal/typeparams: fix crash in interface hover with empty type
setc0ae6bb
gopls/internal/golang: splitlines: s/parameter/arguments/ in
CallExpr5cc2d0b
gopls/internal/golang: splitlines: remove workaround for golang/go#68202