Skip to content

0.9.26

Compare
Choose a tag to compare
@astibal astibal released this 22 Nov 21:20
· 671 commits to master since this release

What's new in 0.9.26

  • routing - DNAT fixed, load-balanced

  • add 'routing' load-balance criteria: source-IP, L3 (srcIP+dstIP), L4 (srcIP+dstIP+dstPORT)

  • add 'routing' to more targets - aka load-balance

  • CHANGE: --tenant-index is now no-op (smithproxy reads index from tenants config)

  • major fix - resolve memory corruption under heavy load caused by socle mempool data race condition

  • fix - write PID if run in foreground (to help with systemd integration)

  • fix minor multi-tenancy support problems and improvements

  • logging optimizations - less memory copying in several places

That being said, 0.9.26 is balanced fix/feature release.
Please consider load-balancing as a basic introduction, more routing features are on the way.