Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-18 | 5.5 kB | |
v0.42.0 source code.tar.gz | 2025-06-18 | 1.2 MB | |
v0.42.0 source code.zip | 2025-06-18 | 1.6 MB | |
Totals: 3 Items | 2.8 MB | 2 |
What's Changed
- addrsmanager: extract out addressing logic from basichost by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3075
- fix: fix incorrect nil return value by @huochexizhan in https://github.com/libp2p/go-libp2p/pull/3219
- fix(libp2phttp): bound NewStream timeout by @algorandskiy in https://github.com/libp2p/go-libp2p/pull/3225
- webrtc: fix memory leak with udpmux.muxedConnection context by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3243
- connmgr: fix transport association bug by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3221
- connmgr: remove WithEmergencyTrim by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3217
- fix: Add wrapped error type in
stream.go
by @Prabhat1308 in https://github.com/libp2p/go-libp2p/pull/3237 - autonatv2: fix server dial data request policy by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3247
- autonatv2: explicitly handle dns addrs by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3249
- transport: add GatedMaListener type by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3186
- chore(examples): p2p-forge/client v0.4.0 by @lidel in https://github.com/libp2p/go-libp2p/pull/3211
- optimize: using t.TempDir() replace os.MkdirTemp in testfile by @argentpapa in https://github.com/libp2p/go-libp2p/pull/3222
- peerstore: remove unused badger tests by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3252
- chore: p2p-forge v0.5.0 by @lidel in https://github.com/libp2p/go-libp2p/pull/3257
- ci: uci/copy-templates by @web3-bot in https://github.com/libp2p/go-libp2p/pull/3254
- fix(relay): fix data-race in relayFinder by @b00f in https://github.com/libp2p/go-libp2p/pull/3258
- identify: reduce timeout to 5 seconds by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3259
- peerstore: remove leveldb tests by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3260
- webrtc: support receiving 256kB messages by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3255
- rcmgr: use netip.Prefix as map key instead of string by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3264
- chore(certificate): update test vectors by @vladopajic in https://github.com/libp2p/go-libp2p/pull/3242
- build(test_analysis): use
modernc.org/sqlite
directly by @levisyin in https://github.com/libp2p/go-libp2p/pull/3227 - ci: add golangci-lint for linting by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3269
- fix: Improve NAT port mapping failure logging by @VolodymyrBg in https://github.com/libp2p/go-libp2p/pull/3261
- Add missing log for failed GC record unmarshalling in
purgeStore()
by @vipocenka in https://github.com/libp2p/go-libp2p/pull/3273 - identify: rate limit id push protocol by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3266
- quicreuse: add some documentation for the package by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3279
- eventbus: change slow consumer event from error to warn by @guillaumemichel in https://github.com/libp2p/go-libp2p/pull/3286
- chore: use tcort/github-action-markdown-link-check by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3291
- swarm_test: support more transports for GenSwarm by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3130
- go-clock migration by @guillaumemichel in https://github.com/libp2p/go-libp2p/pull/3293
- fix: Ensure tcpGatedMaListener wrapping on both metrics and non-metri… by @GarmashAlex in https://github.com/libp2p/go-libp2p/pull/3275
- ci: uci/copy-templates by @web3-bot in https://github.com/libp2p/go-libp2p/pull/3282
- Revert "go-clock migration" by @guillaumemichel in https://github.com/libp2p/go-libp2p/pull/3303
- basichost: use autonatv2 to verify reachability by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3231
- quic: gate connections before handshake by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3283
- autonatv2: add Unknown addrs to event by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3305
- chore: fix errors reported by golangci-lint by @galargh in https://github.com/libp2p/go-libp2p/pull/3295
- autonatv2: add metrics by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3308
- mocknet: notify listeners on listen by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3310
- ci: go-check now support golangci-lint by @galargh in https://github.com/libp2p/go-libp2p/pull/3309
- chore: update deps by @sukunrt in https://github.com/libp2p/go-libp2p/pull/3312
New Contributors
- @huochexizhan made their first contribution in https://github.com/libp2p/go-libp2p/pull/3219
- @algorandskiy made their first contribution in https://github.com/libp2p/go-libp2p/pull/3225
- @Prabhat1308 made their first contribution in https://github.com/libp2p/go-libp2p/pull/3237
- @argentpapa made their first contribution in https://github.com/libp2p/go-libp2p/pull/3222
- @b00f made their first contribution in https://github.com/libp2p/go-libp2p/pull/3258
- @vladopajic made their first contribution in https://github.com/libp2p/go-libp2p/pull/3242
- @levisyin made their first contribution in https://github.com/libp2p/go-libp2p/pull/3227
- @VolodymyrBg made their first contribution in https://github.com/libp2p/go-libp2p/pull/3261
- @vipocenka made their first contribution in https://github.com/libp2p/go-libp2p/pull/3273
- @GarmashAlex made their first contribution in https://github.com/libp2p/go-libp2p/pull/3275
Full Changelog: https://github.com/libp2p/go-libp2p/compare/v0.41.0...v0.42.0