v0.0.0-alpha.9 - 2023-01-01
justincpresley
released this
01 Jan 23:25
·
81 commits
to production
since this release
Added
- A new SVS
HandlingOption
!EqualTrafficHandling
which spreads requests equally among the nodes. Please note that each handling option does have unique pros and cons.
Changed
- SVS
NewCore()
is now a generic function taking a generalCoreConfig
. Opens the door for future options. - Be able to alter the SVS
MissingData
structure to help track the data you still need when looping. - SVS
Core
now provides achan []MissingData
rather thanchan *[]MissingData
. - Go-ify all getters.