Which Version of gatling supports cookie name as Expression[String]

Hi all,
based on https://gatling.io/docs/current/http/http_helpers/, gatling should support Cookie name as (name: Expression[String]) ,I am on 3.2.1 and it still does not recognize the name as Expression[String]. Which version is supporting it? Thank you

Have you tried searching in the milestones’ content?

Thanks, I guess that is https://github.com/gatling/gatling/issues/3905 . Does that mean it will be in 3.4.0?
It is supported in https://github.com/gatling/gatling/blob/7822acd097329f476393480f725c0cc70db49dc9/gatling-http/src/main/scala/io/gatling/http/cookie/CookieSupport.scala . But again not sure which version it is. Thanks

I am using sbt plugin. there is no 3.4.0 version for sbt plugin.

Different components => different lifecycles => versions are not aligned.

Got it. Thanks