Skip to content

Latest commit

 

History

History
287 lines (194 loc) · 11.5 KB

CHANGELOG.md

File metadata and controls

287 lines (194 loc) · 11.5 KB

Changelog

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.

v0.4.0 (2023-05-06)

Chore

  • unlimited checkout depth Trying to fix smart-release action
  • checkout with history for smart-release

Bug Fixes

  • add release action

New Features (BREAKING)

  • add service management cli commands Add CLI subcommands for adding (idempotent), listing and deleting service v3 keys.

Commit Statistics

  • 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

Commit Details

view details
  • #11
    • Add service management cli commands (d62e283)
  • #12
  • Uncategorized
    • Unlimited checkout depth (66945d1)
    • Checkout with history for smart-release (51e1e40)

v0.3.2 (2023-04-30)

Chore

  • derive config from cli expressions Drive onionpipe builder entirely from config, deriving a dynamic config from the CLI if a file is not specified.

New Features

  • secret key store for service and client auth keys

Commit Statistics

  • 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

Commit Details

view details
  • #8
    • Derive config from cli expressions (401c60c)
  • #9
    • Secret key store for service and client auth keys (70a15ca)
  • Uncategorized
    • Release onionpipe v0.3.2 (35b428e)

v0.3.1 (2023-02-26)

Chore

  • README updates Updating README to reflect state of latest 0.3.0 release

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #6

Commit Details

view details

v0.3.0 (2023-02-25)

New Features

  • parse forward expressions from CLI Parse multiple onionpipe-style expressions from command line args.

Commit Statistics

  • 2 commits contributed to the release.
  • 5 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #5

Commit Details

view details
  • #5
    • Parse forward expressions from CLI (b5554e0)
  • Uncategorized
    • Release onionpipe v0.3.0 (bf2c441)

v0.2.2 (2023-02-20)

Chore

  • add gh to nix shell gh needed for Github releases

New Features

  • forward expression parser Parse onionpipe forwarding expressions.

Commit Statistics

  • 3 commits contributed to the release.
  • 7 days passed between releases.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #4

Commit Details

view details
  • #4
    • Forward expression parser (28c832e)
  • Uncategorized

v0.2.1 (2023-02-12)

Chore

  • update README

Commit Statistics

  • 3 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v0.2.0 (2023-02-12)

Chore

  • 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

Chore

  • update README

Chore

  • add changelog

New Features

  • cli Drive-by fixes:
    • Fix import forwarding loop, should continue, not return on connection error

Commit Statistics

  • 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

Commit Details

view details
  • Uncategorized