Skip to content

Releases: kavix/kurl

v0.1.0-auto.2026.8.10-083218-9fd41ef

Choose a tag to compare

Changelog

v0.1.0-auto.2026.8.10-083114-4fdd318

Choose a tag to compare

Changelog

v0.1.0-auto.2026.8.10-082747-6db3535

Choose a tag to compare

@github-actions github-actions released this 10 Aug 08:28
6db3535

Changelog

  • 6db3535 feat: add Server-Sent Events (SSE) streaming support (kurl sse, --sse-filter, --sse-output) (#28)

v0.1.0-auto.2026.8.10-082554-ab90f0b

Choose a tag to compare

@github-actions github-actions released this 10 Aug 08:26
ab90f0b

Changelog

  • ab90f0b feat: add native GraphQL support (queries, variables, introspection, generation) (#27)

v0.1.0-auto.2026.8.10-082519-6047a48

Choose a tag to compare

@github-actions github-actions released this 10 Aug 08:26
6047a48

Changelog

  • 6047a48 Fix date format for auto tag generation (#26)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 May 14:26

Changelog

  • e1a0b12 Add docs for saving & replaying requests
  • 7d02922 Add docs, changelog and tidy README
  • d0cf68c Add environment profile support
  • d8b0a5c Add interactive WebSocket client support
  • 4640bbb Add save/run commands to persist requests
  • bc592a5 Add templates, lint config, and formatting fixes
  • 9febeb7 Create RELEASES.md
  • 7af783f Update kurl
  • 3c8a541 chore: prepare release v1.1.0

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 22 May 09:12

Changelog

  • 0deb66b feat: Add --install-alias flag to permanently solve zsh globbing issues

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 22 May 09:09

Changelog

  • 5a1e8c5 Optimize rendering performance by buffering stdout
  • bea565e Update kurl

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 22 May 08:53

Changelog

  • 72df7be Add --version flag and build metadata
  • 7df86a3 Add GitHub Actions workflow for Go project
  • 4f0c577 Add HTML pretty-printer and client tweaks
  • a187112 Add release pipeline and concurrent DNS resolver
  • 16cc57a Create .DS_Store
  • eb3e1b2 Downgrade Go version and x/net, update binary
  • 1c15097 Enable Homebrew tap token in release workflow
  • e84952c Format imports in printer/html.go
  • f66393f Initial commit
  • 21a6c8e Initial kurl CLI implementation
  • 1dada6f Merge branch 'main' of https://github.com/kavix/kurl
  • 533fefa Merge pull request #1 from kavix/kavix-patch-1
  • ad5aeac Specify HOMEBREW_TAP_GITHUB_TOKEN explicitly in GoReleaser config
  • d4955a7 Update Go workflow to Go 1.22 and setup-go v5
  • 0687362 Update GoReleaser action to v6 in release workflow
  • 078e92c Update README.md with comprehensive premium documentation