Releases: silinternational/personnel-sync
Releases · silinternational/personnel-sync
Fix example go.mod
v4.0.2 (because v4.0.1 mysteriously disappeared) not found: github.com/silinternational/personnel-sync/[email protected]: invalid version: unknown revision v4.0.1
Duplicate of 4.0.1 for go get
Merge pull request #42 from silinternational/develop correct version numbers in lambda-example/go.mod
Use branch "main"
Also corrected version numbers in lambda-example/go.mod
Make adapters both source and destination
Adapters can now be both a Source and a Destination if they implement the necessary interfaces.
New adapter support:
- Google Sheets source
- RestAPI destination
Google Sheets destination
Merge pull request #34 from silinternational/develop Release 3.4.0 - Google Sheets destination
add v3 to module path (duplicate release to add 'v' to tag)
Merge pull request #31 from silinternational/develop add v3 to the module path
add v3 to module path
Merge pull request #31 from silinternational/develop add v3 to the module path
added Google Shared Contacts destination
Merge pull request #29 from silinternational/develop Release 3.3.0 -- Google Shared Contacts destination
Add config options
New config option to disable add, update, or delete on Google Groups (#23)
Added custom schema support to Google Users destination
Merge pull request #25 from silinternational/develop Release 3.1.0