Skip to content

Releases: rivrproject/rivr

0.8.0

10 Oct 13:52
Compare
Choose a tag to compare

Breaking Changes

  • Support for Python 2 was removed. Python 3.6 or newer is now required.

Enhancements

  • Added typing support to rivr.
  • Response objects now include a .content_type header accessor.

0.5.1

24 Dec 00:41
Compare
Choose a tag to compare
  • Add's various methods to the request object
    • is_secure
    • scheme
    • host
    • port
    • url
    • content_length
    • body
  • Correctly re-throws exceptions so that the correct traceback is used
  • Uses a logger to log exceptions raised by view (under rivr.request logger)
  • Releases a wheels binary release