Releases: silinternational/personnel-sync
Releases · silinternational/personnel-sync
Exclude Filter
Added
- New Exclude option for filters
RestAPI Filters
Added
- New Filter config option on RestAPI adapter
Remove RestAPI Method parameter
Removed
- remove deprecated Method parameter from RestAPI adapter
Fixed version tag from v5 to v6 in the code
Merge pull request #71 from silinternational/develop v6.0.1
Add item-based pagination
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
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
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
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
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
- 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