Skip to content

Releases: cenkalti/rain

v1.12.10

29 Sep 14:25
62dbb9a
Compare
Choose a tag to compare

Changelog

  • 62dbb9a do not panic when webseed is already being downloaded

v1.12.9

28 Sep 17:20
942e5ca
Compare
Choose a tag to compare

Changelog

  • 883567f Bump actions/checkout from 3 to 4 (#126)
  • b1cb9ce Bump golang.org/x/sys from 0.10.0 to 0.11.0 (#125)
  • ed5fd7b Bump golang.org/x/sys from 0.11.0 to 0.12.0 (#128)
  • baa2dd9 Bump golang.org/x/sys from 0.9.0 to 0.10.0 (#124)
  • 8567f99 Bump goreleaser/goreleaser-action from 4 to 5 (#127)
  • 054bbb9 fix linter warnings
  • 2ea72a9 reject torrents with conflicting file paths
  • e2f75d3 update go version to 1.21
  • 942e5ca update name template for new goreleaser
  • 60ea8c8 use builtin clear function

v1.12.8

27 Jun 00:05
3eb8953
Compare
Choose a tag to compare

Changelog

  • 3eb8953 improve peer closing logic

v1.12.7

25 Jun 21:45
742c1b8
Compare
Choose a tag to compare

Changelog

  • 22dc71c Bump actions/cache from 2 to 3 (#112)
  • 49041d5 Bump actions/checkout from 2 to 3 (#108)
  • 75bde12 Bump actions/setup-go from 2 to 4 (#111)
  • 7deede6 Bump actions/stale from 3 to 8 (#114)
  • 1ac7fa0 Bump github.com/multiformats/go-multihash from 0.2.1 to 0.2.3 (#122)
  • 06ca998 Bump github.com/otiai10/copy from 1.10.0 to 1.11.0 (#116)
  • 8016371 Bump github.com/otiai10/copy from 1.11.0 to 1.12.0 (#123)
  • 7d83ca2 Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#117)
  • b4c8ae8 Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#119)
  • c6db037 Bump github.com/urfave/cli from 1.22.12 to 1.22.13 (#113)
  • 546e006 Bump github.com/urfave/cli from 1.22.13 to 1.22.14 (#120)
  • 2bc0ea5 Bump golang.org/x/sys from 0.7.0 to 0.8.0 (#115)
  • 1b20fa0 Bump golang.org/x/sys from 0.8.0 to 0.9.0 (#121)
  • 0934b14 Bump golangci/golangci-lint-action from 2 to 3 (#110)
  • 54fcd39 Bump goreleaser/goreleaser-action from 2 to 4 (#109)
  • 7f6cda1 Revert "Safely close peer.closeC channel (Fix #31)"
  • f650215 Update dependabot.yml (#107)
  • 742c1b8 handle messages coming after peer is closed
  • 139cd42 improve resourcemanager test

v1.12.6

25 Apr 15:42
77d533c
Compare
Choose a tag to compare

Changelog

  • 77d533c - added debugging option to the config (#106)
  • dae291c Add a Files method to the Torrent object. (#103)
  • 03c358d Bump golang.org/x/sys from 0.6.0 to 0.7.0 (#104)
  • 62e97fb Expose NotifyClose() publicly now that the internal variant exists. (#100)
  • 6028d06 Fix a brown paper bag level typo: s/NotifyCose/NotifyClose/. (#101)
  • a3677c0 add .gitattributes file for windows
  • 6342068 fix filepath in test

v1.12.5

12 Mar 20:37
Compare
Choose a tag to compare

Changelog

v1.12.4

12 Mar 20:23
Compare
Choose a tag to compare

Changelog

  • e614d90 add ability to download torrent files over http

v1.12.3

12 Mar 20:01
Compare
Choose a tag to compare

Changelog

  • ce40612 Add RootDirectory and FilePaths functions to Torrent (#86)
  • 727ad32 Add a NotifyClose() API. (#97)
  • 17a5c47 Add a NotifyClose() API. (#97)
  • ece0044 Bump github.com/gofrs/uuid from 4.3.0+incompatible to 4.3.1+incompatible
  • 4901708 Bump github.com/gofrs/uuid from 4.3.1+incompatible to 4.4.0+incompatible (#90)
  • f829908 Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#94)
  • 9e8256d Bump github.com/urfave/cli from 1.22.10 to 1.22.12 (#89)
  • 2866f9e Bump go.etcd.io/bbolt from 1.3.6 to 1.3.7 (#91)
  • 16d154e Bump golang.org/x/sys from 0.4.0 to 0.5.0 (#92)
  • cef52c6 Bump golang.org/x/sys from 0.5.0 to 0.6.0 (#96)
  • 04c92e7 Revert "Add a NotifyClose() API. (#97)"
  • b2a7d6d Revert "docs: use github url"
  • 8e83751 fix various linter warnings
  • d0245d7 replace interface{} with any
  • 5161172 update Torrent.closeC type
  • 25adf2f upgrade github.com/prometheus/client_golang

v1.12.2

03 Nov 11:43
Compare
Choose a tag to compare

Changelog

  • f7e5da7 fix panic when write to a padding file

v1.12.1

02 Nov 21:55
Compare
Choose a tag to compare

Changelog

  • 4f472ff Bump github.com/stretchr/testify from 1.8.0 to 1.8.1
  • c0337cf implement bitcomet padding files