0.22.0 (Jun 10, 2025)
ENHANCEMENTS
- Ephemeral
restful_resource
: Add(renew|close)_body_raw
to support body parameter (0cb301b) restful_operation
:delete_header
anddelete_query
supports body parameter (#148)- Ephemeral
restful_resource
:(renew|close)_header
and(renew|close)_query
supports body parameter (#148)
BUG FIXES
- Ephemeral
restful_resource
: The defaultheader
andquery
are now working (d34c04c)