Skip to content

Commit

Permalink
chore(*): release 0.3.0
Browse files Browse the repository at this point in the history
### Summary

- [style(lib/compat): update module version](#57)
- [tests(*): use resty.events.new correctly as documented](#59)
- [feat(protocol): send worker info (id and pid) to broker](#54)
- [fix(*): option validation of broker id](#62)
- [fix(broker): worker id based queues](#60)
- [chore(worker): actively close connection to broker on error](#63)
- [fix(*): retain events on send failures](#61)
  • Loading branch information
bungle committed Jun 19, 2024
1 parent 2ece8fe commit 1678f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lualib/resty/events/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ local str_sub = string.sub
local worker_count = ngx.worker.count()

local _M = {
_VERSION = "0.2.1",
_VERSION = "0.3.0",
}
local _MT = { __index = _M, }

Expand Down

0 comments on commit 1678f20

Please sign in to comment.