Skip to content
HTML/CSS to ImageDocs

Ruby client v0.2.0

Copy page

Version 0.2.0 of the official HTML/CSS to Image 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.

All updates