Skip to content

Releases: silinternational/personnel-sync

Exclude Filter

13 Apr 17:28
f07b5dc
Compare
Choose a tag to compare

Added

  • New Exclude option for filters

RestAPI Filters

12 Apr 20:53
132cbff
Compare
Choose a tag to compare

Added

  • New Filter config option on RestAPI adapter

Remove RestAPI Method parameter

11 Apr 15:23
6e748c6
Compare
Choose a tag to compare

Removed

  • remove deprecated Method parameter from RestAPI adapter

Fixed version tag from v5 to v6 in the code

11 Apr 14:40
6dcf35e
Compare
Choose a tag to compare
Merge pull request #71 from silinternational/develop

v6.0.1

Add item-based pagination

11 Apr 13:57
526a17c
Compare
Choose a tag to compare

Modified

Expected keys in config.json for ["ExtraJSON"]["Pagination"] in relation to the RestAPI type (see the README.md file).
This will allow for item-based pagination (in addition to the page-based pagination that was already available.)

Update and Delete in REST API

04 Apr 12:30
85054eb
Compare
Choose a tag to compare

Added

  • RestAPI destination can now update and delete
  • RestAPI destination can handle pagination in the API retrieving the list of records

Fixed

  • Corrected handling of large numeric values in RestAPI data parameters

regular expression search and replace

18 Jun 17:32
565ccf6
Compare
Choose a tag to compare

Added

  • Added a configuration option to AttributeMap that allows for regular expression text replacement

Fixed

  • If log messages were output near the end of processing, they would have been lost. Added a longer delay before exiting.

Google Users - multiple phone numbers

09 Feb 18:11
aa04835
Compare
Choose a tag to compare

Added

  • Add multiple phone number support to Google Users

Fixed

  • Fixed problem where event log item didn't print correctly. The error level printed as a number instead of a string.

Google Contacts: multiple phone numbers

15 Jan 22:12
810e955
Compare
Choose a tag to compare

Added

  • Google Contacts: Added support for multiple phone numbers.
  • Google Contacts: Added ability to label phone numbers.

Fixed

  • Corrections in README doc

error on http response codes > 299

16 Dec 22:33
aaaf846
Compare
Choose a tag to compare
  • Better error handling on REST API plugin. Fails with more appropriate error message if server returns a 400- or 500-level status.
  • documentation for SES role permissions (from previous release)
  • enable DisableUpdate config to work on Google Users plugin