forked from gitea/go-sdk
8.4 KiB
8.4 KiB
Changelog
v0.15.1 - 2022-01-04
- FEATURES
- BUGFIXES
- Fix version string for next release (#559)
v0.15.0 - 2021-08-13
- BREAKING
- FEATURES
- ENHANCEMENTS
v0.14.1 - 2021-06-30
v0.14.0 - 2021-03-21
- BREAKING
- FEATURES
- BUGFIXES
- ENHANCEMENTS
- Add workaround to get head branch sha of pulls with deleted head branch (#498)
- GetFile: Use "ref" in-query if posible (#491)
- Add DeleteTag & Correct DeleteReleaseByTag (#488)
- Add html_url field to Release struct (#477)
- Add Ref to Issue structs (#466)
- Update Issue Struct (#458)
- Use sync.Once for loading ServerVersion (#456)
- Add Gitea2Gitea Migration Support (#454)
- Add Helper for Optional Values (#448)
- Update CreateRepoOption struct (#445)
- Update CommitMeta Struct (#434)
- Update Struct NotificationSubject (#424)
- Add Debug Mode (#422)
- DOCS
v0.13.3 - 2021-03-22
- BUGFIXES
- ENHANCEMENTS
v0.13.2 - 2020-12-07
- BUGFIXES
- ENHANCEMENTS
v0.13.1 - 2020-09-29
- FEATURES
- BUGFIXES
- ENHANCEMENTS
v0.13.0 - 2020-09-15
- BREAKING
- Check Gitea Version Requirement (#419)
- All Function return http responce (#416)
- Remove opts from ListPullReviewComments (#411)
- Use enum AccessMode for OrgTeam and Collaborator functions (#408)
- CreateOrgOption rename UserName to Name (#386)
- EditMilestoneOption also use StateType (#350)
- Refactor RepoSearch to be easy usable (#346)
- FEATURES
- Milestone Functions accept name to identify (#418)
- Make http requests with context (#417)
- Add GetGlobalAttachmentSettings (#414)
- Add GetArchive (#413)
- Add GetRepoLanguages + TESTs (#412)
- Add CreateBranch (#407)
- Add Admin CronTask functions (#406)
- Add GetGlobalAPISettings Function (#404)
- Add Get Diff and Patch endpoints for pull requests (#398)
- Add Validate func for Create/Edit Options (#370)
- Add Function to get GetGlobalSettings and GetSettingAllowedReactions (#359)
- ENHANCEMENTS
- TrackedTime API >= 1.11.x needed (#415)
- Update Milestone struct (#410)
- Add Fallback for GetPullRequestDiff/Patch (#399)
- DeleteToken Accept Names too (#394)
- Update ListMilestoneOption struct (#393)
- Migration Api Changed (#392)
- Refactor Visibletype Orgs (#382)
- Extend Notification Functions (#381)
- Update GetGlobalSettings Functions (#376)
- Allow Creating Closed Milestones (#373)
- CreateLabel correct Color if needed for old versions (#365)
- Issue/Pull add IsLocked Property (#357)
- Update EditPullRequestOption Add Base (#353)
- File Create/Update/Delete detect DefaultBranch if Branch not set for old Versions (#352)
- Improve Error Handling (#351)
v0.12.2 - 2020-09-05
v0.12.1 - 2020-07-09
- ENHANCEMENTS
v0.12.0 - 2020-05-21
- BREAKING
- Support 2FA for basic auth & refactor Token functions (#335)
- PullMerge: use enum for MergeStyle (#328)
- Refactor List/SetRepoTopics (#276)
- Remove ListUserIssues() ... (#262)
- Extend SearchUsers (#248)
- Fix & Refactor UserApp Functions (#247)
- Add ListMilestoneOption to ListRepoMilestones (#244)
- Add ListIssueCommentOptions for optional param (#243)
- Refactor RepoWatch (#241)
- Add Pagination Options for List Requests (#205)
- FEATURES
- Add BranchProtection functions (#341)
- Add PullReview functions (#338)
- Add Issue Subscription Check & Fix DeleteIssueSubscription (#318)
- Add Branch Deletion (#317)
- Add Get/Update for oauth2 apps (#311)
- Add Create/Get/Delete for oauth2 apps (#305)
- Add DeleteFile() (#302)
- Add Get/Update/Create File (#281)
- Add List/Check/SetPublic/Delete OrgMembership functions (#275)
- Add ListRepoCommits (#266)
- Add TransferRepo (#264)
- Add SearchRepo API Call (#254)
- Add ListOptions struct (#249)
- Add Notification functions (#226)
- Add GetIssueComment (#216)
- BUGFIXES
- ENHANCEMENTS
- Check if gitea is able to squash-merge via API (#336)
- ListIssues: add milestones filter (#327)
- Update CreateRepoOption struct (#300)
- Add IssueType as filter for ListIssues (#286)
- Extend ListDeployKeys (#268)
- Use RepositoryMeta struct on Issues (#267)
- Use StateType (#265)
- Extend Issue Struct (#258)
- IssueSubscribtion: Check http Status responce (#242)
v0.11.3 - 2020-04-27
v0.11.2 - 2020-03-31
- ENHANCEMENTS
- On Internal Server Error, show request witch caused this (#297)
v0.11.1 - 2020-03-29
- BUGFIXES
- ENHANCEMENTS