Releases: getlantern/flashlight
Releases · getlantern/flashlight
genconfig release v7.6.165
Revert "MAB persist decisions across runs (#1449)" This reverts commit 43b2bc4efb636aeb7309c279dc8e985da44f4687.
genconfig release v7.6.164
dial proxied if both shortcut and detour are disabled
genconfig release v7.6.163
Downgraded Go due to gomobile bug and removed vestigial beam stuff
genconfig release v7.6.162
remove unused method
genconfig release v7.6.161
hotfix: move context inside for loop for proxy requests
genconfig release v7.6.160
update test
genconfig release v7.6.159
MAB persist decisions across runs (#1449) * feat: add option to load last bandit rewards * feat: update map for supporting a BanditMetrics struct and update tests * feat: add Close func to dialers and call it when client stops * feat: add option for saving bandit metrics * fix: removing unused field * fix: removing TODOs * feat: adding options to store and load bandit rewards * fix: verifying parse errors * fix: removing error from Close call * fix: removing call for client stopping dialers * fix: fix bandit test * feat: adding tests * fix: adding suggestions * fix: clone bandit dir option * fix: adding mutex for loading and writing and using os.O_APPEND instead of TRUNCATE * feat: load previous rewards before rewriting so we keep rewards history * fix: initialize bandit reward mutex at tests * feat: ignore proxies older than 7 days * fix: add updated at to test * fix: moving banditMetrics to bandit file * fix: unexport load and update bandit reward functions * fix: remove number of columns verification since we do that when reading each line * fix: introducing header indexes as contant values * fix: replacing assert.Contains by Equal * fix: removing unused stuff and refactoring code
genconfig release v7.6.158
Upgrade tlsdialer (#1465)
genconfig release v7.6.157
Merge pull request #1460 from getlantern/jovis-issue1757-delete-old-s…
genconfig release v7.6.156
Upgrade-fronted-tlsresumption (#1463) * upgrade-fronted-tlsresumption --------- Co-authored-by: garmr-ulfr <[email protected]>