Skip to content

cloud_events 0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 02:42
95590bf

v0.7.0 / 2022-01-14

  • HttpBinding#probable_event? returns false if the request method is GET or HEAD.
  • HttpBinding#decode_event raises NotCloudEventError if the request method is GET or HEAD.
  • Fixed a NoMethodError if nil content was passed to the ContentType constructor.