Skip to content

Conversation

@Prathamesh010
Copy link
Contributor

@Prathamesh010 Prathamesh010 commented Oct 21, 2024

Description

  • Adds headers in unique key computation

Issues

Testing

  • Added tests in [tests/unit/_utils/test_requests.py]

Checklist

  • CI passed

@Prathamesh010
Copy link
Contributor Author

Please run the ci @vdusek. Thank you

Copy link
Collaborator

@vdusek vdusek left a comment

Choose a reason for hiding this comment

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

Could you please use HttpHeaders type for headers? It should also help with the normalization. Otherwise, it looks solid.

@Prathamesh010
Copy link
Contributor Author

The Requested changes are done. @vdusek Please have a look

@vdusek vdusek changed the title feat: Add headers in unique key computation feat!: Add headers in unique key computation Oct 23, 2024
Copy link
Collaborator

@vdusek vdusek left a comment

Choose a reason for hiding this comment

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

Hi @Prathamesh010, I made a few more changes there, otherwise it looks great. Thank you for your contribution.

@B4nan
Copy link
Member

B4nan commented Oct 23, 2024

why was this marked as breaking change?

@vdusek
Copy link
Collaborator

vdusek commented Oct 23, 2024

why was this marked as breaking change?

The interface remained the same, but the computation of the extended unique key was changed. It will be released in 0.4 together with #542.

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.

Include whitelisted HTTP headers in the extended_unique_key computation

3 participants