hetty Releases
49 releases of dstotijn/hetty
- v0.5.0
This release adds a new Sender module for creating, editing and replaying HTTP requests. It also improves code quality with linting and prettier configuration.
Feb 26, 2022
- v0.4.0
This release switches the database backend from SQLite to BadgerDB, making Hetty a pure Go project that can be built with CGO_ENABLED=0. It also adds initial test coverage and various dependency updates.
Jan 31, 2022
- v0.3.1
A minor patch release that fixes input/output handling issues related to request log filtering when no specific project is configured.
Dec 29, 2020
- v0.3.0
This version introduces a search feature for HTTP request logs, allowing users to filter and find specific entries, along with improved documentation and UI icons.
Dec 25, 2020
- v0.2.1
This patch release restores compatibility with Windows by removing complex build configurations like modd.conf and GitHub workflows.
Nov 1, 2020
- v0.2.0
A significant version bump that replaces Cayley with SQLite3 for database management, introduces scope support for data filtering, and adds project management tooling.
Oct 29, 2020
- v0.1.2
A minor update that adds support for tilde (`~`) expansion in database file paths to simplify user configurations.
Sep 28, 2020
- v0.1.1
This release focuses on configuration adjustments and project setup, including changes to the default database location and port, addition of project files like LICENSE, and cleanup of documentation.
Sep 28, 2020
- v0.1.0
This is the initial release of Hetty, a bare-bones MITM proxy bundled into a single binary. It features an embedded database for proxy logs and a Next.js admin interface for managing requests.
Sep 27, 2020