Skip to content

Releases: internetarchive/umbra

v2.4

13 Aug 23:43

Choose a tag to compare

This releases enhances the user agent feature added in 2.3 by adding support for per-request user agents. If the userAgent key is present in the metadata passed to a request, Umbra will use that supplied user agent in place of the one that's configured at runtime. If no user agent is in metadata, Umbra will fall back to the global user agent.

v2.3

05 Aug 22:36

Choose a tag to compare

This release adds a --user-agent commandline flag to the queue-url and umbra commandline tools to override Chrome's user agent (#85).

v2.2

31 Jul 22:29

Choose a tag to compare

This release introduces optional Sentry support for monitoring (#82). It also contains internal changes to Python packaging.