Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 04:36
· 18 commits to main since this release
3bf502d

Container Images

  • mm62/tmpbbs:4.0.0
  • ghcr.io/mmb/tmpbbs:4.0.0

What's Changed

  • Limit POST body size with http.MaxBytesReader by @mmb in #142
  • Bump github.com/oklog/ulid/v2 from 2.1.0 to 2.1.1 by @dependabot in #143
  • Bump google.golang.org/grpc from 1.72.1 to 1.72.2 by @dependabot in #144
  • Bump docker/build-push-action from 6.17.0 to 6.18.0 by @dependabot in #145
  • Debounce emoji suggestion requests by @mmb in #146
  • Use go mod download in Dockerfile for better caching by @mmb in #147
  • Start transition from UUID to ID by @mmb in #148
  • Convert remaining UUID to ID by @mmb in #149
  • Change posts slice to linked list in PostStore by @mmb in #150
  • Use list MoveToFront for bumping by @mmb in #153
  • Bump golang.org/x/text from 0.25.0 to 0.26.0 by @dependabot in #151
  • Bump google.golang.org/grpc from 1.72.2 to 1.73.0 by @dependabot in #152
  • Add optional pruning of stale posts by @mmb in #154
  • Make type assertion nolints consistent by @mmb in #155
  • Check for nil wrapper in wrappingEmojiParser.parse() by @mmb in #156

Full Changelog: v3.10.0...v4.0.0