Request signing, auth token fixes, and parameter editing improvements This release adds a new hook for request signing use cases, fixes auth tokens being dropped when document names contain spaces or special characters, and improves the behavior of query parameter renaming in the request editor. New requestBuilt hook and onRequestBuilt callback receive the exact fetch Request sent over the wire, making request body signing possible for multipart/form-data and other use cases Fixed Bearer tokens being dropped when documents loaded via sources have non-slug-safe names (spaces, special characters