Skip to content

v1.5.1

Choose a tag to compare

@devwhodevs devwhodevs released this 26 Mar 23:25
· 31 commits to main since this release

v1.5.1

Hotfix: CORS configuration crash when using specific origins (e.g., https://chat.openai.com).

tower-http does not allow allow_credentials(true) combined with allow_headers(Any). Fixed by listing explicit allowed headers (Authorization, Content-Type, Accept) instead of wildcard.

This was blocking engraph serve --http from starting when CORS origins were configured for ChatGPT Actions.