Releases: 56quarters/mtop
Releases · 56quarters/mtop
v0.13.1 - 2024-10-26
Release Notes
- Fix an issue where a DNS TCP buffer was incorrectly reused resulting in corrupt messages. #189
Download mtop 0.13.1
File | Platform | Checksum |
---|---|---|
mtop-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
mtop-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
mtop-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
mtop-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
mtop-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
v0.13.0 - 2024-08-23
Release Notes
- Add support for using environment variables to set all optional arguments
of themtop
,mc
, anddns
binaries. #169 - Fix an issue where hosts could be duplicated when resolved via
SRV
records.
#185 - Fix an issue where
0
could be passed to various CLI flags where it did not
make sense, sometimes causing panics. #181 - Change output format of
mc check
to group operation timings by type. #178
Download mtop 0.13.0
File | Platform | Checksum |
---|---|---|
mtop-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
mtop-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
mtop-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
mtop-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
mtop-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
v0.12.1 - 2024-07-24
Release Notes
- Document architecture and limitations of internal DNS resolver. #166
- Fix a bug where hostnames were not fully qualified when encoded by
dns write
. #162 - Validate the response to a connection tests to ensure we're talking to a
Memcached server. #161 - Don't attempt to resolve Memcached hostnames without special prefixes. #159
- Add
--nameserver
flag todns
binary to allow setting a server
directly. #158 - Gracefully handle
SIGINT
inmc
anddns
binaries. #158 - Close Memcached connections when the last request resulted in an error. #156
- Ensure newly introduced
trace
logging doesn't break the terminal UI. #152
Download mtop 0.12.1
File | Platform | Checksum |
---|---|---|
mtop-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
mtop-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
mtop-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
mtop-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
mtop-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
v0.11.0 - 2024-06-24
Release Notes
- Add
dns ping
subcommand todns
binary to repeatedly perform DNS queries. #149 - Performance improvements when parsing DNS names. #148
- Add support for profiling to
dns
binary. #147 - Don't try to resolve IP address hostnames. #144
- Fix off-by-one error when validating DNS
TXT
record lengths. #142
Download mtop 0.11.0
File | Platform | Checksum |
---|---|---|
mtop-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
mtop-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
mtop-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
mtop-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
mtop-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
v0.10.1 - 2024-05-21
Release Notes
- Add
dns
binary to Docker image. #139
Download mtop 0.10.1
File | Platform | Checksum |
---|---|---|
mtop-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
mtop-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
mtop-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
mtop-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
mtop-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
v0.10.0 - 2024-05-21
Release Notes
- Add support for discovering hosts using DNS
SRV
records. #133 #131 #134 #136 #137 - Use a shorter TTL for entries written via
mc bench
. #130
Download mtop 0.10.0
File | Platform | Checksum |
---|---|---|
mtop-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
mtop-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
mtop-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
mtop-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
mtop-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |
v0.9.0 - 2024-02-12
Release Notes
- Change host selection in
mtop
to allow more host tabs than fit on the
screen. #119 - Change default colors in
mtop
to dark theme based on tailwind color
palette. #122 - Allow other
mtop
color palettes to be selected via the--theme
flag. #124 - Switch
mtop
memory, connections, and hit ratio gauges to unicode for finer
grained bars. #125
Download mtop 0.9.0
File | Platform | Checksum |
---|---|---|
mtop-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
mtop-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
mtop-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
mtop-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
mtop-x86_64-unknown-linux-musl.tar.xz | musl Linux x64 | checksum |
v0.8.0 - 2024-02-04
Release Notes
- Add default 5 second timeout to network operations done by
mtop
. #90 - Add default 30 second timeout to network operaitons done by
mc
. #111 - Add
bench
,incr
,decr
,add
, andreplace
commands tomc
. #95 #98 #111 - TLS related dependency updates. #93
- Create high-level client for operating on multiple servers. #101
Download mtop 0.8.0
File | Platform | Checksum |
---|---|---|
mtop-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
mtop-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
mtop-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
mtop-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
mtop-x86_64-unknown-linux-musl.tar.xz | musl Linux x64 | checksum |
v0.7.0 - 2023-11-28
Release Notes
- Build binaries for Linux Musl libc target. #83
- Move "Bytes tx" under "Gets" and "Bytes rx" under "Sets". #84
- Create a
check
subcommand formc
to test connections to a server. #86
Download mtop 0.7.0
File | Platform | Checksum |
---|---|---|
mtop-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
mtop-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
mtop-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
mtop-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
mtop-x86_64-unknown-linux-musl.tar.xz | musl Linux x64 | checksum |
v0.6.9 - 2023-10-11
Release Notes
- Build Docker images for arm64 architecture. #78
Download mtop 0.6.9
File | Platform | Checksum |
---|---|---|
mtop-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
mtop-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
mtop-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
mtop-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |