# Ruby client v0.2.0

August 21, 2026

Version 0.2.0 of the official [HTML/CSS to Image Ruby client](https://github.com/htmlcsstoimage/ruby-client) is now available.

*   Generate signed create-and-render URLs for webpage screenshots and saved templates.
*   Create and delete images in batches.
*   Create images from saved templates, list template versions, and create new template versions.
*   Use current parameters including `dedupe_duration_s`, `storage_destination_id`, transparent backgrounds, custom request headers, proxies, jumbo images, and consent-banner blocking.

This release changes how signed template URL tokens are generated. Ruby client 0.1.x URL-decoded the query string before calculating its HMAC. Version 0.2.0 signs the exact encoded query string included after `?`, as required by the current API.

Regenerating a template URL with the same inputs after upgrading therefore produces a different token. URLs previously generated by 0.1.x continue to work.

[See the Ruby examples and upgrade notes](/example-code/ruby/).

[All updates](/changelog/)

Previous: [Automatic Open Graph images for websites and CMSs](/changelog/2026-08-16-automatic-open-graph-images-for-websites-and-cmss/) — Aug 16, 2026

Next: [Choose the returned file format in image creation requests](/changelog/2026-08-27-choose-the-returned-file-format-in-image-creation-requests/) — Aug 27, 2026
