#1363·bun

Important Notes on Releasing the Next Version

Author: AoangCreated Apr 7, 2026Updated Jul 22, 2026
Labelsstaleno stalebotrelease

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: https://github.com/uptrace/bun/pull/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!


Update