> There is now a documented stable API for programs that need to embed Tor.<p>This is a nice feature. It's just a wrapper around main and CLI args, but lets us statically link it. I just built a Go project[0] that supports this API in statically compiled Tor[1].<p>> The control port now supports commands and events for v3 onion services.<p>This is also awesome as v3 services publish much faster. I can create an ephemeral v3 service and have it published in a few seconds as opposed to many seconds with v2. Granted the name is way longer because it embeds an entire ed25519 pub key in there, but it's worth it. There are many other internal benefits of v3 too.<p>0 - <a href="https://github.com/cretz/bine" rel="nofollow">https://github.com/cretz/bine</a>
1 - <a href="https://github.com/cretz/tor-static" rel="nofollow">https://github.com/cretz/tor-static</a>