9.18.1 - Filtering on related fields works again
What's new
Filtering on related fields works again
When you build a query filter and add a related field (a field reached through a parent relationship), Jetstream needs to fetch that field's possible values so you can choose from them. A regression had stopped that from happening; this release restores it, so related fields in a filter group once again pull their data from the cache or directly from Salesforce.
Clearer errors when field metadata can't load
If something goes wrong fetching field metadata, you'll now see a toast notification explaining it rather than a silent failure — making it obvious that you should retry or check the org connection.
Other fixes
- Logout handles specific error responses more gracefully.