oscerd opened a new pull request, #25894:
URL: https://github.com/apache/camel/pull/25894

   Follow-up to #25814, which backported CAMEL-24344 and CAMEL-24345 to 
`camel-4.18.x` and is now merged.
   
   The upgrade guides of every release line live on `main`, so the notes 
describing those two changes for
   4.18.5 have to be added here rather than on the branch the fixes landed on. 
Without this, `main`'s
   `camel-4x-upgrade-guide-4_18.adoc` does not describe what actually ships in 
4.18.5.
   
   * **camel-google-mail** — with `raw=true` the consumer now asks the Gmail 
API for the `RAW` format, the only
     one that populates the `raw` field. The API does not return the parsed 
`payload` for that format, so the
     `Subject`, `From`, `To`, `Cc`, `Bcc` and `MessageId` headers stop being 
set; those values are part of the
     RFC 2822 content that now reaches the body. Same wording as the 4.22 
entry, since it is the same change.
   * **camel-google-vertexai** — only the `jsonMode` half. `camel-4.18.x` has 
no streaming implementation for
     `streamOutputMode` to apply to, so the backport left that option inert and 
the note does not mention it.
   
   Documentation only.
   
   ---
   _Claude Code on behalf of oscerd_
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to