Skip to content

Releases: AnalogRepublic/go-mysql-queue

Update Listener.Start() to accept number of events to pop

15 Aug 12:37
Compare
Choose a tag to compare
  • Added num param to Listener.Start()
  • Handle func passed to Listener.Start() now receives []Event
  • Updated Readme with example

Fix MySQL Connection Host

08 Aug 06:41
Compare
Choose a tag to compare
  • Fix host portion of MySQL connection string
  • Add missing port option in connection config

Locale fix on Unix machines

07 Aug 18:59
Compare
Choose a tag to compare
  • Fix hardcoded incorrect locale for MySQL connections

1.0.0

06 Aug 14:53
Compare
Choose a tag to compare
Fix race conditions with listener again; implement a way of getting f…