Beta Versions
Certain WorkOS features may be available only in the beta version of the SDK. Beta versions have the-beta.* suffix, for example,
3.2.0-beta.1. For more information on how to use beta
versions, refer to the README in the GitHub repository.
Releases
v9.2.0
Latest- https://github.com/workos/workos-ruby/pull/501" rel="noreferrer" target="_blank">#501 feat(generated)!: regenerate from spec (12 changes)
Features
- authorization:
- Added model
ReplaceGroupRoleAssignmentEntry - Added model
ReplaceGroupRoleAssignments - Added model
DeleteGroupRoleAssignmentsByCriteria - Added endpoint
POST /authorization/groups/{group_id}/role_assignments - Added endpoint
PUT /authorization/groups/{group_id}/role_assignments - Added endpoint
DELETE /authorization/groups/{group_id}/role_assignments - Added endpoint
GET /authorization/groups/{group_id}/role_assignments/{role_assignment_id} - Added endpoint
DELETE /authorization/groups/{group_id}/role_assignments/{role_assignment_id} - client:
- Added model
ClientApiToken - Added model
ClientApiTokenResponse - Added service
Client - connect:
- Added
auth_methodtoConnectedAccount - Added
api_key_last_4toConnectedAccount - Added enum
ConnectedAccountAuthMethod - groups:
- Added model
CreateGroupRoleAssignment - Added model
GroupRoleAssignment - Added model
GroupRoleAssignmentList - Added model
GroupRoleAssignmentResource - organization_membership:
- Added model
UserOrganizationMembershipList - Added model
UserOrganizationMembershipListListMetadata - pipes:
- Added model
DataIntegrationCredentials - Added model
DataIntegrationConfigurationResponse - Added model
DataIntegrationConfigurationListResponse - Added model
ConfigureDataIntegrationBody - Added
auth_methodstoDataIntegrationsListResponseData - Added
auth_methodtoDataIntegrationsListResponseDataConnectedAccount - Added
api_key_last_4toDataIntegrationsListResponseDataConnectedAccount - Added enum
DataIntegrationCredentialsCredentialsType - Added enum
DataIntegrationsListResponseDataAuthMethods - Added enum
DataIntegrationsListResponseDataConnectedAccountAuthMethod - Added service
PipesProvider - user_management:
- Added model
UserInviteList - Added model
UserInviteListListMetadata - Made
AuthorizationCodeSessionAuthenticateRequest.client_secretoptional - Made
RefreshTokenSessionAuthenticateRequest.client_secretoptional - widgets:
- Added
widgets:pipes:managetoWidgetSessionTokenScopes
Fixes
- organization_membership:
- Changed response of
UserManagementOrganizationMembership.listfromUserOrganizationMembershiptoUserOrganizationMembershipList - user_management:
- Changed response of
UserManagementInvitations.listfromUserInvitetoUserInviteList
v9.1.0
Bug Fixes
- renovate: explicitly enable minor and patch updates (https://github.com/workos/workos-ruby/issues/493" rel="noreferrer" target="_blank">#493) (https://github.com/workos/workos-ruby/commit/c6da3f3acdf4dd7a6a65b3ae6463102ff0c024e1" rel="noreferrer" target="_blank">c6da3f3)
- Use Thread.current[] instead of Fiber[] for connection cache (https://github.com/workos/workos-ruby/issues/499" rel="noreferrer" target="_blank">#499) (https://github.com/workos/workos-ruby/commit/a44d6500b29d05fe7a5a0ac7449d1a4bee88fd38" rel="noreferrer" target="_blank">a44d650)
- https://github.com/workos/workos-ruby/pull/495" rel="noreferrer" target="_blank">#495 feat(generated): regenerate from spec (8 changes)
Features
- api_keys:
- Added model
ExpireApiKey - Added model
ApiKeyUpdated - Added model
ApiKeyUpdatedData - Added model
ApiKeyUpdatedDataOwner - Added model
UserApiKeyUpdatedDataOwner - Added model
ApiKeyUpdatedDataPreviousAttribute - Added endpoint
POST /api_keys/{id}/expire - audit_logs:
- Added
SnowflaketoAuditLogConfigurationLogStreamType - connect:
- Added
nametoUserObject - directory_sync:
- Added model
DsyncTokenCreated - Added model
DsyncTokenCreatedData - Added model
DsyncTokenRevoked - Added model
DsyncTokenRevokedData - user_management:
- Added
nameto user management models - webhooks:
- Added
api_key.updatedtoCreateWebhookEndpointEvents - Added
api_key.updatedtoUpdateWebhookEndpointEvents
v9.0.0
Bug Fixes
- ci: extract version from PR title in changelog inline step (https://github.com/workos/workos-ruby/commit/93768a1c00aab7f82c869f38bea5925f6e8cd933" rel="noreferrer" target="_blank">93768a1)
- https://github.com/workos/workos-ruby/pull/491" rel="noreferrer" target="_blank">#491 feat(generated)!: regenerate from spec (9 changes)
⚠️ Breaking
- organization_membership: Migrate organization membership to dedicated service
- Moved organization membership methods from
UserManagementto newOrganizationMembershipServiceclass - Methods
create_organization_membership,get_organization_membership,update_organization_membership,delete_organization_membership,deactivate_organization_membership,reactivate_organization_membership,list_organization_memberships, andlist_organization_membership_groupsnow accessed viaclient.organization_membershipinstead ofclient.user_management - Removed
UserManagement::RoleSingleandUserManagement::RoleMultipledata classes (moved toOrganizationMembershipService) - api_keys: Add expires_at field to API key models
- Added
expires_atoptional field toApiKey,OrganizationApiKey,OrganizationApiKeyWithValue,UserApiKey, andUserApiKeyWithValuemodels - Added
expires_atfield toCreateOrganizationApiKeyandCreateUserApiKeyrequest models - Updated
create_organization_api_keyandcreate_user_api_keymethods to acceptexpires_atparameter - radar: Remove device_fingerprint and bot_score fields from Radar
- Removed
device_fingerprintandbot_scoreparameters fromRadar.create_attemptmethod - Removed
device_fingerprintandbot_scorefields fromRadarStandaloneAssessRequestmodel - Updated enum values in
RadarStandaloneAssessRequestAction: removedLOGIN,SIGNUP,SIGN_UP_2,SIGN_IN_2,SIGN_IN_3,SIGN_UP_3; standardized toSIGN_UPandSIGN_IN - Removed
CREDENTIAL_STUFFINGandIP_SIGN_UP_RATE_LIMITfromRadarStandaloneResponseControlenum - audit_logs: Refactor audit logs models and type names
- Merged
AuditLogSchemaJsonfields intoAuditLogSchema; removedAuditLogSchemaJsonclass - Added new
AuditLogSchemaInputclass (write-side schema without read-only fields) - Renamed
AuditLogSchemaJsonActortoAuditLogSchemaActorInput - Renamed
AuditLogSchemaJsonTargettoAuditLogSchemaTargetInput - Removed
AuditLogActionJson;AuditLogActionnow extendsBaseModel - Renamed
AuditLogExportJsontoAuditLogExport(now extendsBaseModel) - Renamed
AuditLogsRetentionJsontoAuditLogsRetention(now extendsBaseModel) - Removed
AuditLogExportJsonStatetype; replaced withAuditLogExportState - Updated
list_actionsmethod return type fromAuditLogActionJsontoAuditLogAction - Updated
create_exportandget_exportmethod return types fromAuditLogExportJsontoAuditLogExport - webhooks: Rename WebhookEndpointJson to WebhookEndpoint
- Renamed
WebhookEndpointJsontoWebhookEndpoint - Updated
list_webhook_endpoints,create_webhook_endpoint, andupdate_webhook_endpointmethod return types WebhookEndpointStatusis now an alias forUpdateWebhookEndpointStatus(no longer a standalone class); removedWebhookEndpointJsonStatusalias- Updated
WebhookEndpointto extendBaseModelfor consistency - authorization: Add filtering parameters to authorization list methods
- Added
resource_id,resource_external_id,resource_type_slugfilter parameters tolist_role_assignmentsmethod - Added
role_slugfilter parameter tolist_role_assignments_for_resource_by_external_idandlist_role_assignments_for_resourcemethods - Removed
searchparameter fromlist_resourcesmethod
Features
- vault: Add new Vault service with key-value operations
- Added new
Vaultservice class with methods:create_data_key,create_decrypt,create_rekey,list_kv,create_kv,get_name,get_kv,update_kv,delete_kv,list_kv_metadata,list_kv_versions - Added vault model classes:
Actor,CreateDataKeyRequest,CreateDataKeyResponse,CreateObjectRequest,DecryptRequest,DecryptResponse,DeleteObjectResponse,ObjectModel,ObjectMetadata,ObjectSummary,ObjectVersion,ObjectWithoutValue,RekeyRequest,UpdateObjectRequest - Added
VaultOrderenum for sorting operations - Added
client.vaultaccessor to access the new service - pipes: Add Pipes connected account event models
- Added
PipeConnectedAccountmodel for representing connected accounts - Added three new event models:
PipesConnectedAccountConnected,PipesConnectedAccountDisconnected,PipesConnectedAccountReauthorizationNeeded - Added
PipeConnectedAccountStateenum withCONNECTEDandNEEDS_REAUTHORIZATIONvalues - Added new webhook event types to
CreateWebhookEndpointEventsandUpdateWebhookEndpointEvents - generated: Add Error and Actor shared models
- Added
Errormodel in shared module for error responses - Added
Actormodel in vault module representing user/actor information - Updated inflections to map 'object' to 'ObjectModel' to avoid conflicts
v8.0.1
v8.0.0...v8.0.1" rel="noreferrer" target="_blank">8.0.1 (2026-05-12)
Bug Fixes
- harden session sealing, log redaction, and webhook tolerance checks (https://github.com/workos/workos-ruby/issues/482" rel="noreferrer" target="_blank">#482) (https://github.com/workos/workos-ruby/commit/347fe1edf296778d7ea331e666a7957870074b9f" rel="noreferrer" target="_blank">347fe1e)
v8.0.0
v7.1.2...v8.0.0" rel="noreferrer" target="_blank">8.0.0 (2026-05-06)
⚠ BREAKING CHANGES
- authorization: Consolidate order enums to PaginationOrder
- api_keys: Separate organization and user API key types
- user_management: Consolidate order enums to PaginationOrder
- vault: Add BYOK key deleted event and consolidate key provider enum
- types: Consolidate pagination order enums
- authorization: Rename RoleAssignment to UserRoleAssignment
Features
- api_keys: Separate organization and user API key types (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- authorization: Add new role assignment listing endpoints (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- authorization: Consolidate order enums to PaginationOrder (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- authorization: Rename RoleAssignment to UserRoleAssignment (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- directory_sync: Add name field to directory users (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- docs: publish YARD API docs + llms.txt to GitHub Pages (https://github.com/workos/workos-ruby/issues/480" rel="noreferrer" target="_blank">#480) (https://github.com/workos/workos-ruby/commit/117eeac5d25c896c7a9b989592f3525f51e52a3d" rel="noreferrer" target="_blank">117eeac)
- events: Add admin_portal source to event context actor (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- sso: Add name field to SSO profile (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- types: Consolidate pagination order enums (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- user_management: Add get JWT template endpoint (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- user_management: Add user API key management (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- user_management: Add user field to membership and organization membership (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- user_management: Consolidate order enums to PaginationOrder (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
- vault: Add BYOK key deleted event and consolidate key provider enum (https://github.com/workos/workos-ruby/commit/956386a27cb0f8a8707442fa98b74a317f3f9920" rel="noreferrer" target="_blank">956386a)
v7.1.2
v7.1.1...v7.1.2" rel="noreferrer" target="_blank">7.1.2 (2026-05-06)
Bug Fixes
- decode legacy v6 sealed sessions on unseal (https://github.com/workos/workos-ruby/issues/479" rel="noreferrer" target="_blank">#479) (https://github.com/workos/workos-ruby/commit/1d8b4aaa26e77e6d7820feb7e2f81278a77b0cf4" rel="noreferrer" target="_blank">1d8b4aa)
- replace parameter-group hashes with typed variant classes (https://github.com/workos/workos-ruby/issues/473" rel="noreferrer" target="_blank">#473) (https://github.com/workos/workos-ruby/commit/a66c15b6070ad8c26f0ca0b9ad7414f7b2ce8d8a" rel="noreferrer" target="_blank">a66c15b)
- set canonical User-Agent header format (https://github.com/workos/workos-ruby/issues/476" rel="noreferrer" target="_blank">#476) (https://github.com/workos/workos-ruby/commit/67283581886a122f36d907229a71211665623219" rel="noreferrer" target="_blank">6728358)
v7.1.1
v7.1.0...v7.1.1" rel="noreferrer" target="_blank">7.1.1 (2026-04-29)
Bug Fixes
- seal session client-side in Session#refresh (https://github.com/workos/workos-ruby/issues/470" rel="noreferrer" target="_blank">#470) (https://github.com/workos/workos-ruby/commit/32662ab3d67ffdcc895141aa8fd5efb22ba79fdb" rel="noreferrer" target="_blank">32662ab)
--- This PR was generated with Release Please. See documentation.
v7.1.0
v7.0.0...v7.1.0" rel="noreferrer" target="_blank">7.1.0 (2026-04-27)
Features
- generated: update generated SDK from spec changes (https://github.com/workos/workos-ruby/issues/465" rel="noreferrer" target="_blank">#465) (https://github.com/workos/workos-ruby/commit/6c145d2bfec9af8fcffdc5ffe678f452ea925f22" rel="noreferrer" target="_blank">6c145d2)
Bug Fixes
- add ruby/setup-ruby to release-please workflow (https://github.com/workos/workos-ruby/commit/aa5ebd0e26edc291f54d92b2f4681a224b0d3889" rel="noreferrer" target="_blank">aa5ebd0)
- eagerly load configuration.rb to fix WorkOS.configure (https://github.com/workos/workos-ruby/issues/467" rel="noreferrer" target="_blank">#467) (https://github.com/workos/workos-ruby/commit/eea391cd88015373fb89f3b8fbe1dda9c5cfedbe" rel="noreferrer" target="_blank">eea391c)
- remove stale URN-prefixed alias files breaking Zeitwerk (https://github.com/workos/workos-ruby/issues/466" rel="noreferrer" target="_blank">#466) (https://github.com/workos/workos-ruby/commit/92b2aa5166e370bc8f9aaaee22626058d93521a5" rel="noreferrer" target="_blank">92b2aa5)
- update Gemfile.lock in release-please PR and bump action pins (https://github.com/workos/workos-ruby/commit/2aa0574f3084e79af488c2125adbfc337604a3be" rel="noreferrer" target="_blank">2aa0574)
- update Zeitwerk autoload for inflections.rb (https://github.com/workos/workos-ruby/issues/460" rel="noreferrer" target="_blank">#460) (https://github.com/workos/workos-ruby/commit/4fa1332f66c14e89c6df8d8d6af6ac8024824b15" rel="noreferrer" target="_blank">4fa1332)
v7.0.0
This is a major release that introduces a fully redesigned SDK architecture. The SDK is now generated from the WorkOS OpenAPI spec, bringing type safety, consistent interfaces, and improved developer ergonomics.
High-Level Changes
- Client-centric architecture: The SDK now revolves around an instantiated
WorkOS::Clientrather than module-level service calls. All product areas are accessed through client methods (e.g.,client.organizations,client.user_management,client.sso).
- Generated request/response models: Typed models replace raw hashes. Response models no longer inherit from
Hash— use accessor methods instead of bracket notation.
- Per-request overrides: The new runtime supports
request_options:for per-request API key, timeout, base URL, and retry overrides — useful for multi-tenant setups.
- Minimum Ruby 3.3+: The minimum Ruby version has been raised to 3.3.
- Renamed services and methods: Several top-level services were renamed (e.g.,
WorkOS::Portal→client.admin_portal,WorkOS::MFA→client.multi_factor_auth). Method signatures now use explicit keyword arguments.
- Session management refactor: AuthKit session sealing, refresh, and authentication flows were overhauled with a dedicated
SessionManageron the client instance.
- New capabilities: Device code flow, public/PKCE clients,
auto_paging_eachpagination, andlast_responseobservability on all responses.
Migration Guide
For detailed instructions on updating your application, see the https://github.com/workos/workos-ruby/blob/main/docs/V7_MIGRATION_GUIDE.md" rel="noreferrer" target="_blank">v7 Migration Guide.
v6.2.0
v6.1.0...v6.2.0" rel="noreferrer" target="_blank">6.2.0 (2026-03-06)
Features
- user-management: add directory_managed to OrganizationMembership (https://github.com/workos/workos-ruby/issues/446" rel="noreferrer" target="_blank">#446) (https://github.com/workos/workos-ruby/commit/914d824668b70950905d5db666978e9609c9f706" rel="noreferrer" target="_blank">914d824)
- user-management: add invitation accept endpoint (https://github.com/workos/workos-ruby/issues/448" rel="noreferrer" target="_blank">#448) (https://github.com/workos/workos-ruby/commit/b5b4da1c031bc5f688562fdc33506e03b769f650" rel="noreferrer" target="_blank">b5b4da1)
Bug Fixes
- update renovate rules (https://github.com/workos/workos-ruby/issues/443" rel="noreferrer" target="_blank">#443) (https://github.com/workos/workos-ruby/commit/f156c799e88269493104628760f94b8abaebf542" rel="noreferrer" target="_blank">f156c79)
v6.1.0
See CHANGELOG.md for details
What's Changed
- Add release-please for automated releases by @workos-sdk-automation[bot] in #435
- fix: add
invitation_tokenparameter to authentication methods by @gjtorikian in #438 - Update amannn/action-semantic-pull-request action to v6 by @renovate[bot] in #436
- chore(main): release workos 6.1.0 by @workos-sdk-automation[bot] in #437
- fix: use simple v-prefixed tags and fix gem publish path by @workos-sdk-automation[bot] in #441
- fix: revert VERSION extraction to handle simple v-prefixed tags by @workos-sdk-automation[bot] in #442
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- Add Rakefile to fix release workflow by @workos-sdk-automation[bot] in #426
- Use gem-push-command to skip git push in release workflow by @workos-sdk-automation[bot] in #427
- Fix release workflow to use OIDC credentials directly by @workos-sdk-automation[bot] in #429
- Update actions/create-github-app-token action to v2 by @renovate[bot] in #422
- Update peter-evans/create-pull-request action to v8 by @renovate[bot] in #424
- Add ability to extract custom claims from the JWT during authentication by @adam-h in #431
- Upgrade jwt gem from ~> 2.8 to ~> 3.1 by @workos-sdk-automation[bot] in #433
- Allow pluggable encryptors for session seal/unseal by @gjtorikian in #432
- v6.0.0 by @workos-sdk-automation[bot] in #434
Full Changelog: v5.31.1...v6.0.0
v5.31.1
What's Changed
- Add custom_attributes field to OrganizationMembership by @ajworkos in #419
- v5.31.1 by @workos-sdk-automation[bot] in #420
- Update actions/checkout action to v6 by @renovate[bot] in #421
- Add rake as a development dependency by @gjtorikian in #423
New Contributors
- @ajworkos made their first contribution in #419
Full Changelog: v5.31.0...v5.31.1
v5.31.0
What's Changed
- Add context7.json to repo by @nicknisi in #413
- Update ruby/setup-ruby action to v1.281.0 by @renovate[bot] in #358
- Update actions/checkout action to v6 by @renovate[bot] in #409
- Update CODEOWNERS to point to the right Rubyist Team by @gjtorikian in #416
- Bump rexml from 3.4.1 to 3.4.2 by @dependabot[bot] in #395
- Add list sessions to user management by @adam-h in #415
- 💎 5.31.0 by @gjtorikian in #418
New Contributors
- @gjtorikian made their first contribution in #416
Full Changelog: v5.30.1...v5.31.0
v5.30.1
What's Changed
- Version bump v5.30.1 by @kendallstrautman in #412
- Multiple roles support: Add
rolesto SSO profile and directory user by @kendallstrautman in #411
Full Changelog: v5.29.0...v5.30.1
v5.30.0
⚠️ Misconfigured release version. Use v5.30.1 instead
In this version, the package semver was not updated properly and still references v5.29.0
What's Changed
- Multiple roles support: Add
rolesto SSO profile and directory user by @kendallstrautman in #411
Full Changelog: v5.29.0...v5.30.0
v5.29.0
What's Changed
- expose authentication object even if expired by @ollym in #398
New Contributors
- @ollym made their first contribution in #398
Full Changelog: v5.28.0...v5.29.0
v5.28.0
What's Changed
- Add ability to resend invitations by @antn in #404
- Fix reset_password to handle wrapped API response by @nicknisi in #406
New Contributors
- @antn made their first contribution in #404
Full Changelog: v5.27.0...v5.28.0
v5.27.0
What's Changed
- Added locale to user (https://github.com/workos/workos-ruby/pull/400)
Full Changelog: v5.26.0...v5.27.0
v5.26.0
What's Changed
- Add SSO and Domain Verification widget scopes by @adam-h in #396
- AuthKit multiple roles support by @csrbarber in #397
- Bump to 5.26.0 by @csrbarber in #399
New Contributors
- @csrbarber made their first contribution in #397
Full Changelog: v5.25.0...v5.26.0
v5.25.0
What's Changed
- Add GET /organizations/:orgId/feature-flags support by @stanleyphu in #391
- v5.25.0 by @stanleyphu in #393
New Contributors
- @stanleyphu made their first contribution in #391
Full Changelog: v5.24.0...v5.25.0
v5.24.0
What's Changed
Full Changelog: v5.23.0...v5.24.0
v5.23.0
v5.22.0
What's Changed
- Include decoded Feature Flags from the JWT into the payload of a WorkOS Session by @vdyalex in #386
- Fix request body construction to only send non-nil values by @nicknisi in #384
- Fix SSO error handling to surface detailed validation errors by @nicknisi in #385
New Contributors
- @vdyalex made their first contribution in #386
Full Changelog: v5.21.0...v5.22.0
v5.21.0
What's Changed
- user: allow updating
external_id, add toUserobject by @mxlje in #378 - Add
permissionstoRoleby @andrewhampton in #382
New Contributors
Full Changelog: v5.20.0...v5.21.0
v5.20.0
What's Changed
- Added support for custom OAuth scopes (https://github.com/workos/workos-ruby/pull/379)
Full Changelog: v5.19.0...v5.20.0
v5.19.0
What's Changed
- add missing session param to authenticate_with methods by @jameslcarpino in #375
New Contributors
- @jameslcarpino made their first contribution in #375
Full Changelog: v5.18.0...v5.19.0
v5.18.0
What's Changed
- Added support for
emailinUserManagement.update_user(#365)
v5.17.1
What's Changed
New Contributors
- @alexandrule made their first contribution in #359
Full Changelog: v5.17.0...v5.17.1
v5.17.0
What's Changed
- Add
custom_attributesfield to SSO Profile (https://github.com/workos/workos-ruby/pull/360" rel="noreferrer" target="_blank">#360)
Full Changelog: v5.16.1...v5.17.0