Skip to content

Releases: thombashi/tcconfig

v0.25.0

16 Feb 13:02
v0.25.0
Compare
Choose a tag to compare
  • 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

02 Feb 14:20
v0.24.1
Compare
Choose a tag to compare
  • 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

19 Jan 08:45
v0.24.0
Compare
Choose a tag to compare
  • 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

12 May 04:04
v0.23.0
Compare
Choose a tag to compare
  • Add support for Python 3.8
  • Drop support for Python 3.4
  • Loosen some of the external dependencies version restriction
  • Bug fixes

v0.22.3

20 Apr 14:15
v0.22.3
Compare
Choose a tag to compare
GPG signed 0.22.3 tag

v0.22.2

13 Apr 17:59
v0.22.2
Compare
Choose a tag to compare

v0.22.1

18 Mar 18:25
v0.22.1
Compare
Choose a tag to compare
  • 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

17 Mar 04:48
v0.22.0
Compare
Choose a tag to compare
  • Improve human-readable value support for tcset options
  • Add support for direct_qlen to tcshow

v0.21.9

26 Feb 13:35
v0.21.9
Compare
Choose a tag to compare
  • 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

10 Feb 15:34
v0.21.8
Compare
Choose a tag to compare
  • Improve the minimum bandwidth rate validation: #106 (Thanks to @sanhar)
  • Improve log messages
  • Improve deb packaging