go-sdk/docs/migrate-v0.15-to-v0.16.md

1.3 KiB

Migration Guide: v0.15 to v0.16

v0.16.0 introduces a number of API changes, which should be simple to migrate. Just follow this guide and if you still encounter problems, ask for help on Discord or feel free to create an issue.

Upstream API changes

As we aim to track API changes in Gitea 1.16 with this SDK release, you may find this summary listing of changes helpful.

GetPullRequestDiff

Added new parameter opts PullRequestDiffOption. Gitea 1.16 will default to omit binary file changes in diffs; if you still need that information, set opts.Binary = true. Related PRs:

ReadNotification, ReadNotifications, ReadRepoNotifications

The function now has a new return argument. The read notifications will now be returned by Gitea 1.16. If you don't require this information, use a blank identifier for the return variable.

Related PRs: