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/actionstep
which is used for token retrieval and API calls@dbc-tech/actionstep-auth
used for auth flows token management
Attempt to remove the simple-oauth2 dependency
- Remove requirement to add
simple-oauth2
for token services
Remove got-cjs dependency
- Replace
got-cjs
with 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
forceRefresh
feature to dedicated endpoint