API changes in Gitea 1.16 #558

Closed
opened 2021-12-23 13:20:22 +00:00 by noerw · 6 comments
Member

tracking API changes that need SDK modifications.

breaking changes:

  • #543: notifications apis have responses now

new apis:

api changes:

tracking API changes that need SDK modifications. ### [breaking changes](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+is%3Amerged+label%3Akind%2Fapi+label%3Akind%2Fbreaking+milestone%3A1.16.0): - [x] #543: notifications apis have responses now ### [new apis](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+is%3Amerged+label%3Akind%2Fapi+label%3Akind%2Ffeature+milestone%3A1.16.0): - [x] #547: issue templates - [x] repo transfers https://github.com/go-gitea/gitea/pull/17963 - [x] file commit history https://github.com/go-gitea/gitea/pull/17652 - [x] wiki edit/get api https://github.com/go-gitea/gitea/pull/17278 - [x] commit diff/patch https://github.com/go-gitea/gitea/pull/17095 ### [api changes](https://github.com/go-gitea/gitea/pulls?q=is%3Apr+is%3Amerged+label%3Akind%2Fapi+-label%3Akind%2Ffeature+-label%3Akind%2Fbug+milestone%3A1.16.0): - [x] #565 Pull has `MirrorUpdated` field https://github.com/go-gitea/gitea/pull/18267 - [x] add htmlurls to notification subjects https://github.com/go-gitea/gitea/pull/17178 - [x] new fork repo param `name` https://github.com/go-gitea/gitea/pull/18066 - [x] Add filter by owner and team to issue/pulls search endpoint https://github.com/go-gitea/gitea/pull/16662
noerw added the
upstream/gitea
label 2021-12-23 13:20:22 +00:00
noerw changed title from API changes in 1.16 to API changes in Gitea 1.16 2021-12-23 13:20:31 +00:00
Contributor

Addressed by #566

> - [x] #565 Pull has `MirrorUpdated` field https://github.com/go-gitea/gitea/pull/18267 Addressed by https://gitea.com/gitea/go-sdk/issues/566
Contributor

#565 has been merged so one checkbox can be checked!

https://gitea.com/gitea/go-sdk/pulls/565 has been merged so one checkbox can be checked!
Contributor

API changes already have been implemented now:

add htmlurls to notification subjects -> #548
new fork repo param name -> #576
Add filter by owner and team to issue/pulls search endpoint -> #585

New API:
repo transfers -> #586

API changes already have been implemented now: `add htmlurls to notification subjects` -> https://gitea.com/gitea/go-sdk/pulls/548 `new fork repo param name` -> https://gitea.com/gitea/go-sdk/pulls/576 `Add filter by owner and team to issue/pulls search endpoint` -> https://gitea.com/gitea/go-sdk/pulls/585 New API: `repo transfers` -> https://gitea.com/gitea/go-sdk/pulls/586
Contributor

file commit history -> #588

`file commit history` -> https://gitea.com/gitea/go-sdk/pulls/588
Contributor

Any hope of getting v1.16 out the door any time soon?
It's been 2 years since the last tagged release.
Having to rely on commit versions of the library feels a bit so-so from a stability standpoint.

Any hope of getting `v1.16` out the door any time soon? It's been 2 years since the last tagged release. Having to rely on commit versions of the library feels a bit so-so from a stability standpoint.
Owner

Closed as all tasks resolved.

Closed as all tasks resolved.
lunny closed this issue 2023-08-21 03:59:41 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/go-sdk#558
No description provided.