v1.2.3
2023-05-01Release v1.2.3 includes API documentation updates, upgrade to jQuery 3.x, and a pre-generated minified CSS adaptive theme.
v1.2.2
2023-04-20Adds web UI CSS theming support, updates Go dependencies, and updates OpenAPI docs to v3.0.3.
v1.2.1
2022-09-19Release v1.2.1 fixes go.mod (PR #76) resolving #75 and updates dependencies.
v1.2.0
2022-06-08Migrates to Go Modules and GitHub Actions, adds CLI options for HTTP path prefix and restricted mode, switches from Bolt to BBolt, updates dependencies, and includes minor bug and security fixes.
v1.1.0
2020-08-27Updated Docker image accepts config via environment variables, refreshed dependencies (httprouter, mysql, pq), adds UI copy-to-clipboard buttons for request details and basket URL, and introduces a CLI parameter to bootstrap predefined baskets on startup.
v1.0.0
2019-02-22Introduces /api/* REST endpoints for stats and version, UI improvements for admin page, deprecates old /baskets/* (still supported), and enforces semantic versioning.
v0.9
2018-11-22The release includes web UI improvements and fixes, minor security fixes for forwarding, and improved Docker builds with updated documentation.
v0.8
2018-05-15Baskets can operate in full proxy mode using proxy_response to forward service responses back to original clients, plus UI improvements include a detailed admin basket list and quick-share for individual baskets.
v0.7
2018-01-29Implemented SQL database storage for baskets and collected HTTP requests, enabling multiple Request Basket service instances to share a common database for scalable deployments (see README.md for details).