Skip to content

Latest commit

 

History

History
89 lines (67 loc) · 2.45 KB

File metadata and controls

89 lines (67 loc) · 2.45 KB

Unreleased

  • Drop support for python 3.6
  • Change strings format to f-strings
  • Update dependencies

1.0.1

  • Fix supported python version specification

1.0.0 Again!

Separation from Culqi official repository and add a bunch of fixes to be relased under a new package name but fully compatible with Culqi official repository.

  • Add Support for python 3.8.x
  • Add Support for python 3.9.x
  • Drop support for python 2.7.x
  • Drop support for python 3.5.x
  • Update dependecies
  • Fix conflict with pylint E1101 (no-member) error message
  • Add tests for distinct cards
  • Add tests for error responses
  • Fix faling tests due to bad culqi responses
  • Add documentation
  • Add pylint for code quality tests before commit
  • Add bandit for code quality tests before commit
  • Add mypy for code quality tests before commit
  • Add integration with Travis CI for automated run testing and coverage
  • Add integration with Codacy for automated code quality
  • Add integration with Codecov for coverage
  • Add integration with Requires for requirements monitoring

1.0.4 Abandoned :(

This changes where never released at Culqi

  • Support for python 3.8.x
  • Updated dependecies
  • Fixed conflict with pylint E1101 (no-member) error message
  • Added tests for distinct cards
  • Added tests for error responses
  • Added pylint and bandit for code quality tests

1.0.0 to 1.0.3 03-01-2020

  • Drop support for python 3.4
  • Added complete set of tests
  • Added support for orders
  • Complete refactor in API Client
  • Use Client class instead to configure module directly
  • Moved to poetry for dependency management
  • Use of black for linting
  • Use of tox for testing environments
  • Added precomit hooks with pre-comit
  • Added code coverage
  • Developer friendly nomneclature

0.2.5 22-02-2017

  • Change the default timeout of GET method 120 to 360
  • rename COD_COMMERCE to public_key and API_KEY to private_key

0.2.3 13-02-2017

  • Fix capture method in Charge

0.2.2 13-02-2017

  • Add Card
  • Add Customer
  • Add Event
  • Add Transfer
  • Add update method

0.2.1 26-01-2017

  • Add: LIST, GET, DELETE for each Resource

0.1.8 17-01-2017

  • Fix Create Token

0.1 05-01-2017

  • Create Token
  • Create Charge
  • Create Plan
  • Create Subscription
  • Create Refund
  • Unit Tests