Skip to content

v2.12.1

Choose a tag to compare

@github-actions github-actions released this 19 Apr 16:11
· 290 commits to master since this release
v2.12.1
66ce905

Released 04/19/2022

v2.12.1

  • Corrected out of order method and API parameters
    • AuthorizationServerResource
      • ListAuthorizationServerPolicyRules(ctx context.Context, authServerId string, policyId string)
      • CreateAuthorizationServerPolicyRule(ctx context.Context, authServerId string, policyId string, body AuthorizationServerPolicyRule)
  • Corrected ListPolicies generation for new Policies interface.