Skip to content

Releases: go-tapd/tapd

v0.8.0

03 Jan 02:02
ed74ca3
Compare
Choose a tag to compare

What's Changed

  • feat(bug): added UpdateBug by @flc1125 in #46
  • feat(bug): make defect severity level configurable by @flc1125 in #48
  • chore(story): reorganize methods and structs for better readability by @flc1125 in #49
  • refactor(test): move test data files to internal/testdata directory by @flc1125 in #50
  • refactor(story): add custom fields and custom plan fields to Story struct and related requests by @flc1125 in #51

Full Changelog: v0.7.1...v0.8.0

v0.7.1

31 Dec 08:52
7a10278
Compare
Choose a tag to compare

What's Changed

  • feat(webhook): enhanced ability to dispatch by @flc1125 in #43
  • feat(webhook): Optimize the event structure by @flc1125 in #45

Full Changelog: v0.7.0...v0.7.1

v0.7.0

30 Dec 05:57
253afe5
Compare
Choose a tag to compare

What's Changed

  • feat(workflow): added GetAllLastSteps by @flc1125 in #40
  • refactor(api_task.go): Change type of several fields from *Multi[int]… by @flc1125 in #41
  • feat(iteration): added UpdateIteration by @flc1125 in #42

Full Changelog: v0.6.0...v0.7.0

v0.6.0

29 Dec 14:56
3647d52
Compare
Choose a tag to compare

What's Changed

  • add(config): add renovate config file by @flc1125 in #35
  • build(go.mod): upgrade go version to 1.22 by @flc1125 in #37
  • feat(iterations): added GetWorkitemTypes/GetIterationsCount/GetIterations/GetTemplateList/GetWorkitemTypes by @flc1125 in #38

Full Changelog: v0.5.0...v0.6.0

v0.5.0

13 Dec 03:56
8bab1ce
Compare
Choose a tag to compare

What's Changed

  • refactor(module): Update module path to github.com/go-tapd/tapd by @flc1125 in #34

Full Changelog: v0.4.1...v0.5.0

v0.4.1

04 Dec 15:56
d350023
Compare
Choose a tag to compare

What's Changed

  • fix(bug): resolve data type issue by @flc1125 in #32
  • build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #33

Full Changelog: v0.4.0...v0.4.1

v0.4.0

04 Dec 00:51
08d31f9
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #25
  • refactor(api): Remove redundant New*Service constructors and inline initializations by @flc1125 in #26
  • build(.golangci.yml): replace exportloopref with copyloopvar by @flc1125 in #27
  • feat(client): Add SettingService to Tapd API client by @flc1125 in #28
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #29
  • feat(bug): added GetBugs by @flc1125 in #30
  • refactor(webhook): move webhook to subdirectory and simplify naming by @flc1125 in #31

Full Changelog: v0.3.2...v0.4.0

v0.3.2

11 Nov 14:47
b431081
Compare
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
Compare
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
Compare
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