1.52.0 (2024-09-12)
Features Added
- Added new interface
ExpandableEnum
which allows for enums based on any type with expansion. Effectively, a generic
typedExpandableStringEnum
.
Bugs Fixed
- Fixed a bug with serialization of arrays of
JsonSerializable
. (#41645)
Other Changes
- Changed logging in
AccessTokenCache
toVERBOSE
. (#41648)