Skip to content

Releases: AnalogRepublic/go-mysql-queue

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

Choose a tag to compare

@CraigChilds94 CraigChilds94 released this 15 Aug 12:37
  • Added num param to Listener.Start()
  • Handle func passed to Listener.Start() now receives []Event
  • Updated Readme with example

Fix MySQL Connection Host

Choose a tag to compare

@CraigChilds94 CraigChilds94 released this 08 Aug 06:41
  • Fix host portion of MySQL connection string
  • Add missing port option in connection config

Locale fix on Unix machines

Choose a tag to compare

@CraigChilds94 CraigChilds94 released this 07 Aug 18:59
  • Fix hardcoded incorrect locale for MySQL connections

1.0.0

Choose a tag to compare

@CraigChilds94 CraigChilds94 released this 06 Aug 14:53
Fix race conditions with listener again; implement a way of getting f…