Skip to content

Releases: semaphoreci/cli

v0.35.0

29 Apr 15:15
v0.35.0
9ae83ed

Choose a tag to compare

Changelog

  • 9ae83ed fix: paginate sem get tasks to return all tasks for a project (#249)

v0.34.0

27 Apr 14:50
v0.34.0
b20b986

Choose a tag to compare

Changelog

  • 28ce98e Add safety limit on maximum pagination depth
  • 7b13558 Add tests for pipeline pagination and model serialization
  • d71ea81 Fix retry robustness, error handling, and add integration tests
  • a1330b0 Harden error handling: non-retryable 3xx, nil-header guard, nil-safe NonRetryable
  • 39153a2 Improve error handling, add missing tests from review
  • b56f187 Move deserialization inside retry loop for resilience
  • dbbe92d Paginate within age window instead of using --all flag
  • 6429a0c Remove HTTP integration tests for pipeline pagination
  • 197fbfe Update pipeline test URL patterns for pagination query params
  • 40328be feat: add --all flag to paginate through all pipelines
  • b20b986 feat: surface after-pipeline task info in pipeline describe (#245)
  • 6483871 fix: mark 3xx/4xx as non-retryable in ListProjects (#250)

v0.33.1

01 Apr 12:26
v0.33.1
3a85efe

Choose a tag to compare

Changelog

  • 022f07d feat: add task visibility commands to the CLI
  • 9002d4f feat: show error descriptions in trigger table and active status in task list
  • d38b78d fix: address PR review feedback for task visibility commands
  • 97ff8ee fix: model task parameters as array of objects, not map
  • 3a85efe fix: refactor editor command execution to handle file paths with spaces (#248)

v0.33.0

09 Feb 10:56
v0.33.0
051a91a

Choose a tag to compare

Changelog

  • 051a91a Migrate to ubuntu2404 (#244)
  • 7dc2937 chore: use security-toolbox from public monorepo (#239)
  • 4b65854 feat: Project tasks support reference object (#240)
  • a7e46d0 feat: add shell completion for sem context (#238)
  • 16e9c3c feat: support tags in notifications (#241)
  • bc006a8 fix: when the sem connect fails, it should print a line break to look a bit tidier (#243)

v0.32.0

23 Jun 06:26
v0.32.0
2e35022

Choose a tag to compare

Changelog

  • 2e35022 feat: list all projects using pagination in v1alpha/projects (#237)

v0.31.0

19 Feb 20:13
ae88c2c

Choose a tag to compare

Changelog

  • ae88c2c feat: page size and pagination for get notifications cmd (#235)

v0.30.1

08 Oct 18:44
v0.30.1
1f84651

Choose a tag to compare

Changelog

  • 1f84651 feat: expose creation timestamp filters for pipelines/workflows (#234)

v0.30.0

26 Jun 18:27
v0.30.0
0c5b1bf

Choose a tag to compare

Changelog

v0.29.0

23 Apr 08:57
v0.29.0
587ba17

Choose a tag to compare

Changelog

  • 587ba17 Add project secret create to sem create secret (#228)

v0.28.6

24 Jan 10:03
f37692f

Choose a tag to compare

Changelog

  • 960f494 Change default os image to Ubuntu 20.04
  • b257736 Fix version when building with Makefile (#194)