Skip to content

Releases: vertigis/workflow-activities-salesforce

v1.0.1

18 Jan 01:44
42a6e64
Compare
Choose a tag to compare

1.0.1 (2024-01-18)

Bug Fixes

  • Add Content-Type header for POST and PATCH requests (#4) (42a6e64)

v1.0.0

13 Jan 00:23
1883655
Compare
Choose a tag to compare

1.0.0 (2024-01-13)

⚠ BREAKING CHANGES

  • Initial release (#2)

Features

Bug Fixes

  • Add conventional-changelog-conventionalcommits (#3) (1883655)

v0.1.0

12 Jan 20:34
4ad40f8
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
feat: consolidate authentication and service activities / implement a…

…uthorize code flow (#1)

* feat: revisions based on feedback

* feat: clean up request

* fix: correct result properties

* feat: consolidate authorization in service
- test for expired token and refresh when necessary
- use authorization code flow

* chore: changed sObject display name

* fix: correct empty response logic

* fix: Updates based on feedback

* fix: improve regex matcher

* fix: updates from feedback

* fix: fix token test on Delete

* modified:   src/activities/SendSalesforceRequest.ts
	modified:   src/request.ts

* fix: correct success path for delete - ensure paths are correct

* fix: simplify request pattern and better handle token refresh