All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.1.4 - 2025-09-03
- Errors from requests to the Salesforce REST API will now result in
SalesforceRestApiErrorbeing raised, rather thanaiohttp.ClientResponseError. (#82) (#82) -- this was from v1.1.0, which did not get released.
- switch to annotated git tag
- release-v1.1.3 bump-patch
- sign with passphrase
- release-v1.1.2 bump-patch
- attempt to add gpg key with passphrase too
- release-v1.1.1 bump-patch
- add GPG key to enable signed tags (#84) (#84)
- release-v1.1.0 bump-minor
- Don't use raise_for_status by default
- building instead of downloading artifact (#80) (#80)
1.1.3 - 2025-09-03
- Errors from requests to the Salesforce REST API will now result in
SalesforceRestApiErrorbeing raised, rather thanaiohttp.ClientResponseError. (#82) (#82) -- this was from v1.1.0, which did not get released.
- sign with passphrase
- release-v1.1.2 bump-patch
- attempt to add gpg key with passphrase too
- release-v1.1.1 bump-patch
- add GPG key to enable signed tags (#84) (#84)
- release-v1.1.0 bump-minor
- Don't use raise_for_status by default
- building instead of downloading artifact (#80) (#80)
1.1.2 - 2025-09-03
- Errors from requests to the Salesforce REST API will now result in
SalesforceRestApiErrorbeing raised, rather thanaiohttp.ClientResponseError. (#82) (#82) -- this was from v1.1.0, which did not get released.
- attempt to add gpg key with passphrase too
- release-v1.1.1 bump-patch
- add GPG key to enable signed tags (#84) (#84)
- release-v1.1.0 bump-minor
- Don't use raise_for_status by default
- building instead of downloading artifact (#80) (#80)
1.1.1 - 2025-09-03
- Errors from requests to the Salesforce REST API will now result in
SalesforceRestApiErrorbeing raised, rather thanaiohttp.ClientResponseError. (#82) (#82) -- this was from v1.1.0, which did not get released.
- Update CHANGELOG.md
- add GPG key to enable signed tags (#84) (#84)
- release-v1.1.0 bump-minor
- Don't use raise_for_status by default
- building instead of downloading artifact (#80) (#80)
1.1.0 - 2025-09-02
- Errors from requests to the Salesforce REST API will now result in
SalesforceRestApiErrorbeing raised, rather thanaiohttp.ClientResponseError. (#82) (#82)
- building instead of downloading artifact (#80) (#80)
1.0.0 - 2025-06-19
- major release v1.0.0
0.2.0 - 2025-06-13
- Adds Record.get so our example code will function (#60) (#60)
- Updates getAuthorization to handle redirectURI missing (#51) (#51)
- Implement get_authorization feature in Python SDK (#18) (#18)
- Adding integration tests for ASGI/WSGI middlewares (#47) (#47)
- Supporting configurable timeouts for HTTP requests (#46) (#46)
- Fixing a bug that caused URL paths to be excluded (#58) (#58)
- add x-app-uuid to headers for auth requests
- Optional namespace, convert byte for header (#74) (#74)
- Include X-Request-Id header in all outbound requests (#63) (#63)
- Testing on multiple OSes and only the specific version of Python (#72) (#72)
- Gets the version via importlib.metadata to use as the user-agent (#73) (#73)
- use hatchling (#49) (#49)
- Making DataAPI a field on Authorization (#50) (#50)
- Using uv for build/test/lint (#43) (#43)
0.1.0 - 2025-03-04
- initial release (c5d593f)