Skip to content

Releases: AllDmeat/kaiten

2.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 09:17
b86d630

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 12:22
1b84d57

What's Changed

  • feat(card-service-desk-external-recipients): add SDK support by @AllDmeat in #460
  • feat(card-blocker-categories): add SDK support by @AllDmeat in #461
  • feat(card-sla): add SDK support by @AllDmeat in #462
  • feat(card-type-tree-entities): add SDK support by @AllDmeat in #463
  • feat(card-allowed-users): add SDK support by @AllDmeat in #464
  • feat(card-files): add SDK support by @AllDmeat in #465
  • feat(card-time-logs): add SDK support by @AllDmeat in #466
  • feat(audit-logs): add SDK support by @AllDmeat in #467
  • chore(deps): bump actions/cache from 5 to 6 by @dependabot[bot] in #399
  • chore(deps): bump github.com/apple/swift-http-types from 1.5.1 to 1.6.0 by @dependabot[bot] in #400
  • chore(deps): bump github.com/apple/swift-openapi-urlsession from 1.3.0 to 1.3.1 by @dependabot[bot] in #401
  • chore(deps): bump github.com/apple/swift-system from 1.7.2 to 1.8.0 by @dependabot[bot] in #405
  • chore(deps): bump github.com/apple/swift-openapi-generator from 1.12.2 to 1.13.0 by @dependabot[bot] in #403
  • feat(cli): resolve credentials from environment variables by @AllDmeat in #468

Full Changelog: 2.1.0...2.2.0

2.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 07:16
c71fe84

What's Changed

  • feat: add space automations to spec, SDK and CLI by @AllDmeat in #459
  • Select values can be read but not created, and the deleted flag never reaches callers by @AllDmeat in #458

Full Changelog: 2.0.2...2.1.0

2.0.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 06:53
0d971e7

What's Changed

  • fix: model private card files, unbreaking getCard on any card with an attachment by @AllDmeat in #457

Full Changelog: 2.0.1...2.0.2

2.0.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 16:03
b8c4292

What's Changed

  • feat(cli): collapse unexpanded collections to their ids, and keep data whole by @AllDmeat in #410

Full Changelog: 2.0.0...2.0.1

2.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 13:59
6e4aff1

What's Changed

  • feat(cli): omit nested entities from output unless --expand asks for them by @AllDmeat in #408

Full Changelog: 1.9.0...2.0.0

1.9.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 11:22
0500071

What's Changed

  • feat(cli): forward SDK inputs the CLI never exposed by @AllDmeat in #407

Full Changelog: 1.8.0...1.9.0

1.8.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:36
8faffd7

What's Changed

  • docs(openapi): clean up DOC_MISMATCH after Kaiten support fixed docs by @AllDmeat in #391
  • docs(openapi): clean up remaining DOC_MISMATCH markers by @AllDmeat in #394
  • ci: move Swift and Python out of mise to fix locked install on Linux/Windows by @AllDmeat in #398
  • chore(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #397
  • chore(deps): bump github.com/apple/swift-openapi-generator from 1.11.0 to 1.12.2 by @dependabot[bot] in #392
  • chore(deps): bump github.com/apple/swift-openapi-runtime from 1.11.0 to 1.12.0 by @dependabot[bot] in #393
  • chore(deps): bump github.com/apple/swift-system from 1.6.4 to 1.7.2 by @dependabot[bot] in #396
  • chore(deps): bump github.com/apple/swift-openapi-urlsession from 1.2.0 to 1.3.0 by @dependabot[bot] in #386
  • chore(deps): bump github.com/apple/swift-argument-parser from 1.7.1 to 1.8.2 by @dependabot[bot] in #395
  • chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #385
  • feat(agent): ship a plugin marketplace with a kaiten CLI skill by @AllDmeat in #406

Full Changelog: 1.7.1...1.8.0

1.7.1

Choose a tag to compare

@github-actions github-actions released this 18 May 20:28
ace4352

What's Changed

  • fix: replace nullable+allOf with anyOf for CardBlocker fields by @AllDmeat in #390

Full Changelog: 1.7.0...1.7.1

1.7.0

Choose a tag to compare

@github-actions github-actions released this 26 Mar 21:46
d5dce4d

What's Changed

  • chore(deps): bump github.com/apple/swift-openapi-generator from 1.10.4 to 1.11.0 by @dependabot[bot] in #376
  • Make transport init public by @AllDmeat in #377
  • perf: make DateFormatter static in RetryMiddleware (#369) by @AllDmeat in #378
  • docs: add pagination, filters, and option structs to README by @AllDmeat in #379
  • chore(deps): bump jdx/mise-action from 3 to 4 by @dependabot[bot] in #373
  • chore(deps): bump compnerd/gha-setup-swift from 0.3.0 to 0.4.0 by @dependabot[bot] in #374
  • fix: add unknown case to all SDK enums for forward compatibility (#364) by @AllDmeat in #382
  • docs: clarify isEmptyBody catch block and RetryMiddleware idempotency by @AllDmeat in #383
  • chore(deps): bump github.com/apple/swift-argument-parser from 1.7.0 to 1.7.1 by @dependabot[bot] in #375
  • fix: preserve response body in serverError after retry exhaustion by @AllDmeat in #380
  • feat: centralized rate-limit gate for 429 handling (#342) by @AllDmeat in #381

Full Changelog: 1.6.0...1.7.0