Skip to content

Releases: Yelp/pyramid-hypernova

v9.3.1

17 Mar 16:37
@P-K P-K
Compare
Choose a tag to compare

Patch fix to use more robust getattr method to check for error_data attribute on exception

v9.3.0

14 Mar 15:06
@P-K P-K
Compare
Choose a tag to compare

Allow for more error information from upstream services to be surfaced.

v9.2.0

06 Jan 22:25
@P-K P-K
Compare
Choose a tag to compare

Added logic to surface render fallback error information in render_blank_markup

v9.1.0

19 Aug 19:39
Compare
Choose a tag to compare

The tween will now loop over app_iter chunks rather than accessing response.text directly: this should be backwards-compatible.

v9.0.0

18 Aug 21:47
Compare
Choose a tag to compare

Python 2.7 support has been dropped. This package now requires py3.7+.

v8.0.1

06 Jun 20:12
1f8669b
Compare
Choose a tag to compare

Fixed a bug where requests could return a 500 instead of a fallback response when SSR'ing the page failed.

v8.0.0

17 May 21:11
Compare
Choose a tag to compare
  • 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

12 Mar 23:01
Compare
Choose a tag to compare
  • avoid ServerSideRenderingError when SSR is intentionally skipped (#29)

v7.0.0

09 Mar 23:40
24f49a7
Compare
Choose a tag to compare
  • pass pyramid request object to plugin lifecycle methods (#28)

v6.0.0

24 Sep 23:22
c9ef6a0
Compare
Choose a tag to compare