Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Releases: gocardless/pgreplay-go

v0.1.3

17 May 18:22
f9920b0
Compare
Choose a tag to compare

b788c70 Change implementation of streamer

v0.1.2

07 Mar 10:45
a310d37
Compare
Choose a tag to compare

7e85857 Remove pending work check
307477a Fix usage of input flags in run command

v0.1.1

06 Mar 19:22
6acccdb
Compare
Choose a tag to compare

6acccdb Fix compile variable references

v0.1.0

06 Mar 19:11
2e36896
Compare
Choose a tag to compare

2e36896 Add GoReleaser
676b39e Add integration test for json parsing
1aa096b Clean-up command-line flags
c35708b Make json parsing much faster
d68fbbc vendor: github.com/json-iterator/go
e84982f Ensure we can parse Connect and Disconnect
ecb01ad Fix a data race and make disconnecting more robust
76df498 Parse our timestamp fixture in GMT
689199f pgreplay preprocess --errlog-file --json-output
7ef5565 Don't duplicate log entries for replay
4d621d6 Split pgreplay binary into a run command
7be74e9 Reimplement Pending
22c5d49 Execute can't Handle
9250f0d Refactor to simplify
f5938d2 pkg/pgreplay/integration
8c091cd vendor: gomega/gstruct
7224e58 Remove namespace from prom metrics
bf80211 Restructure into proper Go
4f94075 vendor: regenerate as dep wouldn't resolve
8b75e41 Clean-up unused goroutines
3235b57 First benchmark
5dc8af5 Initial streamer
923764c Prom metrics
8559e5f Connect if can't find session
2a9470f vendor: alecthomas/template/parse
6427b91 Working replay
60ed300 vendor: alecthomas/kingpin, eapache/channels