Skip to content

Releases: silinternational/personnel-sync

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

Fix release job

10 Apr 00:13
895ef48
Compare
Choose a tag to compare

Fixed

  • Remove branches: "**" from the workflow config so the workflow will run on all pushes.

publish a Lambda binary in GitHub release

09 Apr 23:03
632b203
Compare
Choose a tag to compare

Added

  • Added a GoReleaser step to publish a binary for use on Lambda

Use GitHub Actions for CI test

27 Mar 20:13
14ceae9
Compare
Choose a tag to compare

No code changes in this release