You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR generates the missing V2 of the user client as mentioned in
#373
v2beta is deprecated and is throwing warnings when using the client.
This adds the GA v2 client without breaking the applications that are
already on v2beta
Biggest change other than adding the generated code is to add a methods
to `pkg/client/client.go` to support the new client versions
### Definition of Ready
- [x] I am happy with the code
- [x] Short description of the feature/issue is added in the pr
description
- [x] PR is linked to the corresponding user story
- [x] Acceptance criteria are met
- [x] All open todos and follow ups are defined in a new ticket and
justified
- [x] Deviations from the acceptance criteria and design are agreed with
the PO and documented.
- [x] No debug or dead code
- [x] My code has no repetitions
- [ ] Critical parts are tested automatically
- [x] Where possible E2E tests are implemented
- [x] Documentation/examples are up-to-date
- [x] All non-functional requirements are met
- [x] Functionality of the acceptance criteria is checked manually on
the dev system.
As we release v2 GA we should migrate this SDK from v2beta to v2.
Acceptance criteria
The text was updated successfully, but these errors were encountered: