Skip to content

Releases: kristof-mattei/endless-ssh-rs

v1.2.0

01 Jul 00:27
148aae4
Compare
Choose a tag to compare

1.2.0 (2024-07-01)

Features

Bug Fixes

  • deps: update rust crate clap to 4.5.8 (d12e2ba)
  • use peek_mut with pop to prevent having to take the first item twice (f6d47d2)

v1.1.0

21 Jun 18:07
ab42431
Compare
Choose a tag to compare

1.1.0 (2024-06-21)

Features

Bug Fixes

  • add output terminal (86fc9e1)
  • add placeholder for env variable (4bb5340)
  • add update-name script (57e5023)
  • allow disable container retagging (8e39b39)
  • allow for building / not building docker container (9a91217)
  • also do RUST_BACKTRACE=full for debugging (fde9619)
  • ascii idents only to prevent idents starting with characters my keyboard can't handle (0b7f646)
  • better defaults (0c8b4a7)
  • build all with tests too (2fdf062)
  • cargo fmt for rust 1.72.0 (f2e723a)
  • cleanup (80a9dda)
  • comment indent (aff7168)
  • consolidate clippy & rust config on top of main, all the rest causes duplication (e158e41)
  • correctly build musl (c712945)
  • Coveralls as CodeCov keeps on failing (fab1710)
  • default is to use color-eyre (9ec7951)
  • deps: update rust crate clap to 4.1.10 (b73f7db)
  • deps: update rust crate clap to 4.1.11 (6352f87)
  • deps: update rust crate clap to 4.1.13 (fe041e1)
  • deps: update rust crate clap to 4.1.14 (216baa5)
  • deps: update rust crate clap to 4.1.7 (7bbba47)
  • deps: update rust crate clap to 4.1.8 (817b384)
  • deps: update rust crate clap to 4.1.9 (2645610)
  • deps: update rust crate clap to 4.2.0 (6020e64)
  • deps: update rust crate clap to 4.2.1 (e21a0f5)
  • deps: update rust crate clap to 4.2.2 (9638d1a)
  • deps: update rust crate clap to 4.2.3 (2b30eec)
  • deps: update rust crate clap to 4.2.4 (1474011)
  • deps: update rust crate clap to 4.2.5 (d1ee2a6)
  • deps: update rust crate clap to 4.2.7 (215ed9d)
  • deps: update rust crate clap to 4.3.0 (e63698a)
  • deps: update rust crate clap to 4.3.1 (3fd546a)
  • deps: update rust crate clap to 4.3.10 (26d1882)
  • deps: update rust crate clap to 4.3.11 (4278217)
  • deps: update rust crate clap to 4.3.12 (239f453)
  • deps: update rust crate clap to 4.3.14 (43b0992)
  • deps: update rust crate clap to 4.3.15 (7550dfe)
  • deps: update rust crate clap to 4.3.16 (ab170df)
  • deps: update rust crate clap to 4.3.17 (8264970)
  • deps: update rust crate clap to 4.3.19 (0c5f8a3)
  • deps: update rust crate clap to 4.3.2 (9caabe2)
  • deps: update rust crate clap to 4.3.21 (3ddc5f0)
  • deps: update rust crate clap to 4.3.22 (c327522)
  • deps: update rust crate clap to 4.3.23 (2ee2bd1)
  • deps: update rust crate clap to 4.3.24 (6da290b)
  • deps: update rust crate clap to 4.3.3 (e2ef4c5)
  • deps: update rust crate clap to 4.3.4 (293262a)
  • deps: update rust crate clap to 4.3.5 (0b9601b)
  • deps: update rust crate clap to 4.3.6 (4487f43)
  • deps: update rust crate clap to 4.3.8 (e4e69e1)
  • deps: update rust crate clap to 4.3.9 (dd302d5)
  • deps: update rust crate clap to 4.4.0 (59be2f5)
  • deps: update rust crate clap to 4.4.1 (2719989)
  • deps: update rust crate clap to 4.4.10 (9183246)
  • deps: update rust crate clap to 4.4.11 (72e98cc)
  • deps: update rust crate clap to 4.4.12 (c3f7d2c)
  • deps: update rust crate clap to 4.4.13 (a087265)
  • deps: update rust crate clap to 4.4.14 (e08faa0)
  • deps: update rust crate clap to 4.4.15 (10d2228)
  • deps: update rust crate clap to 4.4.16 (e6215bb)
  • deps: update rust crate clap to 4.4.17 ([c7a1d2c](https://github.com/kristof-mattei...
Read more

v1.0.0

20 Feb 16:59
98c54f6
Compare
Choose a tag to compare

1.0.0 (2023-02-20)

Features

  • added Quz and test (07ee173)
  • allowed for concurrent building of docker container (7a99b3b)
  • better logging (a50db35)
  • better logging, fixed timeout < 1 ms (77a7927)
  • clap v4 (c041d06)
  • devcontainer (1d77ed5)
  • grcov -> tarpaulin (a37fa30)
  • improved code to be more idiomatic rust (b830c4d)
  • initial commit (7af0684)
  • more rust 1.62 (628756b)
  • print time as duration (4310fab)
  • rename (cdb34f9)
  • rust 1.58.0 (3ac03e8)
  • rust 1.60.0 (0180532)
  • Rust 1.61.0 (c130478)
  • RUST_LOG is now the recommended way to set the log level (0b3d44a)
  • stop accepting (but still wait with poll) when we've reached maximum clients (1014e49)
  • sync-repo-settings first pass (f0de359)
  • sync-repo-settings first pass (0d88baa)
  • upgrade semgrep to latest version (c7dc4f5)
  • use cog (146fdca)
  • use crane as tool instead of elaborate docker setup (a5bc70b)
  • use shell (2a266e9)
  • wrapping ffi related code (e27ba3c)

Bug Fixes

  • --quiet isn't quiet (764ef0a)
  • -y to accept defaults (9280bfc)
  • 2nd param is dest, not flags, null to infer destination though (6db1ca8)
  • a change in build scripts should cause a full rebuild (4e3da47)
  • add commit linting (141820a)
  • add linebreak (4712a1f)
  • add other settings (f520994)
  • add update script (bb08a31)
  • add user (4e414de)
  • added default impl as per api recommendations (6b3d0f6)
  • added missing data (230c651)
  • added more line tests (0654039)
  • added npm to dependabot (f99a1cb)
  • added rand_line tests with mocks! (22ed0a0)
  • added rust-toolchain, symlinked to rust-toolchain.toml (cac0b9a)
  • added skip-tags to prevent it from pushing tags (3806f32)
  • allow macro to be called with both StdError and anyhow::Error (b9b28bb)
  • allow overrides (33769f0)
  • allow uninlined format args (203df05)
  • alltargets for tarpaulin (3ba7006)
  • also keep tests (a746b08)
  • arguments go into an array (9c6ff93)
  • aspiring comments (791bbed)
  • auto dependabot merge (cdc772a)
  • binstall now wants stuff with a capital (4e862db)
  • bump packages (b332bfc)
  • bumped cargo version (f47f7d0)
  • bumped rust version (c84b022)
  • capture the rest, not the value called 'rest' (222ef7c)
  • cargo fmt (bcc8d01)
  • centralized names (2e2345b)
  • clippy 1.67 (5da97ae)
  • code climate test reporter (9c58b72)
  • codecov (1f6458f)
  • comment out nightly function, add match | (d0c9366)
  • compilation error on macos (6f15b9b)
  • consolidate cli parsing and config setting, they don't exist separately (954e025)
  • correct cocogitto again with binstall (6d58aa7)
  • corrected build dependencies, all-done work be a success if docker-build failed (ee3789d)
  • corrected environment variable (40527e4)
  • corrected library usage (ed8e289)
  • corrected title (b3b0cb6)
  • create reports directory, otherwise tool complains (15ef2e8)
  • delete .idea, shouldn't be committed (f2ddf95)
  • deny stuff, nobody reads warnings (20a9980)
  • deps: update rust crate anyhow to 1.0.59 (a8d4a7e)
  • deps: update rust crate anyhow to 1.0.60 ([73ea468](https://...
Read more