Skip to content

Releases: Arikato111/Tenjin

v0.5.0

21 Oct 16:47
Compare
Choose a tag to compare

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 to completions

v0.4.0

04 Oct 18:19
Compare
Choose a tag to compare

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

28 Aug 06:51
Compare
Choose a tag to compare

What's update 🌹

add generate auto complete for any shell

tenjin generate zsh 

v0.3.1

07 Aug 17:16
Compare
Choose a tag to compare

What's update 🐦

Add feature: run multiple port. example: tenjin run --port 6633,6653
Change cli command name to tenjin

v0.3.0

07 Aug 10:49
Compare
Choose a tag to compare

What's new. 🪄

The CLI is now available.
Publish the project into crates.io. Now you can install with the command cargo install tenjin_sdn.

v0.2.0

06 Aug 08:13
Compare
Choose a tag to compare

Release v0.2.0

Now! It can work with OpenFlow 1.0 and 1.3 at some features.