Skip to content

Releases: devixa-tech/py-sarvcrm-api

1.4.1

23 Dec 13:20

Choose a tag to compare

Updated ENVMod Usage and version.

Read classmods for more information.

1.4.0

13 Aug 20:47

Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.4.0

1.3.3

11 Aug 19:10

Choose a tag to compare

Fixed module names

1.3.1

03 Aug 17:56

Choose a tag to compare

What's Changed

  • Improved caching functionality to SarvCRM API client and modules by @HMohammad2520 in #22
  • Added logging functionality and moved methods to static methods in SarvClient and SarvModule classes. by @HMohammad2520 in #24

Full Changelog: 1.3.0...1.3.1

1.3.0

28 Jul 09:28

Choose a tag to compare

What's Changed

Full Changelog: 1.2.4...1.3.0

1.2.4

26 Jul 07:23

Choose a tag to compare

Updated dependencies

Full Changelog: 1.2.3...1.2.4

1.2.3

25 Jul 17:31

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.2.3

1.0.1

21 Jan 12:29

Choose a tag to compare

What's Changed

New Feature:

  • new methods for creating URLs and using them in your applications
  • Improved initial URL (Reworked base_url to api_url, and its now optional)
  • added frontned URL

Full Changelog: first...urls

1.1.3

16 Jul 12:16

Choose a tag to compare

  • Fixed URL bugs and minor improvements

1.1.2

14 Jul 14:55

Choose a tag to compare

Changes:

  • Added cached request support
  • Performance improvements
  • Localized methods
  • Added enable_caching, disable_caching to SarvClient Class
  • Minor improvements