Skip to content

3.4.0

Compare
Choose a tag to compare
@wesleykendall wesleykendall released this 02 Sep 21:02
· 10 commits to main since this release
0429ca5

Features

  • Make context middleware extensible by @wesleykendall in #141.

    Inherit pghistory.context.HistoryMiddleware and override get_context to add additional context data for every request.

  • Support offline documentation formats by @wesleykendall in #144.

    PDF versions of documentation are built via ReadTheDocs.

Fixes

  • Check that the execute result is not None before trying to access execute_result.nextset() by @wesleykendall in #156.
  • Ensure pghistory.create_event works when using denormalized context by @wesleykendall in #154.
  • More accurate type hints for the public interface by @wesleykendall in #143.
  • Fix minor docstring issue in pghistory.create_event_model by @wesleykendall in #148.

Documentation