Hi maintainers,
PR #1348 has been merged, which refactors the parameter/return types of Count, Limit, and Offset from int32 to int64.
This is a breaking change (see the PR for details: #1348).
Since we're introducing a breaking change, I suggest we release the next version as v1.3.0 instead of a patch release.
When preparing the release, please:
- Update the version in version.go
- Add a clear note about this breaking change in CHANGELOG.md
- Consider mentioning the migration path (change int32 → int64 in user code)
Thanks!
Hi maintainers,
PR #1348 has been merged, which refactors the parameter/return types of Count, Limit, and Offset from int32 to int64.
This is a breaking change (see the PR for details: #1348).
Since we're introducing a breaking change, I suggest we release the next version as v1.3.0 instead of a patch release.
When preparing the release, please:
Thanks!