Skip to content

Releases: getlantern/flashlight

genconfig release v7.6.175

19 Dec 20:49
f14f33c
Compare
Choose a tag to compare

genconfig release v7.6.174

19 Dec 14:36
29111f0
Compare
Choose a tag to compare
updating algorithm to calculate speed connection for MAB (#1466)

* fix: recording time elapsed during connection reads and use it to calculate the connection speed

* fix: update normalize speed equation and unit tests to receive the new parameter

* fix: adding time durations on bandit dialer so we can make it testable

* feat: testing bandit dialer flow

* fix: deleting test dir after test execution

* fix: checking if rewards.csv was written

* fix: usinc the copy response as the number of bytes written at b

* fix: renaming type casting

* fix: using InEpsilon for float comparison

genconfig release v7.6.173

18 Dec 15:06
5bf620a
Compare
Choose a tag to compare
Update fronted (#1476)

genconfig release v7.6.172

18 Dec 14:00
cf3076c
Compare
Choose a tag to compare
fix: setting go version to 1.22.4 (#1475)

genconfig release v7.6.171

18 Dec 12:02
a8ddb59
Compare
Choose a tag to compare
Pass country to report issue. (#1471)

genconfig release v7.6.170

17 Dec 19:58
f7834b9
Compare
Choose a tag to compare
replacing water implementations by lantern-water (#1473)

* feat: replacing some water stuff by lantern-water

* feat: removing unused logger

* feat: go get latest lantern-water and go mod tidy

genconfig release v7.6.169

17 Dec 19:01
Compare
Choose a tag to compare
Fixing nits in bandit code

genconfig release v7.6.168

17 Dec 17:50
40b474f
Compare
Choose a tag to compare
Revert "Revert "MAB persist decisions across runs (#1449)"" (#1472)

* Revert "Revert "MAB persist decisions across runs (#1449)""

This reverts commit e74617a4f1a1368aa3cf2c51700a8838afbc3246.

* fix: renaming err when updating rewards and also add test scenario for making sure it returns an error when fail upstream

* fix: removing assert.NotNil from error and check only if there was an error as expected

genconfig release v7.6.167

16 Dec 16:56
71c7c9e
Compare
Choose a tag to compare
VMess Support (#1453)

* VMess Support

genconfig release v7.6.166

16 Dec 16:42
ff855c4
Compare
Choose a tag to compare
added flashlight-tester, to be used by pinger (#1464)

* added flashlight-tester, to be used by pinger