Skip to content

Releases: sailpoint-oss/sp-connector-sdk-js

Adding command handlers for PTA

12 Sep 09:17
a4fd9e2
Compare
Choose a tag to compare
Merge pull request #57 from sailpoint-oss/ahedaoo/CONCHENAB-6518

CONCHENAB-6518 : Add command handlers to the typescript sdk for PTA

Pass account schema into test connection command

25 Jan 18:12
254ee6d
Compare
Choose a tag to compare

Pass account schema into test connection command

Support patching configs

18 Jan 22:19
0a035c6
Compare
Choose a tag to compare

Support patching configs

Allow setting attribute level results

01 Nov 18:34
9f17e34
Compare
Choose a tag to compare

Allow setting attribute level results

Minor bug fix and improvements

12 Oct 18:11
a12c821
Compare
Choose a tag to compare

Minor bug fix and improvements

Upgrade dependency with vulnerabilities

03 Oct 13:26
70eb632
Compare
Choose a tag to compare

Upgrade dependency with vulnerabilities

Minor improvements for customizer

20 Sep 14:08
17e3ce0
Compare
Choose a tag to compare

Minor improvements for customizer

Support connector customizer

08 Sep 18:48
330c5e7
Compare
Choose a tag to compare

Support connector customizer

Schema object type in schema attribute

16 Jun 19:00
2a41984
Compare
Choose a tag to compare
  • Added the schemaObjectType to SchemaAttribute type

Keep Alive Support

31 May 19:52
4af70c7
Compare
Choose a tag to compare
  • Add keepAlive method to Response which allows a long running command handler to indicate that it is still making progress and prevent the command from timing out.