Skip to main content
v1.4.12
Breaking changes in v1.4.0. See the v1.4.0 Migration Guide for full before/after examples, automatic migration details, and a step-by-step checklist before upgrading.

Changelog

A targeted hotfix on transports/v1.5.15 that corrects Okta SCIM user pagination. No other application changes ship on top of v1.4.11.

๐Ÿž Fixed

  • Okta SCIM Pagination (enterprise) - The Okta provisioning client now uses Header.PeekAll("Link") instead of Peek, so it sees every Link header Okta returns. Okta sends one header per rel, and fasthttpโ€™s Peek only exposed the first, so pagination stopped after the first page. The rel="next" match also no longer assumes a fixed attribute position, so paginated user syncs follow the next link across all pages.

๐Ÿ“€ Base OSS version

transports/v1.5.15

๐Ÿ”Œ If you are compiling plugin against this release - use following deps