Skip to content

Releases: kyleconroy/pgoutput

0.2.0: Asynchronous sendStatus(), pass WAL position to handler, fix plugin a…

30 Dec 21:50
Compare
Choose a tag to compare
…rgs etc (#2)

* Remove vendor folder

* don't drop the replication slot

* Fix pluginArgs

* relation: change to pointer, add Get(), fix sendStatus()

* pass wal position to handler

* send status messages async, fix example, other stuff

* Fix test

* revert timeouts

* Add Flush() function. By default send status msgs only with write walPos

* Add walRetain option

* Take manual flushes into account

* check for nil message

* make relation non-pointer, fix misc

* fix relation Get

* add relation.IsEmpty()

* change relation.Get

* Cosmetic changes

* Add connInfo to NewRelationSet(), fail on handler knob, cleanups for PR

v0.1.0: Port pgoutput to modules (#3)

22 Oct 20:12
516819d
Compare
Choose a tag to compare
Since pgoutput is a library, we shouldn't be committing our vendor directory. Instead, add a go.mod file a tag a 0.1.0 release.