Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

`CreateDelegationTokenOptions`  has a method `maxlifeTimeMs()`, that is typo.
We should modify to `maxLifeTimeMsmaxLifetimeMs()` as a feature release.

Public Interfaces

...

We proposed to deprecate `maxlifeTimeMs()`, and add a new method `maxLifeTimeMsmaxLifetimeMs()`.

Compatibility, Deprecation, and Migration Plan

  1. We will add a deprecated annotation on `maxlifeTimeMs()`.
  2. Add a new method `maxLifeTimeMsmaxLifetimeMs()` that functions the same as `maxlifeTimeMs()`.
  3. Delete `maxlifeTimeMs()` at the next major release.

...