Releases: ZaparooProject/go-pn532
Releases · ZaparooProject/go-pn532
Release list
v0.22.1
What's Changed
- fix(detection): make bus auto-detect opt-in by @wizzomafizzo in #77
Full Changelog: v0.22.0...v0.22.1
v0.22.0
What's Changed
- feat(detection): parallel I2C bus probing in Safe/Full modes by @wizzomafizzo in #75
- chore(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 by @dependabot[bot] in #71
- chore(deps): bump golang.org/x/sys from 0.42.0 to 0.43.0 by @dependabot[bot] in #72
- chore(deps): bump periph.io/x/conn/v3 from 3.7.2 to 3.7.3 by @dependabot[bot] in #74
- chore(deps): bump softprops/action-gh-release from 2.6.1 to 3.0.0 by @dependabot[bot] in #73
Full Changelog: v0.21.1...v0.22.0
v0.21.1
What's Changed
- chore: add Dependabot config by @wizzomafizzo in #52
- chore(deps): bump codecov/codecov-action from 4 to 6 by @dependabot[bot] in #59
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.11.1 by @dependabot[bot] in #58
- chore(deps): bump actions/upload-artifact from 4 to 7 by @dependabot[bot] in #57
- chore(deps): bump actions/download-artifact from 5 to 8 by @dependabot[bot] in #53
- chore(deps): bump dorny/paths-filter from 3 to 4 by @dependabot[bot] in #55
- chore(deps): bump golang.org/x/sys from 0.35.0 to 0.42.0 by @dependabot[bot] in #54
- chore(deps): bump github.com/sasha-s/go-deadlock from 0.3.6 to 0.3.9 by @dependabot[bot] in #56
- ci: pin GitHub Actions to commit SHAs by @wizzomafizzo in #60
- ci: add CodeQL code scanning by @wizzomafizzo in #61
- ci: add OpenSSF Scorecard workflow by @wizzomafizzo in #62
- ci: add dependency review workflow by @wizzomafizzo in #63
- ci: add SBOM generation and artifact attestations to releases by @wizzomafizzo in #64
- ci: add license deny list to dependency review by @wizzomafizzo in #65
- fix(ndef): stop parsing at ME flag to tolerate trailing data by @wizzomafizzo in #66
- ci: run pr-title workflow under pull_request to attach check to PR head by @wizzomafizzo in #69
- fix(polling): harden Start-path against goroutine leaks by @wizzomafizzo in #67
- fix(mifare): continue-on-error format with classified errors by @wizzomafizzo in #68
- fix(device): make auto-detection best-effort across candidates by @wizzomafizzo in #70
New Contributors
- @dependabot[bot] made their first contribution in #59
Full Changelog: v0.21.0...v0.21.1
v0.21.0
What's Changed
- feat: bulk write mode, NTAG read-only support, and I2C fixes by @wizzomafizzo in #48
Full Changelog: v0.20.3...v0.21.0
v0.20.3
What's Changed
- fix: discard all failed probes in Safe mode by @wizzomafizzo in #42
- fix: resolve UART disconnect/reconnection detection failures by @wizzomafizzo in #43
Full Changelog: v0.20.2...v0.20.3
v0.20.2
What's Changed
- fix: add stabilization delay to prevent write failures (error 0x27) by @wizzomafizzo in #40
Full Changelog: v0.20.1...v0.20.2
v0.20.1
What's Changed
- fix: don't fire OnCardRemoved on fatal communication errors by @wizzomafizzo in #39
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
- Reduce UART probe timeout and cache user data page by @wizzomafizzo in #38
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Cache CC bytes and fix target selection after SendRawCommand by @wizzomafizzo in #37
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- Remove RF stabilization check for faster tag detection by @wizzomafizzo in #36
Full Changelog: v0.17.0...v0.18.0