Releases: dbc-tech/actionstep
Releases · dbc-tech/actionstep
Update packages
Error logging
- Error logging
Ignore scope if not provided
- Ignore scope if not provided
Add debug traces
- Add debug traces
Split packages
- Split into two packages:
@dbc-tech/actionstepwhich is used for token retrieval and API calls@dbc-tech/actionstep-authused for auth flows token management
Attempt to remove the simple-oauth2 dependency
- Remove requirement to add
simple-oauth2for token services
Remove got-cjs dependency
- Replace
got-cjswith fetch to prepare for compatibility with bun sindresorhus/got#2299
Add generic PUT, PATCH, POST
- Add generic PUT, PATCH, POST methods to send untyped payloads to ActionStep endpoints
Add Refresh Handler
- Add
refreshHandler
Separate refresh endpoint
- Moved
forceRefreshfeature to dedicated endpoint