Skip to content

Releases: iver-wharf/messagebus-go

v0.1.1 - First open source release

16 Mar 09:33
v0.1.1
78ca80a
Compare
Choose a tag to compare

With confirmation from our company we could open source this project. This release is the first open release for this repo. Exiting!

Changes since dawn of this repo

Since we had to remove the entire Git history (see #1), here's at least our entire changelog so far, for those that may still use our older (closed source) versions.

The !1 are GitLab merge request references. They're only kept so we Iver employees can refer back to them. All future changes will be created through GitHub and reference GitHub PRs instead.

v0.1.1 (2021-03-16)

  • Added CHANGELOG.md. (!2)

v0.1.0 (2020-10-19)

  • Added Go module. (!1)

  • Added README.md (!1)

  • Added first implementation towards RabbitMQ with the following key
    functions: (!1)

    • NewConnection
    • MQConnection.Connect
    • MQConnection.CloseConnection
    • MQConnection.PublishMessage