Releases: devixa-tech/py-sarvcrm-api
Releases · devixa-tech/py-sarvcrm-api
1.4.1
1.4.0
What's Changed
- Added auto_login parameters by @HMohammad2520 in #26
- Added get me by @HMohammad2520 in #27
- Added user_id Property by @HMohammad2520 in #28
- Add Notifications Module by @HMohammad2520 in #29
- Removed Appointments by @HMohammad2520 in #30
- Added Assgined Field by @HMohammad2520 in #31
- Implemented New Methods by @HMohammad2520 in #32
Full Changelog: 1.3.3...1.4.0
1.3.3
Fixed module names
1.3.1
What's Changed
Improved caching functionality to SarvCRM API client and modulesby @HMohammad2520 in #22Added 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
What's Changed
- Minor Update by @HMohammad2520 in #14
Fix of selected fieldsby @HMohammad2520 in #19Fix query argument problemby @HMohammad2520 in #20
Full Changelog: 1.2.4...1.3.0
1.2.4
Updated dependencies
Full Changelog: 1.2.3...1.2.4
1.2.3
What's Changed
- Fixed default argument problems and minor improvements by @HMohammad2520 in #16
- Added Support for ENVMod by @HMohammad2520 in #18
Full Changelog: 1.0.1...1.2.3
1.0.1
What's Changed
- Removed placeholder :D by @HMohammad2520 in #9
- 8 url generation by @HMohammad2520 in #10
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
- Fixed URL bugs and minor improvements
1.1.2
Changes:
- Added cached request support
- Performance improvements
- Localized methods
- Added
enable_caching,disable_cachingtoSarvClientClass - Minor improvements