Skip to content

Commit 3ea55ca

Browse files
chore: version-packages
1 parent eedcca7 commit 3ea55ca

33 files changed

Lines changed: 162 additions & 89 deletions

.changeset/deep-spies-kick.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/fast-ways-rest.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/good-numbers-act.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/journey-client-config-alignment.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/lucky-parts-own.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.changeset/odd-parents-joke.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/ready-snakes-sell.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/sdks-4726-signals-init-options.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/silent-ideas-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/davinci-client/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @forgerock/davinci-client
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- [#562](https://github.com/ForgeRock/ping-javascript-sdk/pull/562) [`63e94aa`](https://github.com/ForgeRock/ping-javascript-sdk/commit/63e94aa47114eee07846d5e90b47c1649190df4c) Thanks [@ryanbas21](https://github.com/ryanbas21)! - Add QR code collector support to davinci-client
8+
9+
- [#563](https://github.com/ForgeRock/ping-javascript-sdk/pull/563) [`ec39137`](https://github.com/ForgeRock/ping-javascript-sdk/commit/ec3913769fbd1572f09fdf3fd45dcb61e84866c9) Thanks [@ancheetah](https://github.com/ancheetah)! - Adds `pollStatus()` method and `PollingCollector` to `@forgerock/davinci-client` for polling support in DaVinci flows.
10+
11+
Pass a `PollingCollector` to `davinciClient.pollStatus(collector)` to get a poller function. The polling mode is detected automatically from the collector:
12+
- **Challenge polling**: Periodically calls the `/status` endpoint until the challenge is resolved.
13+
- **Continue polling**: Performs a delay and returns a status based on remaining poll retries. Call the returned poller function repeatedly in a loop until it resolves with the next node in the flow or an error.
14+
15+
Adds ability to intercept the polling request with middleware.
16+
17+
- [#579](https://github.com/ForgeRock/ping-javascript-sdk/pull/579) [`6c13d93`](https://github.com/ForgeRock/ping-javascript-sdk/commit/6c13d93db76fa1c8d19382909bea34cb0b80f4cf) Thanks [@ancheetah](https://github.com/ancheetah)! - Support form agreements with AgreementCollector
18+
19+
### Patch Changes
20+
21+
- [#564](https://github.com/ForgeRock/ping-javascript-sdk/pull/564) [`15d5af3`](https://github.com/ForgeRock/ping-javascript-sdk/commit/15d5af32310174296ae1513c95168c5e8336d668) Thanks [@ryanbas21](https://github.com/ryanbas21)! - Update interfaces and types that are missing from exports
22+
23+
- Updated dependencies [[`ec39137`](https://github.com/ForgeRock/ping-javascript-sdk/commit/ec3913769fbd1572f09fdf3fd45dcb61e84866c9), [`d849256`](https://github.com/ForgeRock/ping-javascript-sdk/commit/d849256768abea11d8e034fb982ae4220a5b7801)]:
24+
- @forgerock/sdk-request-middleware@2.1.0
25+
- @forgerock/storage@2.1.0
26+
- @forgerock/sdk-logger@2.1.0
27+
- @forgerock/sdk-oidc@2.1.0
28+
- @forgerock/sdk-types@2.1.0
29+
- @forgerock/sdk-utilities@2.1.0
30+
331
## 2.0.0
432

533
### Major Changes

0 commit comments

Comments
 (0)