Skip to content

Peasant 0.7.0

Compare
Choose a tag to compare
@piraz piraz released this 11 Apr 17:54

What's new in Peasant 0.7.0

Apr 11, 2024

We are pleased to announce the release of Peasant 0.7.0.

This release add requirements transport with complete basic methods and finish missing methods in the tornado transport.

The client api changed and is organized in several modules.

To use the requests transport you can install using:

pip install peasant[all]

or

pip install peasant[requests]

To use the tornado transport you can install using:

pip install peasant[all]

or

pip install peasant[tornado]

Here are the highlights:

Build Changes

  • Fix requirements resolution while building distribution files #11

Features

  • Add missing http methods to the tornado transport #6
  • Add requests basic transport #9
  • Fix bastion address #10

Refactory

  • Break client into modules #8