Skip to content

Latest commit

 

History

History
132 lines (87 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

132 lines (87 loc) · 2.8 KB

Changelog

All notable changes to this project will be documented in this file.

[2.1.0] - 2025-02-28

🚀 Features

  • Streamline init flow (#35)
  • Refactor tunnel into node-socket (#39)
  • Add client counter for tunnel command (#41)
  • Implemented support to old demeter config (#57)
  • Updated tonic to use tls-webpki-roots

🐛 Bug Fixes

  • Jump to new project if list is empty (#36)
  • Skip tunnel type with only one option (#37)
  • Ensure user is initialized after login (#38)
  • Use full instance id for tunnel arg (#40)
  • Use embedded tls to avoid OS-level requirement (#43)
  • Copy on Docker image
  • (tunnel) Fixed tunnel running using explicit parameters (#55)

🔧 Continuous Integration

  • Migrate to cargo-dist for releases (#30)
  • Change macos runner to latest
  • Change CI runners

⚙️ Miscellaneous Tasks

  • Migrate to cliff for changelogs (#31)
  • Integrate cargo release (#32)
  • Update rustls to v0.23 (#33)
  • Remove redundant rustls dep (#34)
  • Release dmtrctl version 1.2.0
  • Release dmtrctl version 1.3.0
  • Release dmtrctl version 1.4.0
  • Release dmtrctl version 1.4.1
  • Increased page size and added port enumerate (#52)
  • Updated cargo toml version
  • Updated to use rustls
  • Updated reqwest dependence
  • Support JSON output
  • Release dmtrctl version 2.1.0
  • Release dmtrctl version 2.1.0

[1.1.0] - 2024-04-22

⚙️ Miscellaneous Tasks

  • Show better option info (#29)

Release

  • V1.1.0

[1.0.0] - 2024-04-20

🚀 Features

  • Introduce ports via management api (#26)
  • Allow reset of config (#28)

🐛 Bug Fixes

  • Bring back socket path arg (#27)

Release

  • V1.0.0

[1.0.0-alpha.1] - 2024-03-25

🚀 Features

  • Allow ephemeral contexts (#23)
  • Introduce Pages deploy command (#24)

🐛 Bug Fixes

  • Fix bad install script download url (#21)

⚙️ Miscellaneous Tasks

  • Backport original Cardano command (#25)

Release

  • V1.0.0-alpha.1

[1.0.0-alpha.0] - 2023-10-28

🚀 Features

  • Implement basic login command
  • (cardano-nodes) Implement basic proxy command
  • (cardano-nodes) Improve proxy command (#1)
  • Add verbose flag (#8)
  • (cardano-nodes) Use well-known default socket paths (#12)
  • Allow per-project configuration (#14)

🐛 Bug Fixes

  • Handle latest version correctly in install script (#9)

🚜 Refactor

  • Introduce context struct (#11)
  • Unify config in single file (#17)

🔧 Continuous Integration

  • Add release workflow (#2)
  • Add validate workflow (#4)
  • Tar binaries before upload (#5)
  • Add Cross file to fix multi-arch builds (#18)

⚙️ Miscellaneous Tasks

  • Initialize rust project
  • Add license and readme
  • (cardano-nodes) Improve proxy diagnostic messages (#3)
  • Create linux install script (#7)
  • Remove legacy login cmd (#15)

Release

  • V1.0.0-alpha.0 (#19)