Skip to content

v2.11.1

Compare
Choose a tag to compare
@rustatian rustatian released this 25 Aug 13:25
· 758 commits to stable since this release
ff29b8b

👀 New:

  • http plugin: Send raw body (unescaped) to the PHP worker for the application/x-www-form-urlencoded content type. FR1, FR2, (thanks @ekisu, @rlantingmove4mobile)
    Configuration:
http:
  raw_body: true/false (by default)
  • temporal plugin: Overwrite client-name and client-version in Go client to represent PHP-SDK, FR, (thanks, @wolfy-j)

🧹 Chore:

  • 🧑‍🏭: Autocomplete .rr.yaml configuration for the cache plugin. link