Skip to content

Latest commit

 

History

History
147 lines (85 loc) · 5.87 KB

File metadata and controls

147 lines (85 loc) · 5.87 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.4 - 2025-09-03

Changes

  • Errors from requests to the Salesforce REST API will now result in SalesforceRestApiError being raised, rather than aiohttp.ClientResponseError. (#82) (#82) -- this was from v1.1.0, which did not get released.

Features

Other

  • 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

Changes

  • Errors from requests to the Salesforce REST API will now result in SalesforceRestApiError being raised, rather than aiohttp.ClientResponseError. (#82) (#82) -- this was from v1.1.0, which did not get released.

Features

Other

  • 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

Changes

  • Errors from requests to the Salesforce REST API will now result in SalesforceRestApiError being raised, rather than aiohttp.ClientResponseError. (#82) (#82) -- this was from v1.1.0, which did not get released.

Features

Other

  • 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

Changes

  • Errors from requests to the Salesforce REST API will now result in SalesforceRestApiError being raised, rather than aiohttp.ClientResponseError. (#82) (#82) -- this was from v1.1.0, which did not get released.

Features

Other

  • 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

Changes

  • Errors from requests to the Salesforce REST API will now result in SalesforceRestApiError being raised, rather than aiohttp.ClientResponseError. (#82) (#82)

Other

  • building instead of downloading artifact (#80) (#80)

1.0.0 - 2025-06-19

Changes

  • major release v1.0.0

Other

0.2.0 - 2025-06-13

Changes

Features

  • 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)

Fixes

  • Fixing a bug that caused URL paths to be excluded (#58) (#58)
  • add x-app-uuid to headers for auth requests

Docs

Other

  • 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

Changes

Features