Skip to content

Releases: covalenthq/ipfs-pinner

v1.2.7

09 Jan 21:41
v1.2.7
3a6e741
Compare
Choose a tag to compare

Commits

  • ef8efc9: update golangci linter config with fixes (Pranay Valson)
  • 3a6e741: fix docker file typo (Pranay Valson)

v1.2.6

08 Jan 23:55
v1.2.6
2153518
Compare
Choose a tag to compare

Commits

  • 2153518: go mod tidy (Pranay Valson)

v1.2.5

08 Jan 22:46
v1.2.5
cced6ba
Compare
Choose a tag to compare

Commits

  • cced6ba: upgrade ipfs/kubo and golang version (Pranay Valson)

v1.2.4 - w3cli(7.9.1)

08 Jan 20:18
v1.2.4
46dae18
Compare
Choose a tag to compare

Commits

  • b232f46: update w3cli version (Rodrigo Garcia) #137
  • 5f5a6d6: Merge branch 'main' into develop (Pranay Valson) #138

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

03 Jan 08:23
v1.2.3
52224e2
Compare
Choose a tag to compare

Commits

  • 667d5bc: initial (Taras Shchybovyk) #122
  • d3a49fd: Bump golang.org/x/crypto from 0.23.0 to 0.31.0 (dependabot[bot]) #130
  • 11141c4: Bump github.com/multiformats/go-multiaddr from 0.12.4 to 0.14.0 (dependabot[bot]) #129
  • 1ce9f18: Bump golang.org/x/oauth2 from 0.21.0 to 0.24.0 (dependabot[bot]) #132
  • aed5dff: Merge branch 'main' into develop (Pranay Valson) #131
  • fad4fcc: update dependabot config (Pranay Valson) #131
  • dc932a8: push ipfs-pinner patch version (Pranay Valson) #131
  • 405e591: cancel previous ci/cd run if exists (Pranay Valson) #131

What's Changed

  • Multipart read API fix by @tarassh in #122
  • Bump golang.org/x/crypto from 0.23.0 to 0.31.0 by @dependabot in #130
  • Bump github.com/multiformats/go-multiaddr from 0.12.4 to 0.14.0 by @dependabot in #129
  • Bump golang.org/x/oauth2 from 0.21.0 to 0.24.0 by @dependabot in #132
  • Merge Multipart file handling and security updates by @noslav in #131

Full Changelog: v1.2.2...v1.2.3

v1.2.2

13 Aug 19:42
v1.2.2
e3474d4
Compare
Choose a tag to compare

Commits

  • e3474d4: fix FromAs casing; add missing npm module (Pranay Valson)

v1.2.1

13 Aug 18:31
v1.2.1
96bac7e
Compare
Choose a tag to compare

Commits

  • 7e08ea1: pin the w3cli version to v7.6.2 as newer versions introduce breaking changes requiring additional capabilities on delegations (Rodrigo Garcia) #121
  • 96bac7e: bump pinner patch version (Pranay Valson)

v1.2.0

08 Aug 23:55
v1.2.0
177f80f
Compare
Choose a tag to compare

Commits

  • 0bbf78b: update deps for golang 1.21 (Rodrigo Garcia) #117
  • b87a224: update Dockerfile and ci linter (Rodrigo Garcia) #117
  • 13ce97a: fix google.golang.org/grpc CVE (Rodrigo Garcia) #117
  • 1cfb2b4: bump outdated deps (Rodrigo Garcia) #117
  • ea55adb: update to golang 1.22 and kubo v0.29.0 (Rodrigo Garcia) #117
  • c56156d: fix usage of new path api (Rodrigo Garcia) #117
  • ea5bac5: fix typo in Dockerfile and better error handling in RemoveDag (Rodrigo Garcia) #117
  • f6ae8d0: remove not reached here log statement (Pranay Valson) #117
  • 4aa8b55: Merge branch 'main' into develop (Pranay Valson) #119

v1.1.0

25 Apr 02:56
v1.1.0
cde1923
Compare
Choose a tag to compare

Commits

v1.0.0 - w3up

05 Jan 20:14
v1.0.0
ef7f9ce
Compare
Choose a tag to compare

Commits

  • 4535ce1: Bump golang.org/x/oauth2 from 0.8.0 to 0.15.0 (dependabot[bot]) #93
  • 2da1baf: Bump golang.org/x/net from 0.12.0 to 0.17.0 (dependabot[bot]) #95
  • 44df4f6: Bump google.golang.org/grpc from 1.55.0 to 1.56.3 (dependabot[bot]) #96
  • d72a1db: upgrading alpine image version to latest stable 3.19 (this will point to any future minor patches).. The builder stage golang:1.20-alpine already points to 3.19) (Rodrigo Garcia) #94
  • 384ffad: fix outdated bash version reference (Rodrigo Garcia) #94
  • 1b6c32d: fix linter issue (Rodrigo Garcia) #94
  • 6d6ed7a: setup documentation for w3up (sudeep) #97
  • a1232fb: use w3cli for making uploads (sudeep) #97
  • 49d0524: update documentation for working witj w3cli based ipfs-pinner (sudeep) #97
  • 0fa37bd: edits Dockerfile to use w3cli for upload to web3.storage (sudeep) #97
  • 53b7551: linter fixes and fix golangci-lint workflow (sudeep) #97
  • 88f6647: update ipfs-pinnern version to 0.1.17 (sudeep) #97
  • b9e8958: revert golangci-lint version (sudeep) #97
  • 32437e2: update ipfs-pinner version to 1.0.0 (sudeep) #97
  • acadce3: update documentation for instructions about delegation proof file (sudeep) #97
  • 58bfd9c: Merge branch 'main' into develop (Pranay Valson) #98
  • 53bc307: skip explicit bash version in dockerfile (Pranay Valson) #98

What's Changed

Full Changelog: v0.1.16...v1.0.0