Releases: brainstorm/ssh-stamp
Releases · brainstorm/ssh-stamp
v1.0.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- Appease borrow checker by @projectgus in #1
- esp-hal 0.22.x & esp-wifi 0.11.x migration by @brainstorm in #3
- add rust toolchain file back by @projectgus in #4
- Add an application-level Error type. by @projectgus in #5
- [WIP] Serial support by @brainstorm in #6
- Upgrade to esp_hal 0.23.x by @brainstorm in #12
- Mass cargo fmt & cargo clippy by @brainstorm in #13
- Implement DHCP server by @brainstorm in #14
- uart: Try splitting UART RX into two so the read is always pending. by @projectgus in #16
- Fix installation command by @SergioGasquez in #26
- Move UART into an InterruptExecutor to avoid lost bytes. by @projectgus in #27
- Add build options for all ESP32 wifi targets using cargo features. by @Autofix in #40
- buffered_uart: drop oldest bytes if pipe is full by @projectgus in #46
- Pre commit hooks (rustfmt) by @brainstorm in #43
- Bump sunset and esp hal by @brainstorm in #49
- Upgrade to espflash 4.x by @brainstorm in #51
- Updating for compliance with REUSE Specification by @gabriel-ku in #54
- Fix/ci-actions by @jubeormk1 in #56
- Feature/ota placeholder by @jubeormk1 in #58
- Feature/workspaces by @jubeormk1 in #57
- New feature: ota TLV and ota-packer utility by @jubeormk1 in #59
- Increase priority of UART interrupt for ESP32/S2/S3 due to blocking. by @Autofix in #60
- HSM refactor by @Autofix in #61
- Unnecessary slice checks for the tlv holder by @trufae in #68
- Replace unwrap with proper error handling in flash operations by @trufae in #70
- new feature: hil-serial-by-function by @jubeormk1 in #71
- Properly handle UART errors for a couple of unwraps by @trufae in #66
- WIP: remove more unwraps from net.rs by @trufae in #73
- Disallow unused imports and variables by @brainstorm in #74
- Feature/ota server by @jubeormk1 in #75
- Fixing espflash install instructions by @jubeormk1 in #78
- Auth (pubkeys and deprecate password auth) by @brainstorm in #62
- Return to waiting when SSH client disconnects. by @Autofix in #80
- Wifi security by @brainstorm in #79
- Use physical MAC address and optionally randomise it by @brainstorm in #82
- Add UART init check & warnings for read or write errors. by @Autofix in #83
- Pinning sunset while sftp-ota PR is in review by @jubeormk1 in #84
- Fix/tlv unknown arbitrary offset by @jubeormk1 in #86
- Fix RNG source and randomise SSID by @brainstorm in #87
- Fix OpenSession DoS by @brainstorm in #88
- [ota tlv]: Fix logic bug and remove unwrap_or by @brainstorm in #89
- Report hostkey fingerprint on boot by @brainstorm in #90
- Fix RUSTSEC-2024-0436: move away from paste to pastey by @brainstorm in #92
- Sanitise user input in SSID and PSK values by @brainstorm in #93
- Put C5 and C61 dormant in README.md and Cargo.toml by @brainstorm in #96
- Fix clippy pedantic issues and activate it on CI by default by @brainstorm in #91
- Add CycloneDX outputs for SBOM by @brainstorm in #97
- fix: heap size and env parsing by @mmalenic in #98
- HSM Refactor error states by @Autofix in #99
- Traits refactor to support more MCU targets (other than Espressif) by @brainstorm in #85
- Fix FSFE REUSE spec licensing SPDX gaps by @brainstorm in #103
- Cleanup more unwrap(s) and packer.rs magic return numbers by @brainstorm in #106
- esp-radio 1.x bump by @brainstorm in #108
- Remove SBOMs from repo, should run via CI/CD by @brainstorm in #109
New Contributors
- @projectgus made their first contribution in #1
- @SergioGasquez made their first contribution in #26
- @Autofix made their first contribution in #40
- @gabriel-ku made their first contribution in #54
- @jubeormk1 made their first contribution in #56
- @trufae made their first contribution in #68
- @mmalenic made their first contribution in #98
Full Changelog: https://github.com/brainstorm/ssh-stamp/commits/v1.0.0