Skip to content

Commit e17f87e

Browse files
committed
chore: finalize migration guide 0.74
1 parent 5cd5326 commit e17f87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<a name="v0.74.0"></a>
2-
## [0.74.0] - 2025-08-XX - DRAFT
2+
## [0.74.0] - 2025-08-22
33

44
### BEHAVIOR CHANGE
55

66
Automatic token refresh is now configured using `.UseBackgroundTokenRefresh()` or `.UseOnDemandTokenRefresh()` when building the SDK object.
77
The default configuration can be overridden via environment variables or by passing an options object as a parameter.
88
The old builder methods are still available but deprecated. Using them will apply the default configuration for automatic token refresh.
99

10-
In addition, the extended login methods are deprecated. Any values set for `autoRefresh` or `refreshThreshold` will be ignored in favor of the new configuration values.
10+
In addition, the extended login methods are deprecated. Any values set for `autoRefresh` or `refreshThreshold` will be ignored in favor of the new configuration values.

0 commit comments

Comments
 (0)