github.com/dstotijn/hetty
v0.7.0
#335 most downloaded on Go modules
dstotijn/hetty
What this package is like to depend on
Last release 1 months ago
27 Jun 2026
Ships unpredictably
gaps range from 8 days to 2.8 years
Most releases are documented
notes for 9 of 12 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
46 releases · first in 2020
1 release in the last 12 months
see the full history below
Release timeline
46 releases · Sep 2020 to Jun 2026Releases
latest 46-
v0.7.1-0.20260627121216-8ca6b07b75c227 Jun 2026 pre-releaseNothing published for this version
-
v0.7.1-0.20250113222631-52c83a19892713 Jan 2025 pre-releaseNothing published for this version
-
v0.7.1-0.20220331132356-f7def87d0fde31 Mar 2022 pre-releaseNothing published for this version
-
v0.7.1-0.20220331100735-fd27955e119631 Mar 2022 pre-releaseNothing published for this version
-
v0.7.1-0.20220331092317-426a7d5f967d31 Mar 2022 pre-releaseNothing published for this version
-
v0.7.1-0.20220330110258-21b679dc913230 Mar 2022 pre-releaseNothing published for this version
-
v0.7.1-0.20220330095016-e4f468d4d2ba30 Mar 2022 pre-releaseNothing published for this version
-
v0.7.029 Mar 2022Release notes
Open source →This release adds a new Intercept module! 🎉 Check out the new guide in the docs, and please reach out via discussions or Discord if you have any feedback. I’m very curious to hear how this feature can be improved. Of course if you spot a bug, please open an issue.
Changelog
- f60202e Add Snapcraft and Scoop config
- bdd6673 Add Snapcraft notice
- d3246b0 Add intercept feature to README
- 02408b5 Add intercept module
- d34258d Add links to intercept filter docs
- 0e9fb0a Add tests for
search.Expressioninterface implementations - 87b8b18 Fix README badges
- 6ffc55c Fix Snapcraft plugs config to allow network binding
- 3f5277e Fix light/dark mode logo in README
- edab744 Remove old docs
- 61fd3fc Update admin dependencies
-
v0.6.1-0.20220323143945-0e9fb0ac91e723 Mar 2022 pre-releaseNothing published for this version
-
v0.6.1-0.20220323133127-02408b51961b23 Mar 2022 pre-releaseNothing published for this version
-
v0.6.1-0.20220315091153-6ffc55cde3b015 Mar 2022 pre-releaseNothing published for this version
-
v0.6.1-0.20220306131825-bdd667381ac506 Mar 2022 pre-releaseNothing published for this version
-
v0.6.1-0.20220303133158-f60202e41c9f03 Mar 2022 pre-releaseNothing published for this version
-
v0.6.1-0.20220303072914-87b8b180471a03 Mar 2022 pre-releaseNothing published for this version
-
v0.6.1-0.20220302190839-edab744d01a902 Mar 2022 pre-releaseNothing published for this version
-
v0.6.002 Mar 2022Release notes
Open source →This release has two improvements that should make Hetty easier to work with:
- bef52d9 Add support to launch Chrome - Check this guide for details.
- ad26478 Add certificate management subcommands - Check this doc for details.
Changelog
- 6aa93b7 Add "Copy to Sender" button in reqlog table
- 7afc23b Add Homebrew tap to GoReleaser config
- ad26478 Add certificate management subcommands
- 2ddf2a7 Add logger
- bef52d9 Add support to launch Chrome
- d438f93 Fix incorrect var names
- 8269af9 Fix missing
HTTP/1.0proto enums - af26987 Fix sort order of request logs
- f15438e Fix stray outdated enum values
- 857aa0c Misc lint fixes
- fa3f24e Move gql handler out of
main, improve admin route matching - ed9a539 Remove stray console.log calls
- c5f76e1 Remove unused project open/close event listeners
- 29550ff Update README
- ca0c085 Use
ffcli, tidy up usage message
-
v0.5.2-0.20220302071444-6aa93b782eaf02 Mar 2022 pre-releaseNothing published for this version
-
v0.5.2-0.20220228152101-857aa0c49e1328 Feb 2022 pre-releaseNothing published for this version
-
v0.5.126 Feb 2022Release notes
Open source →Changelog
- d2858a2 Fix input fields for key-value pair tables losing focus
-
v0.5.026 Feb 2022Release notes
Open source →This release adds a new “Sender” module to easily create, edit and replay HTTP requests:
- efc2056 Add Sender module
Changelog
- b41fe29 Add "Copy to Sender" table action
- efc2056 Add Sender module
- afa211d Add
lintGithub Action - e07163f Add
prettierlint config - cd5403e Fix README
- ed39450 Fix default make target
- 7e43479 Reuse components across Proxy and Sender modules
- 11f7028 Tidy up
adminstructure - 44193cd Use Node v16 in CI/CD
-
v0.4.1-0.20220225200815-7e43479b549225 Feb 2022 pre-releaseNothing published for this version
-
v0.4.1-0.20220223142023-11f70282d74523 Feb 2022 pre-releaseNothing published for this version
-
v0.4.1-0.20220222131039-efc20564c1a122 Feb 2022 pre-releaseNothing published for this version
-
v0.4.1-0.20220201171414-afa211d0ec9801 Feb 2022 pre-releaseNothing published for this version
-
v0.4.1-0.20220131151719-cd5403e353c831 Jan 2022 pre-releaseNothing published for this version
-
v0.4.031 Jan 2022Release notes
Open source →The major change in this release is yet another database switch: from SQLite to BadgerDB.
With BadgerDB, the project is now "pure Go" and can be built withCGO_ENABLED=0. 🎉I will be slowly picking up the pace on Hetty again as of this year. There will be follow up releases in the following weeks and months to come, adding new features to the project. Keep an eye out on the roadmap, as I'll be updating it soon.
Changelog
2dc6538 Add
build-testGithub Action
b3225bf Add initial tests forreqlogpackage
ca3a729 Add linter, fix linting issue
4e2eaea Add sponsor
8a3b3cb Bump copyright year
e42e1c2 Bump elliptic from 6.5.3 to 6.5.4 in /admin (#65)
6e38b16 Bump elliptic from 6.5.3 to 6.5.4 in /docs (#66)
ad3dc0d Bump ini from 1.3.5 to 1.3.8 in /docs (#57)
49547f5 Bump prismjs from 1.22.0 to 1.23.0 in /docs (#64)
4ead501 Bump ssri from 6.0.1 to 6.0.2 in /admin (#70)
078bf30 Bump ssri from 6.0.1 to 6.0.2 in /docs (#71)
a42f003 Bump y18n from 4.0.0 to 4.0.1 in /admin (#68)
50c2eac Bump y18n from 4.0.0 to 4.0.1 in /docs (#69)
565c370 Fix GoReleaser config, update moq dep
d2e97f2 Fix typo "is" > "if" in CLI cert help text (#63)
8122b25 Remove dead code
d84d2d0 Replace SQLite with BadgerDB
73ebb89 Update Dockerfile
1489cb1 Update GoReleaser config
aa8ddf4 Update Next.js, Material UI
569f7bc Useembedinstead ofrice -
v0.3.2-0.20220131133756-2dc6538a3b4f31 Jan 2022 pre-releaseNothing published for this version
-
v0.3.2-0.20220128192015-aa8ddf41224228 Jan 2022 pre-releaseNothing published for this version
-
v0.3.2-0.20220126103547-73ebb89863bb26 Jan 2022 pre-releaseNothing published for this version
-
v0.3.2-0.20220125122016-1489cb16bf3425 Jan 2022 pre-releaseNothing published for this version
-
v0.3.2-0.20220121104554-d84d2d0905c821 Jan 2022 pre-releaseNothing published for this version
-
v0.3.2-0.20220101151503-8a3b3cbf021b01 Jan 2022 pre-releaseNothing published for this version
-
v0.3.2-0.20211230104014-4e2eaea499e930 Dec 2021 pre-releaseNothing published for this version
-
v0.3.2-0.20210426072445-569f7bc76f8626 Apr 2021 pre-releaseNothing published for this version
-
v0.3.2-0.20210423181836-ad3dc0da70e423 Apr 2021 pre-releaseNothing published for this version
-
v0.3.129 Dec 2020 -
v0.3.024 Dec 2020Release notes
Open source →Happy holidays! This release adds initial search support for request logs. Docs are still "to do". There's also a new icon in the top right of the request log to purge all logs (thanks @MichalZalecki!).
Changelog
07ef2f9 Add OG meta tags
430670a Add docs
16910bb Add lexer for reqlog search
471fa21 Add links to docs website in README
194d727 Add search expression support to admin interface
f7550d6 Add static asset for header image for README
8c2efdb Add support for string literal expressions in sqlite pkg
e59b9d6 Clear all HTTP request logs (#49)
efc115e Fix docs dir
5bce912 Replace lexer, add parser
dbc2577 Small doc fixes for mobile/lighthouse
8ab65fb Support implicit boolean expression nested in groups -
v0.2.2-0.20201229194642-ad3fa7d3796129 Dec 2020 pre-releaseNothing published for this version
-
v0.2.101 Nov 2020 -
v0.2.029 Oct 2020Release notes
Open source →Changelog
ad98dd7 Add .release-env and .vscode to .gitignore
6fad74c Add contributing guidelines
073bcea Add db & pem's to gitignore (#29)
46caa05 Add initial GitHub actions
fedb425 Add project management
d48f1f0 Add scaffolding forscopepackage
0d04996 Add scope support
ca707d1 Bump next from 9.5.3 to 9.5.4 in /admin (#36)
248001e Create CODE_OF_CONDUCT.md
1324010 Documenting CA certificates setup for hetty (#21)
c5bfb96 Fix link to Hacker101 Discord
f97e052 Fix usage snippet in README
6244d4a Link to discussions via issue templates
ba7d88d Replace Cayley with SQLite3
5f4bff0 Selectively query DB based on GraphQL query field collection
cf687f0 Update issue templates
fa41e9c pkg/scope: add mutexes around scope (#33)
98dacbe sqlite: fix nil deref on missing response (#32) -
v0.1.3-0.20200928205626-46caa05d208628 Sep 2020 pre-releaseNothing published for this version
-
v0.1.228 Sep 2020Nothing published for this version
-
v0.1.128 Sep 2020Nothing published for this version
-
v0.1.1-0.20200927190530-81ae8f55da7627 Sep 2020 pre-releaseNothing published for this version
-
v0.1.027 Sep 2020Nothing published for this version
-
v0.0.0-20220331132356-f7def87d0fde31 Mar 2022 pre-releaseNothing published for this version