Releases: getlantern/flashlight
Releases · getlantern/flashlight
genconfig release v7.6.125
fix: adding cloudfront as expected at global config (#1434)
genconfig release v7.6.124
loading water dialer async (#1429) * feat: adding wasm downloader * fix: update tests package name * fix: generating wasm downloader mock * feat: adding magnet downloader * feat: adding case for using magnet downloader * fix: replacing magnetic references by magnet and also removing magnet skip * fix: downgrade torrent version to 1.53.3 to avoid errors happening at confluence - anacrolix/confluence needs a new tag and we need to update that at lantern/replica and then here at lantern/flashlight * fix: updating the way we're comparing hashes * chore: go mod tidy * feat: using DirectThenFronted proxy for fetching WASM and also update proxy vars * feat: fix test and print error message * feat: give life to the dial monster * feat: release the beast * fix: rename mocks.go to mocks_test.go * fix: pass empty rootCA at this moment * fix: removing hashsum parameter * fix: replacing http client parameter by package var so I can mock it for tests * fix: leaving mkdirtemp first parameter empty and set lantern-water-module dir name * fix: update torrent to latest version * fix: generating more mocks for torrent so we can unit test it without integration * chore: removing test that was fetching random torrent * chore: keeping torrent at v1.53.3 * fix: removing WithHTTPDownloader * fix: adding garmr-ulfr suggestions from http-proxy PR * feat: adding minimal version control for WASM files * feat: using filename/transport as index for mapped wasm files * feat: integrate version control with water wasm and replace direct downloader * chore: sending writer directly instead of creating a temp buffer * chore: sending config dir as parameter to water impl * chore: small refactor for organizing download step * feat: add support for WASM history * feat: update history after loading WASM correctly * feat: creating water dialer async * chore: go mod tidy * chore: running go generate * fix: renaming versionControl to waterVersionControl * fix: removing VersionControl unused interface * fix: moving version control commit to GetWASM * fix: moving WASMDownloader initialization from version control to water impl and receive downloader for fetching wasm * fix: renaming structs to refer to water * fix: renaming configDir to dir * fix: updating mock test references * fix: removing water_impl responsibility for setting the water version control dir * fix: creating const at package level for outdated WASMs * fix: removing csv dependency and making it simpler * chore: go mod tidy * fix: replace os.IsNotExist * fix: grouping files to be deleted and delete them outside filepath.Walk * fix: creating water dir if it doesn't exist * fix: removing unused imports * chore: adding some logs * fix: adding downloadErr so we can understand what happened * fix: re-organize dialer initialization * fix: update test for asserting if there's no errors * chore: removing TODO since behavior is acceptable
genconfig release v7.6.123
Reverting go version due to 1.23 causing test failures on desktop (#1…
genconfig release v7.6.122
Update to the latest fronting with parallelized vetting (#1431) * Update to the latest fronting with parallelized vetting to speed up config fetching, api access, etc on startup
genconfig release v7.6.121
adding water version control (#1427) * feat: adding wasm downloader * fix: update tests package name * fix: generating wasm downloader mock * feat: adding magnet downloader * feat: adding case for using magnet downloader * fix: replacing magnetic references by magnet and also removing magnet skip * fix: downgrade torrent version to 1.53.3 to avoid errors happening at confluence - anacrolix/confluence needs a new tag and we need to update that at lantern/replica and then here at lantern/flashlight * fix: updating the way we're comparing hashes * chore: go mod tidy * feat: using DirectThenFronted proxy for fetching WASM and also update proxy vars * feat: fix test and print error message * feat: give life to the dial monster * feat: release the beast * fix: rename mocks.go to mocks_test.go * fix: pass empty rootCA at this moment * fix: removing hashsum parameter * fix: replacing http client parameter by package var so I can mock it for tests * fix: leaving mkdirtemp first parameter empty and set lantern-water-module dir name * fix: update torrent to latest version * fix: generating more mocks for torrent so we can unit test it without integration * chore: removing test that was fetching random torrent * chore: keeping torrent at v1.53.3 * fix: removing WithHTTPDownloader * fix: adding garmr-ulfr suggestions from http-proxy PR * feat: adding minimal version control for WASM files * feat: using filename/transport as index for mapped wasm files * feat: integrate version control with water wasm and replace direct downloader * chore: sending writer directly instead of creating a temp buffer * chore: sending config dir as parameter to water impl * chore: small refactor for organizing download step * feat: add support for WASM history * feat: update history after loading WASM correctly * chore: go mod tidy * chore: running go generate * fix: renaming versionControl to waterVersionControl * fix: removing VersionControl unused interface * fix: moving version control commit to GetWASM * fix: moving WASMDownloader initialization from version control to water impl and receive downloader for fetching wasm * fix: renaming structs to refer to water * fix: renaming configDir to dir * fix: updating mock test references * fix: removing water_impl responsibility for setting the water version control dir * fix: creating const at package level for outdated WASMs * fix: removing csv dependency and making it simpler * chore: go mod tidy * fix: replace os.IsNotExist * fix: grouping files to be deleted and delete them outside filepath.Walk * fix: creating water dir if it doesn't exist * fix: replacing os.Mkdir by os.MkdirAll
genconfig release v7.6.120
more logs
genconfig release v7.6.119
adding support to download WASM files for WATER (#1425) * feat: adding wasm downloader * fix: update tests package name * fix: generating wasm downloader mock * feat: adding magnet downloader * feat: adding case for using magnet downloader * fix: replacing magnetic references by magnet and also removing magnet skip * fix: downgrade torrent version to 1.53.3 to avoid errors happening at confluence - anacrolix/confluence needs a new tag and we need to update that at lantern/replica and then here at lantern/flashlight * fix: updating the way we're comparing hashes * chore: go mod tidy * feat: using DirectThenFronted proxy for fetching WASM and also update proxy vars * feat: fix test and print error message * feat: give life to the dial monster * feat: release the beast * fix: rename mocks.go to mocks_test.go * fix: pass empty rootCA at this moment * fix: removing hashsum parameter * fix: replacing http client parameter by package var so I can mock it for tests * fix: leaving mkdirtemp first parameter empty and set lantern-water-module dir name * fix: update torrent to latest version * fix: generating more mocks for torrent so we can unit test it without integration * chore: removing test that was fetching random torrent * chore: keeping torrent at v1.53.3 * fix: removing WithHTTPDownloader * fix: adding garmr-ulfr suggestions from http-proxy PR * feat: hard-coding some transport timeouts * feat: making download timeout customizable by water config
genconfig release v7.6.118
Updated fronted logs (#1428) * Updated fronted logs
genconfig release v7.6.117
Skip failing dialers if we have succeeding ones (#1426) * Skip dialers that are failing to connect at all if we have succeeding ones
genconfig release v7.6.116
IOS Logs update (#1424) * Attech tunnel logs. * Remove unused code and added comment.