Skip to content

Releases: go-tapd/tapd

v0.3.2

11 Nov 14:47
b431081

Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #24

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Sep 08:59
e47524b

Choose a tag to compare

What's Changed

  • feat(api/story): added GetStoriesCountByCategories and GetStoryChanges by @flc1125 in #21
  • feat(features): Fix Get Story by @fcorz in #22

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Sep 00:16
f35b7f8

Choose a tag to compare

What's Changed

Incompatible adjustment

  • refactor(api/types): refactor Multi/Enum by @flc1125 in #19

Changes

  • feat(api/attachment): added GetAttachments/GetAttachmentDownloadURL/GetImageDownloadURL/GetDocumentDownloadURL by @flc1125 in #17
  • chore(api/story): optimize GetStoryCustomFieldsSettings and GetStoryRelatedBugs by @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

30 Aug 03:09
c258a84

Choose a tag to compare

What's Changed

Incompatible adjustment

  • refactor(api/types): refactor ID and Fields to MultiType[T] by @flc1125 in #13

Changes

  • feat(api/user): added GetRoles() for UserService by @flc1125 in #9
  • feat(api/report): added GetReports() for ReportService by @flc1125 in #10
  • feat(api/comment): added CommentEntryTypeMiniItems for support mini_items by @flc1125 in #11
  • feat(api/task): added GetTasks for TaskService by @flc1125 in #12
  • feat(api/task): added GetTaskFieldsInfo and GetTasksCount for TaskService by @flc1125 in #14
  • tests(request): improved test coverage by @flc1125 in #15
  • feat(api/task): added GetTaskChanges for GetTaskChangesCount by @flc1125 in #16

Full Changelog: v0.1.0...v0.2.0

v0.1.0

29 Aug 01:13
9d89271

Choose a tag to compare

What's Changed

  • feat(comment): Added CreateComment,GetCommentsCount,UpdateComment by @flc1125 in 1d8d45b
  • feat(api): Added GetMemberActivityLog and GetComments by @flc1125 in #3
  • chore(response): optimize ErrorResponse by @flc1125 in #4
  • feat(webhook): Added webhook Events, Listeners, and Dispatcher by @flc1125 in #5
  • feat(webhook): processStoryCreate and processBugCreate by @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

v0.0.1

27 Aug 07:03
5898e10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/flc1125/go-tapd/commits/v0.0.1