Skip to content

build(deps): bump tesla from 1.14.1 to 1.17.0#5311

Draft
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/tesla-1.17.0
Draft

build(deps): bump tesla from 1.14.1 to 1.17.0#5311
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/tesla-1.17.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps tesla from 1.14.1 to 1.17.0.

Release notes

Sourced from tesla's releases.

v1.17.0

1.17.0 (2026-04-18)

Features

  • Add :metadata option to Logger middleware (#829) (38e209a)
  • add assigns and private fields to Tesla.Env (#836) (b8b622c)
  • client: add put_middleware/2, replace_middleware!/3, update_middleware!/3, and insert_middleware!/4 (#840) (fa755c9)
  • client: add update_middleware/2 to transform middleware list (#523) (0689e64)
  • logger: emit url.template from KeepRequest preserved URL (#839) (544e1d7)
  • logger: semantic OTel metadata and legacy mode (#838) (aae0866)

Bug Fixes

  • avoid soft-deprecated warning logs when compiling tesla itself (#834) (ab82264)
  • dialyzer spec for mock opts (#831) (440ec4e)
  • enhance response handling in Mint adapter (#803) (a672177)
  • include caller module name in use Tesla deprecation warning (#832) (b8fb158)
  • mint: avoid active-mode message races without breaking reused connections (#812) (d812f54)

v1.16.0

1.16.0 (2026-01-01)

Features

  • add strict policy option for enforcing base URL (#817) (e476093)
  • support function streams in multipart handling (#801) (dd8b206), closes #648

Bug Fixes

  • DecompressResponse middleware for multiple encodings and keep updated content-length header (#809) (288699e)
  • Handle breaking change in Finch.stream API (#813) (ce5ea80)
  • Handle errors in streaming responses (#819) (e7806bf)
  • Use Version module to check finch version (#814) (56f9568)

v1.15.3

1.15.3 (2025-07-30)

Bug Fixes

  • Avoid crash then gzip-decompressing empty body (#796) (5bc9b82)

v1.15.2

1.15.2 (2025-07-23)

... (truncated)

Changelog

Sourced from tesla's changelog.

1.17.0 (2026-04-18)

Features

  • Add :metadata option to Logger middleware (#829) (38e209a)
  • add assigns and private fields to Tesla.Env (#836) (b8b622c)
  • client: add put_middleware/2, replace_middleware!/3, update_middleware!/3, and insert_middleware!/4 (#840) (fa755c9)
  • client: add update_middleware/2 to transform middleware list (#523) (0689e64)
  • logger: emit url.template from KeepRequest preserved URL (#839) (544e1d7)
  • logger: semantic OTel metadata and legacy mode (#838) (aae0866)

Bug Fixes

  • avoid soft-deprecated warning logs when compiling tesla itself (#834) (ab82264)
  • dialyzer spec for mock opts (#831) (440ec4e)
  • enhance response handling in Mint adapter (#803) (a672177)
  • include caller module name in use Tesla deprecation warning (#832) (b8fb158)
  • mint: avoid active-mode message races without breaking reused connections (#812) (d812f54)

1.16.0 (2026-01-01)

Features

  • add strict policy option for enforcing base URL (#817) (e476093)
  • support function streams in multipart handling (#801) (dd8b206), closes #648

Bug Fixes

  • DecompressResponse middleware for multiple encodings and keep updated content-length header (#809) (288699e)
  • Handle breaking change in Finch.stream API (#813) (ce5ea80)
  • Handle errors in streaming responses (#819) (e7806bf)
  • Use Version module to check finch version (#814) (56f9568)

1.15.3 (2025-07-30)

Bug Fixes

  • Avoid crash then gzip-decompressing empty body (#796) (5bc9b82)

1.15.2 (2025-07-23)

Bug Fixes

  • suppress deprecation warning for :log_level option (#794) (478c16e)

... (truncated)

Commits
  • de2eaaf chore(master): release 1.17.0 (#830)
  • a672177 fix: enhance response handling in Mint adapter (#803)
  • daec639 chore(mint): strengthen mode regression coverage (#841)
  • d812f54 fix(mint): avoid active-mode message races without breaking reused connection...
  • fa755c9 feat(client): add put_middleware/2, replace_middleware!/3, update_middleware!...
  • 0689e64 feat(client): add update_middleware/2 to transform middleware list (#523)
  • 544e1d7 feat(logger): emit url.template from KeepRequest preserved URL (#839)
  • aae0866 feat(logger): semantic OTel metadata and legacy mode (#838)
  • b8b622c feat: add assigns and private fields to Tesla.Env (#836)
  • 1c03570 chore: ci housekeeping (#835)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels May 1, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented May 1, 2026

Deploy Preview for teslamate ready!

Name Link
🔨 Latest commit 9bc0882
🔍 Latest deploy log https://app.netlify.com/projects/teslamate/deploys/69f4d7c4e3bb420008d9a004
😎 Deploy Preview https://deploy-preview-5311--teslamate.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Bumps [tesla](https://github.com/elixir-tesla/tesla) from 1.14.1 to 1.17.0.
- [Release notes](https://github.com/elixir-tesla/tesla/releases)
- [Changelog](https://github.com/elixir-tesla/tesla/blob/master/CHANGELOG.md)
- [Commits](elixir-tesla/tesla@v1.14.1...v1.17.0)

---
updated-dependencies:
- dependency-name: tesla
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/hex/tesla-1.17.0 branch from 54ecba1 to 9bc0882 Compare May 1, 2026 16:41
@JakobLichterfeld JakobLichterfeld marked this pull request as draft May 1, 2026 17:13
@JakobLichterfeld
Copy link
Copy Markdown
Member

JakobLichterfeld commented May 1, 2026

bump to 1.14.2 in #4780 with migration but reverted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant