What's Changed
- chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 by @dependabot[bot] in #198
- chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #199
- chore(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 by @dependabot[bot] in #204
- chore(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 by @dependabot[bot] in #203
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #210
- chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by @dependabot[bot] in #211
- chore(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 by @dependabot[bot] in #215
- chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 by @dependabot[bot] in #214
- chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 by @dependabot[bot] in #216
- chore: update CODEOWNERS to @rootulp and @evan-forbes and @rach-id by @cmwaters in #217
- refactor!: return value instead of pointer from
NewShareby @rootulp in #222 - ci: add assign random reviewer workflow by @tty47 in #219
- docs: add CLAUDE.md for Claude Code guidance by @rootulp in #221
- fix!: add bounds checks to share builder to prevent panics by @rootulp in #224
- fix!: return error from SubTreeWidth when subtreeRootThreshold <= 0 by @rootulp in #226
- docs: add architecture diagrams to README by @rootulp in #227
- test(share): add unit tests for
Namespace.AddIntby @rootulp in #228 - chore!: bump module to v4 and add proto/blob/v4 (1/5) by @rootulp in #233
- feat: add PayForFibreNamespace and ShareVersionTwo constants (2/5) by @rootulp in #234
- fix!: prevent integer overflow in RoundUpPowerOfTwo and RoundDownPowerOfTwo by @rootulp in #225
- feat: add ShareVersionTwo blob and share support (3/5) by @rootulp in #235
- chore(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #238
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #239
- feat: add FibreTx marshal/unmarshal (4/5) by @rootulp in #236
- feat(share): add Hash method to Blob by @rootulp in #241
- docs: add v2 share type diagram for Fibre to README by @rootulp in #243
- chore: deprecate square.Build by @rootulp in #244
- feat!: add Fibre support to Builder and square construction (5/5) by @rootulp in #237
- test: verify Fibre integration gaps and document limitations by @rootulp in #242
New Contributors
Full Changelog: v3.0.2...v4.0.0-rc3