Skip to content

v0.6.1

Compare
Choose a tag to compare
@rhcarvalho rhcarvalho released this 11 May 14:42
· 424 commits to master since this release
  • fix: Use NewEvent to init Event struct (#220)

NOTE:
A change introduced in v0.6.0 with the intent of avoiding allocations made a
pattern used in official examples break in certain circumstances (attempting
to write to a nil map).
This release reverts the change such that maps in the Event struct are always
allocated.