Releases: go-tapd/tapd
Releases · go-tapd/tapd
v0.3.2
What's Changed
- build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #24
New Contributors
- @dependabot made their first contribution in #24
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
What's Changed
Incompatible adjustment
Changes
- feat(api/attachment): added
GetAttachments/GetAttachmentDownloadURL/GetImageDownloadURL/GetDocumentDownloadURLby @flc1125 in #17 - chore(api/story): optimize
GetStoryCustomFieldsSettingsandGetStoryRelatedBugsby @flc1125 in #18 - feat(api/story): added more and more... by @flc1125 in #20
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Incompatible adjustment
Changes
- feat(api/user): added
GetRoles()forUserServiceby @flc1125 in #9 - feat(api/report): added
GetReports()forReportServiceby @flc1125 in #10 - feat(api/comment): added
CommentEntryTypeMiniItemsfor support mini_items by @flc1125 in #11 - feat(api/task): added
GetTasksforTaskServiceby @flc1125 in #12 - feat(api/task): added
GetTaskFieldsInfoandGetTasksCountforTaskServiceby @flc1125 in #14 - tests(request): improved test coverage by @flc1125 in #15
- feat(api/task): added
GetTaskChangesforGetTaskChangesCountby @flc1125 in #16
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat(comment): Added
CreateComment,GetCommentsCount,UpdateCommentby @flc1125 in 1d8d45b - feat(api): Added
GetMemberActivityLogandGetCommentsby @flc1125 in #3 - chore(response): optimize
ErrorResponseby @flc1125 in #4 - feat(webhook): Added webhook
Events,Listeners, andDispatcherby @flc1125 in #5 - feat(webhook):
processStoryCreateandprocessBugCreateby @flc1125 in #6 - chore(client): remove the Logger from the default HTTPClient by @flc1125 in #7
- docs(README): Added warn message by @flc1125 in #8
Full Changelog: v0.0.1...v0.1.0