3.2.1
This release changes how the Password Token Updates function. Before, it was based on a timer that would run on a set schedule, async to any specific calls you were making. Now, it's handled by a DelegationHandler that will refresh the token when it expires. The events for handling the session updates remain the same, but controlling when the token is "automatically" refreshed has now been deprecated.
This should give much more control for how to handle token refreshes. You can let FishyFlip handle it automatically when it expires, or handle the refresh yourself, but you have the control.
What's Changed
- Bump dependencies by @drasticactions in #143
- Add support for zstd compressed jetstream by @Soulusions in #141
- Add Ozone proxy header by @drasticactions in #145
- Add DelegationHandler for Password Token Updates by @drasticactions in #147
- Add Ozone proxy for moderation endpoint by @drasticactions in #150
- Switch Chat Moderation endpoints to use ozone by @drasticactions in #151
- Add Union type checks for POSTs by @drasticactions in #153
- Update bindings by @drasticactions in #155
- Make DID resolution cache thread-safe by @alnkesq in #154
New Contributors
- @Soulusions made their first contribution in #141
- @alnkesq made their first contribution in #154
Full Changelog: 3.1.2...3.2.1