Skip to content

Commit

Permalink
Merge pull request #63 from pilagod/release-v2.6.0
Browse files Browse the repository at this point in the history
Release v2.6.0
  • Loading branch information
pilagod authored May 30, 2024
2 parents b99ed2b + e85fa88 commit de99036
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ In this case, if we have index on `(created_at, id)` columns, most DB engines wi
## Changelog
### v2.6.0
- Add flag `AllowTupleCmp` to enable SQL tuple comparison for performance optimization of composite cursors ([#62](https://github.com/pilagod/gorm-cursor-paginator/pull/62)), credit to [@tadeboro](https://github.com/tadeboro).
### v2.5.0
- Export `GetCursorEncoder` & `GetCursorDecoder` on `paginator.Paginator` ([#59](https://github.com/pilagod/gorm-cursor-paginator/issues/59)).
Expand Down

0 comments on commit de99036

Please sign in to comment.