Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!(sdk): remove v1 support #393

Merged
merged 7 commits into from
Dec 10, 2024
Merged

chore!(sdk): remove v1 support #393

merged 7 commits into from
Dec 10, 2024

Conversation

dmihalcik-virtru
Copy link
Member

  • Removes axios and XHR support - all requests now use fetch
  • Removes v1 path support for rewrap and public key
  • Removes entityObject
  • Removes AppIdAuthProvider
  • Removes upsert

- Removes axios and XHR support - all requests now use fetch
- Removes `v1` path support for rewrap and public key
- Removes `entityObject`
- Removes AppIdAuthProvider
- Removes `upsert`
Copy link

github-actions bot commented Dec 4, 2024

If these changes look good, signoff on them with:

git pull && git commit --amend --signoff && git push --force-with-lease origin

If they aren't any good, please remove them with:

git pull && git reset --hard HEAD~1 && git push --force-with-lease origin

@dmihalcik-virtru dmihalcik-virtru marked this pull request as ready for review December 6, 2024 13:59
@dmihalcik-virtru dmihalcik-virtru requested a review from a team as a code owner December 6, 2024 13:59
@@ -128,8 +128,23 @@ export default class Client {
ephemeralKeyPair?: CryptoKeyPair,
dpopEnabled = false
) {
const enwrapAuthProvider = (a: AuthProvider): AuthProvider => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enwrap - is this a crypto term?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I should have called it proxied or delegated/delegating. I must just have wrapping on the mind

🎁

@dmihalcik-virtru dmihalcik-virtru merged commit 040cc60 into main Dec 10, 2024
12 checks passed
@dmihalcik-virtru dmihalcik-virtru deleted the feature/axiono branch December 10, 2024 21:17
elizabethhealy pushed a commit that referenced this pull request Dec 13, 2024
- Removes axios and XHR support - all requests now use fetch
- Removes `v1` path support for rewrap and public key
- Removes `entityObject`
- Removes AppIdAuthProvider
- Removes `upsert`

Signed-off-by: Elizabeth Healy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants