PackageTrack
Sign in Get early access

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 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 46
  1. v0.7.1-0.20260627121216-8ca6b07b75c2 27 Jun 2026 pre-release

    Nothing published for this version

  2. v0.7.1-0.20250113222631-52c83a198927 13 Jan 2025 pre-release

    Nothing published for this version

  3. v0.7.1-0.20220331132356-f7def87d0fde 31 Mar 2022 pre-release

    Nothing published for this version

  4. v0.7.1-0.20220331100735-fd27955e1196 31 Mar 2022 pre-release

    Nothing published for this version

  5. v0.7.1-0.20220331092317-426a7d5f967d 31 Mar 2022 pre-release

    Nothing published for this version

  6. v0.7.1-0.20220330110258-21b679dc9132 30 Mar 2022 pre-release

    Nothing published for this version

  7. v0.7.1-0.20220330095016-e4f468d4d2ba 30 Mar 2022 pre-release

    Nothing published for this version

  8. v0.7.0 29 Mar 2022
    Release notes

    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.Expression interface 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
    Open source →
  9. v0.6.1-0.20220323143945-0e9fb0ac91e7 23 Mar 2022 pre-release

    Nothing published for this version

  10. v0.6.1-0.20220323133127-02408b51961b 23 Mar 2022 pre-release

    Nothing published for this version

  11. v0.6.1-0.20220315091153-6ffc55cde3b0 15 Mar 2022 pre-release

    Nothing published for this version

  12. v0.6.1-0.20220306131825-bdd667381ac5 06 Mar 2022 pre-release

    Nothing published for this version

  13. v0.6.1-0.20220303133158-f60202e41c9f 03 Mar 2022 pre-release

    Nothing published for this version

  14. v0.6.1-0.20220303072914-87b8b180471a 03 Mar 2022 pre-release

    Nothing published for this version

  15. v0.6.1-0.20220302190839-edab744d01a9 02 Mar 2022 pre-release

    Nothing published for this version

  16. v0.6.0 02 Mar 2022
    Release notes

    This release has two improvements that should make Hetty easier to work with:

    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.0 proto 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
    Open source →
  17. v0.5.2-0.20220302071444-6aa93b782eaf 02 Mar 2022 pre-release

    Nothing published for this version

  18. v0.5.2-0.20220228152101-857aa0c49e13 28 Feb 2022 pre-release

    Nothing published for this version

  19. v0.5.1 26 Feb 2022
    Release notes

    Changelog

    • d2858a2 Fix input fields for key-value pair tables losing focus
    Open source →
  20. v0.5.0 26 Feb 2022
    Release notes

    This release adds a new “Sender” module to easily create, edit and replay HTTP requests:

    Changelog

    Open source →
  21. v0.4.1-0.20220225200815-7e43479b5492 25 Feb 2022 pre-release

    Nothing published for this version

  22. v0.4.1-0.20220223142023-11f70282d745 23 Feb 2022 pre-release

    Nothing published for this version

  23. v0.4.1-0.20220222131039-efc20564c1a1 22 Feb 2022 pre-release

    Nothing published for this version

  24. v0.4.1-0.20220201171414-afa211d0ec98 01 Feb 2022 pre-release

    Nothing published for this version

  25. v0.4.1-0.20220131151719-cd5403e353c8 31 Jan 2022 pre-release

    Nothing published for this version

  26. v0.4.0 31 Jan 2022
    Release notes

    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 with CGO_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-test Github Action
    b3225bf Add initial tests for reqlog package
    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 Use embed instead of rice

    Open source →
  27. v0.3.2-0.20220131133756-2dc6538a3b4f 31 Jan 2022 pre-release

    Nothing published for this version

  28. v0.3.2-0.20220128192015-aa8ddf412242 28 Jan 2022 pre-release

    Nothing published for this version

  29. v0.3.2-0.20220126103547-73ebb89863bb 26 Jan 2022 pre-release

    Nothing published for this version

  30. v0.3.2-0.20220125122016-1489cb16bf34 25 Jan 2022 pre-release

    Nothing published for this version

  31. v0.3.2-0.20220121104554-d84d2d0905c8 21 Jan 2022 pre-release

    Nothing published for this version

  32. v0.3.2-0.20220101151503-8a3b3cbf021b 01 Jan 2022 pre-release

    Nothing published for this version

  33. v0.3.2-0.20211230104014-4e2eaea499e9 30 Dec 2021 pre-release

    Nothing published for this version

  34. v0.3.2-0.20210426072445-569f7bc76f86 26 Apr 2021 pre-release

    Nothing published for this version

  35. v0.3.2-0.20210423181836-ad3dc0da70e4 23 Apr 2021 pre-release

    Nothing published for this version

  36. v0.3.1 29 Dec 2020
    Release notes

    Changelog

    ad3fa7d Handle req log filter I/O when no project is set

    Open source →
  37. v0.3.0 24 Dec 2020
    Release notes

    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

    Open source →
  38. v0.2.2-0.20201229194642-ad3fa7d37961 29 Dec 2020 pre-release

    Nothing published for this version

  39. v0.2.1 01 Nov 2020
    Release notes

    This patch release restores support for Windows in GitHub releases.

    Changelog

    6931d63 Remove GitHub workflows
    71e87d3 Remove modd.conf
    81fbfe4 Tidy up .gitignore
    f6789fa Tidy up manual build process
    0ffbb61 Update README
    c01f190 Use Go instead of C for regexp sqlite func

    Open source →
  40. v0.2.0 29 Oct 2020
    Release notes

    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 for scope package
    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)

    Open source →
  41. v0.1.3-0.20200928205626-46caa05d2086 28 Sep 2020 pre-release

    Nothing published for this version

  42. v0.1.2 28 Sep 2020

    Nothing published for this version

  43. v0.1.1 28 Sep 2020

    Nothing published for this version

  44. v0.1.1-0.20200927190530-81ae8f55da76 27 Sep 2020 pre-release

    Nothing published for this version

  45. v0.1.0 27 Sep 2020

    Nothing published for this version

  46. v0.0.0-20220331132356-f7def87d0fde 31 Mar 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive