Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Releases: Exe-Squared/Vtiger

Code cleanup and error checking

14 Jun 09:23
Compare
Choose a tag to compare

Code has been cleaned up to remove unnecessary code such as loops around requests when they are not needed.

A new set of error checks have been implemented that will throw errors when things like the status code come back as not 200 or the success field is set to false.

Redis storage and performance boosts

13 Jun 10:48
a32917a
Compare
Choose a tag to compare

Couple of changes to increase performance

  • Redis can now be selected as the session storage driver in the config file.
  • A persist connection option is now available in the config to so sessions don't close every time.

If you are upgrading you will need a new version of the config file.

Added connection override and delete operation

09 May 09:11
Compare
Choose a tag to compare

Have now added the ability to override the default connection parameters set in the config file.

Have also added the delete operation to records can now be deleted.

INVALID_SESSIONID fixed

03 May 16:26
Compare
Choose a tag to compare

Found sometimes Vtiger returned INVALID_SESSIONID which was random and couldn't be replicated.

This has now been fixed and tested and haven't seen the problem since.

Latest

11 Apr 10:48
Compare
Choose a tag to compare

This release now uses Guzzle instead of cURL and has some minor bug fixes

Initial Release

05 Apr 11:56
Compare
Choose a tag to compare

This is the initial release