Skip to content

Releases: yannh/redis-dump-go

v0.8.1

27 Dec 14:21
c8c8a3f
Compare
Choose a tag to compare

Changelog

v0.8.0

17 Sep 10:44
b31698a
Compare
Choose a tag to compare

Changelog

Adds support for insecure TLS connections, and for authentication user username & password.

  • 848dfae Add support insecure TLS connection
  • 69f7a61 Add support username and password authentication
  • 1030421 Add support username and password authentication
  • a169cf7 Add unit test case for passing username
  • 385fb7c Add unit test case for passing username
  • e3c2363 Add unit tests around reading -insecure parameter
  • 637df2d Merge pull request #41 from kubedb/update-radix
  • 3587bc2 Merge pull request #42 from hsshss/username_auth
  • b31698a Merge pull request #43 from hsshss/insecure_tls
  • beb59eb Remove url.QueryEscape()
  • ed203e7 Start multiple redis servers for acceptance tests of auth
  • b2cecc5 Start multiple redis servers for acceptance tests of auth

v0.7.2

23 Apr 13:06
Compare
Choose a tag to compare

Changelog

v0.7.1

23 Apr 11:43
Compare
Choose a tag to compare

Changelog

a08705f Add acceptance test - dump all dbs
65f0d87 Add missing SELECT when dumping DB
0c04870 Do not expose DumpDB anymore

Docker images

  • docker pull ghcr.io/yannh/redis-dump-go:latest-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.7.1-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.7.1-amd64-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.7.1
  • docker pull ghcr.io/yannh/redis-dump-go:v0.7.1-amd64

v0.7.0

06 Feb 23:57
Compare
Choose a tag to compare

Changelog

  • Added new acceptance tests for dumping a password-protected redis host
  • Fixed usage of tls/password together with selecting a db
  • New signature for public functions, hence the version bump

Docker images

  • docker pull ghcr.io/yannh/redis-dump-go:latest-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.7.0-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.7.0-amd64-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.7.0
  • docker pull ghcr.io/yannh/redis-dump-go:v0.7.0-amd64

v0.6.1

23 Jan 16:24
Compare
Choose a tag to compare

Changelog

d5bfe02 Add -h tests
24d7a4a Add unit & acceptance tests around db selection
969d7ce Merge pull request #33 from yannh/fix-help-tests
d6e72f4 fix: nil pointer dereference when selecting database

Docker images

  • docker pull ghcr.io/yannh/redis-dump-go:latest-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.6.1-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.6.1-amd64-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.6.1
  • docker pull ghcr.io/yannh/redis-dump-go:v0.6.1-amd64

v0.6.0

05 Jan 21:54
Compare
Choose a tag to compare

Changelog

529aea2 Add SSL Support
c3ce5ad Add ssl generation script for future tests
fb91faa Adding tests
28b23a2 Factor out config
06af444 Factor out config
93c6108 Merge pull request #25 from yannh/update-deps
6056613 Merge pull request #28 from iSwiftLiu/master
4c9e623 Merge pull request #30 from yannh/tls-support-2
db33a88 Merge pull request #31 from yannh/add-tests
e26af10 Merge pull request #32 from yannh/new-gh-action
fb04431 Repair passwords with special characters
b740397 Update dependencies
6dea8d3 Update github actions
9422ec1 Update github actions
5c18fc6 Update github actions
5f689d7 Use same flags and flag description for TLS as redis-cli

Docker images

  • docker pull ghcr.io/yannh/redis-dump-go:v0.6.0
  • docker pull ghcr.io/yannh/redis-dump-go:v0.6.0-amd64
  • docker pull ghcr.io/yannh/redis-dump-go:latest-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.6.0-alpine
  • docker pull ghcr.io/yannh/redis-dump-go:v0.6.0-amd64-alpine

v0.5.1

12 Jun 08:11
a3ec7b1
Compare
Choose a tag to compare

Changelog

a3ec7b1 Merge pull request #23 from yannh/fix-batchsize

v0.5.0

29 Apr 11:37
Compare
Choose a tag to compare

Changelog

  • Breaks down long HSET/RPUSH/SADD/ZADD in multiple batches to avoid long running commands leading to timeout during imports (see #18)
  • Added -batchSize option to control the size of those batches
  • Added acceptance tests.

v0.4.7

28 Apr 12:52
Compare
Choose a tag to compare

Changelog

Update Goreleaser + builds for ARM

e175225 Update goreleaser