Skip to content

Tags: kohenkatz/grpcui

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
release binaries and docker images for arm64 (fullstorydev#170)

* goreleaser creates arm64 release binaries
* add multi-arch docker build; includes arm64

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix local storage quota errors (fullstorydev#141)

- don't store entire RPC response since it's not even used; only store
  the minimum response info for rendering item in history
- limit storage for a single key to 1mb -- most grpcui instances will
  have only one key, so this should keep us well under normal quota
  (which is 5mb)
- even after above limit, if we still hit quota issue: don't blow up!
  instead, log the error and keep going

v1.1.0

Toggle v1.1.0's commit message
since go 1.15 no longer supports darwin/386 builds, exclude that from…

… goreleaser

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improve some sharp edges of request timeout validation (fullstorydev#76)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix go.mod for go 1.13 (fullstorydev#47)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add Dockerfile (fullstorydev#43)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add goreleaser config (fullstorydev#16)