Skip to content

Commit

Permalink
Merge pull request #123 from alexanderjordanbaker/1.7.0
Browse files Browse the repository at this point in the history
Release 1.7.0
  • Loading branch information
alexanderjordanbaker authored Feb 20, 2025
2 parents ce3a80c + e1be8dd commit 3172236
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 1.7.0
- Update the SignedDataVerifier to cache verified certificate chains, improving performance [https://github.com/apple/app-store-server-library-python/pull/122]

## Version 1.6.0
- Update README to improve Dependabot link discovery [https://github.com/apple/app-store-server-library-python/pull/119]

Expand Down
2 changes: 1 addition & 1 deletion appstoreserverlibrary/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def _get_full_url(self, path) -> str:

def _get_headers(self) -> Dict[str, str]:
return {
'User-Agent': "app-store-server-library/python/1.6.0",
'User-Agent': "app-store-server-library/python/1.7.0",
'Authorization': 'Bearer ' + self._generate_token(),
'Accept': 'application/json'
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="app-store-server-library",
version="1.6.0",
version="1.7.0",
description="The App Store Server Library",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 3172236

Please sign in to comment.