Skip to content

Releases: Skyscanner/skyscanner-python-sdk

Use secure URI for calling Skyscanner partner API

22 Apr 14:40
7b97ade
Compare
Choose a tag to compare
  • Use https when making calls to Skyscanner API

Default error level changed to `GRACEFUL` and versioning chore

12 Sep 10:21
Compare
Choose a tag to compare
  • Default error level is now graceful, it used to be strict.
  • Version number should be set in one file only: skyscanner/__init__.py.

Support additional params for Flights Pricing Service

10 Jul 03:26
Compare
Choose a tag to compare
  • As reported in #15
  • Support for the following additional params during poll requests:
            'locationschema',
            'carrierschema',
            'sorttype',
            'sortorder',
            'originairports',
            'destinationairports',
            'stops',
            'outbounddeparttime',
            'outbounddepartstarttime',
            'outbounddepartendtime',
            'inbounddeparttime',
            'inbounddepartstarttime',
            'inbounddepartendtime',
            'duration',
            'includecarriers',
            'excludecarriers'

Fixes for version 2 and 3 Support

31 Jul 16:08
Compare
Choose a tag to compare
  • Stable support for the other versions: 2.6, 3.3, and 3.4.
  • Minor updates to unit tests.

First stable release

18 Jul 14:38
Compare
Choose a tag to compare
  • Added support for XML responses. Return full response now + parsed content.
  • Improved error handling and code documentation.
  • Major code refactoring and improvement work.
  • Updated existing tests to use current time and dates.

Thanks to @ddudnik for all these code improvements and stabilization.