All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- unlimited checkout depth Trying to fix smart-release action
- checkout with history for smart-release
- add release action
- add service management cli commands Add CLI subcommands for adding (idempotent), listing and deleting service v3 keys.
- 4 commits contributed to the release.
- 5 days passed between releases.
- 4 commits were understood as conventional.
- 2 unique issues were worked on: #11, #12
view details
- derive config from cli expressions Drive onionpipe builder entirely from config, deriving a dynamic config from the CLI if a file is not specified.
- secret key store for service and client auth keys
- 3 commits contributed to the release over the course of 42 calendar days.
- 63 days passed between releases.
- 2 commits were understood as conventional.
- 2 unique issues were worked on: #8, #9
view details
- README updates Updating README to reflect state of latest 0.3.0 release
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #6
- parse forward expressions from CLI Parse multiple onionpipe-style expressions from command line args.
- 2 commits contributed to the release.
- 5 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #5
view details
- add gh to nix shell gh needed for Github releases
- forward expression parser Parse onionpipe forwarding expressions.
- 3 commits contributed to the release.
- 7 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #4
view details
- update README
- 3 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- add local cargo bin to $PATH
- github action
- rename onion secret key field Make it clear this is a sensitive field.
- separate library and CLI binary
- add readme
- forward given exports, cleanup Create onions from the given exports rather than a hard-coded one. More graceful shutdown on interrupt. Organizing module usage.
- structuring into types, annotate errors
- initial commit Early proof of concept
- update README
- add changelog
- cli
Drive-by fixes:
- Fix import forwarding loop, should continue, not return on connection error
- 16 commits contributed to the release over the course of 148 calendar days.
- 12 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- Release onionpipe v0.2.0 (
4b24e2e
) - Add changelog (
f85ff12
) - Release onionpipe v0.2.0 (
2b677d3
) - Add local cargo bin to $PATH (
d096a5d
) - Merge pull request #3 from cmars/feat/cli (
5dc3f04
) - Cli (
52b4077
) - Github action (
33b49d8
) - Rename onion secret key field (
f87b6b5
) - Merge pull request #2 from cmars/feat/config (
3ccfa64
) - Config file (
47c9f70
) - Separate library and CLI binary (
34b147b
) - Implement imports (
2062d9a
) - Add readme (
dc64dbe
) - Forward given exports, cleanup (
c9306cb
) - Structuring into types, annotate errors (
09760db
) - Initial commit (
ce28653
)
- Release onionpipe v0.2.0 (