Oban Releases

Web v2.1.0

Enhancements

  • Support alternate live socket transports, namely the “longpoll” transport. Users can specify either “websocket” or “longpoll” directly from the oban_dashboard/2 call in their Phoenix router (which avoids global configuration).

Bug Fixes

  • Skip full text search for PostgreSQL versions < 11.0. Older PG versions don’t have proper support for JSONB vectorization or web style search operations.