Releases: go-tapd/tapd
Releases · go-tapd/tapd
v0.8.0
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
v0.7.0
v0.6.0
v0.5.0
v0.4.1
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
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
withcopyloopvar
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
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
/GetDocumentDownloadURL
by @flc1125 in #17 - chore(api/story): optimize
GetStoryCustomFieldsSettings
andGetStoryRelatedBugs
by @flc1125 in #18 - feat(api/story): added more and more... by @flc1125 in #20
Full Changelog: v0.2.0...v0.3.0