Skip to content

v1.15.1

Compare
Choose a tag to compare
@lmarini lmarini released this 17 Mar 20:38
· 265 commits to master since this release
7d03641

1.15.1 - 2021-03-12

Fixed

  • Several views were throwing errors trying to access a None value in EventSinkService when a user was not logged in.
    Replaced get() with getOrElse().
  • Consolidated field names sent by the EventSinkService to maximize reuse.
  • Changed EventSinkService logging to debug to minimize chatter.
  • Don't automatically create eventsink queue and bind it to eventsink exchange. Let clients do that so that we don't
    have a queue for the eventsink filling up if there are no consumers.