Releases: thombashi/tcconfig
Releases · thombashi/tcconfig
v0.25.0
- Drop Python 2 support
- Fix logger setup: #132 (Thanks to @ptone)
- Add
--dump-db
option to tcshow
command
- Modify logging formats
- Bug fixes
v0.24.1
- Fix
tcconfig
commands failed with --tc-command
/--tc-script
option when iproute2
package not installed: #130 (Thanks to @dkropachev)
- Remove
build
/buildwhl
/docs
/release
extras_require
- Replace a dependency from
netifaces
to pyroute2
v0.24.0
- Add
--exclude-filter-id
option to tcshow
- Fix port value conversion to string: #117 (Thanks to @stephenyin)
- Fix error when import tc configs that targeted to Docker containers: #127 (Thanks to @Lawouach)
- Modify
tcshow
for docker container
v0.23.0
- Add support for Python 3.8
- Drop support for Python 3.4
- Loosen some of the external dependencies version restriction
- Bug fixes
v0.22.1
- Fix configuration importing failed at Python 2 environments: #110 (Thanks to @XN137)
- Fix
--overwrite
option not properly worked when configuration imports
- Improve checks for bandwidth rate upper limit
- Bug fixes
v0.22.0
- Improve human-readable value support for
tcset
options
- Add support for
direct_qlen
to tcshow
v0.21.9
- Avoid an error when there are no
qdiscs
to delete by tcdel
on fedora environments: #108 (Thanks to @rukmarr)
- Fix
iptables
bin path extraction for fedora environments
v0.21.8
- Improve the minimum bandwidth rate validation: #106 (Thanks to @sanhar)
- Improve log messages
- Improve deb packaging