Releases: Arikato111/Tenjin
Releases · Arikato111/Tenjin
v0.5.0
What's update 🌶️
- Tenjin is now asynchronous with tokio. now you can write as your code as asynchronous and multithread.
- Full feature was set by default. when you install with command
cargo add tenjin_sdn
, it's easy to install but it can cause slower compilation. however you can install with--no-default-feature
to use only you need. - For command line, change
generate
tocompletions
v0.4.0
What's update 🛺
Cargo Feature : Now you can install tenjin
with only feature you need.
example: install with example feature including Example controller.
cargo add tenjin_sdn -F example
With the example feature, it doesn't includes Cli code and dependencies. It makes faster compile.
v0.3.3
What's update 🌹
add generate auto complete for any shell
tenjin generate zsh
v0.3.1
What's update 🐦
Add feature: run multiple port. example: tenjin run --port 6633,6653
Change cli command name to tenjin
v0.3.0
v0.2.0
Release v0.2.0
Now! It can work with OpenFlow 1.0 and 1.3 at some features.