Skip to content

Releases: silinternational/personnel-sync

v6.8.11

28 Jan 03:58
9c1be77
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.8.10...v6.8.11

v6.8.10

22 Jan 10:22
f9652af
Compare
Choose a tag to compare

Fixed

  • Use the BatchSize and BatchDelaySeconds parameters to wait for rate limiting on the list users endpoint.
  • Reduce complexity of listUsersForPath by moving pagination scheme validation earlier in the process.

v6.8.9

09 Jan 18:42
48ac488
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.8.8...v6.8.9

v6.8.8

12 Dec 05:36
74bbea9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.8.7...v6.8.8

v6.8.7

10 Oct 03:25
8174eaf
Compare
Choose a tag to compare

Changed

  • Wait to print summary message in case more log events are queued.
  • Use range int syntax
  • Use slices.Contains in place of home-built functions

Fixed

  • Correct minor errors in a comment about ExtraMember config

v6.8.6

04 Oct 07:50
29415c4
Compare
Choose a tag to compare

Changelog

  • 29415c4 Merge pull request #111 from silinternational/develop

v6.8.5

09 Sep 03:34
4a728ef
Compare
Choose a tag to compare

Fixed

  • Fixed the IDAttribute configuration property. It was not used when creating and updating a RestAPI record, but instead was using the id attribute.

v6.8.4

03 Sep 18:00
c6d9467
Compare
Choose a tag to compare

Fixed

  • Fix README headers
  • Add docs for the AttributeMap section of the config file
  • Fix Source and Destination AttributeMap field names in example config

v6.8.3

10 Apr 02:25
e6fb241
Compare
Choose a tag to compare

Removed

  • Removed replace directive from go.mod to fix GoReleaser error

Added crucial steps to the release job

10 Apr 00:18
32162f0
Compare
Choose a tag to compare

Fixed

  • The release job needed checkout and setup-go also