Skip to content

Releases: twisted/nevow

Nevow 0.14.4 (2018-06-13)

15 Feb 07:17
nevow-0.14.4
a8e01c5
Compare
Choose a tag to compare

Bugfixes

  • Divmod.Runtime.getAttribute now works again on newer Microsoft Edge versions.
    (#102)

Nevow 0.14.3 (2017-08-19)

19 Aug 17:53
nevow-0.14.3
Compare
Choose a tag to compare

Bugfixes

  • Athena will now time requests out client-side rather than waiting forever (up
    to the browser timeout, at least) for a server response that may never come.
    (#98)

Misc

Nevow 0.14.2

29 Aug 21:27
nevow-0.14.2
Compare
Choose a tag to compare

Nevow 0.14.2 (2016-08-29)

Re-release of 0.14.2 due to a release engineering mistake.

No changes other than the version number.

Nevow 0.14.1 (2016-08-29)

Features

  • Nevow will now correctly map the MIME type of SVG files even if the
    platform registry does not have such a mapping. (#88)
  • Athena no longer logs widget instantiation on initial page load.
    (#92)

Bugfixes

  • Nevow's test suite is now compatible with Twisted 16.3. (#82)
  • Athena will no longer cause spurious errors resulting from page
    disconnection. (#84)
  • Athena will now ignore responses to already-responded remote calls
    during page shutdown. (#86)

Improved Documentation

  • Nevow's NEWS file is now generated from news fragments by towncrier.
    (#81)

Nevow 0.13.0

17 Feb 13:19
nevow-0.13.0
Compare
Choose a tag to compare
  • nevow.appserver.Request.headers and received_headers are now deprecated to
    follow suit with Twisted; older versions of Nevow will not be compatible
    with Twisted 16.0.0 due to these being removed in Twisted.
  • nevow.testutil.FakeRequest had similar changes made to assist with
    compatibility in test code, and there should be no Nevow code left that
    touches the deprecated APIs, but any application code using the old APIs
    should be migrated.
  • Some very ancient, deprecated things were removed: nevow.canvas,
    nevow.livepage, nevow.livetest, nevow.taglibrary (except for the Athena
    version of nevow.taglibrary.tabbedPane), nevow.wsgi, and zomne.