Releases: Yelp/pyramid-hypernova
Releases · Yelp/pyramid-hypernova
v9.4.0
Update ServerSideRenderingError
to extend the Error
class to standardize our error and make SSR errors easier to diagnose.
v9.3.1
Patch fix to use more robust getattr method to check for error_data attribute on exception
v9.3.0
Allow for more error information from upstream services to be surfaced.
v9.2.0
Added logic to surface render fallback error information in render_blank_markup
v9.1.0
The tween will now loop over app_iter
chunks rather than accessing response.text
directly: this should be backwards-compatible.
v9.0.0
Python 2.7 support has been dropped. This package now requires py3.7+.
v8.0.1
Fixed a bug where requests could return a 500 instead of a fallback response when SSR'ing the page failed.
v8.0.0
BatchRequest
now accepts a function, get_job_group_url
, in place of batch_url
. This allows for increased flexibility in routing hypernova requests.
- See CHANGELOG.md for details on how to migrate
v7.0.1
- avoid ServerSideRenderingError when SSR is intentionally skipped (#29)
v7.0.0
- pass pyramid request object to plugin lifecycle methods (#28)