Skip to content

Bump tidewave from 0.1.10 to 0.3.2 #3527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps tidewave from 0.1.10 to 0.3.2.

Changelog

Sourced from tidewave's changelog.

0.3.2 (2025-08-13)

  • Bug fix
    • Fix shell endpoint on Windows

0.3.1 (2025-08-13)

  • Enhancements
    • Improve error messages when peer or origin is not allowed

0.3.0 (2025-08-05)

  • Enhancements

    • Return regular text in get_ecto_schema
    • Warn if git is not present
    • Support umbrella apps on Ecto tools
    • Support for upcoming Tidewave Web
  • Deprecations

    • ?include_fs_tools=true is deprecated as well as support for Claude Desktop in favor of any other editor or CLI that ships with built-in filesystem tools

0.2.0 (2025-07-11)

This release removes the get_process_info and trace_process tools. If you happened to use those a lot in the past, consider writing an AGENTS.md (or similar) instructions file to explain to your agent that it can do the same using project_eval and providing Elixir code. In Elixir 1.18.4+, there's also the IEx.Helpers.process_info/1 function which does the same as get_process_info.

Furthermore, we also removed package_search because it turned out to not be that useful. package_docs_search was renamed to search_package_docs.

If you used the file system tools (which are only useful for Claude Desktop that does not provide file system integration by itself), we also removed the dedicated grep_project_files tool in favor of calling git grep (or similar) using shell_eval.

  • Enhancements

    • Add level parameter to logs tool to specify a minimum log level
    • Add dedicated get_docs tool
  • Removals

    • get_process_info and trace_process were removed in favor of project_eval
    • grep_project_files was removed in favor of shell_eval
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tidewave](https://github.com/tidewave-ai/tidewave_phoenix) from 0.1.10 to 0.3.2.
- [Changelog](https://github.com/tidewave-ai/tidewave_phoenix/blob/main/CHANGELOG.md)
- [Commits](tidewave-ai/tidewave_phoenix@v0.1.10...v0.3.2)

---
updated-dependencies:
- dependency-name: tidewave
  dependency-version: 0.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update Elixir code labels Aug 19, 2025
@github-project-automation github-project-automation bot moved this to New Issues in v2 Aug 19, 2025
Copy link

codecov bot commented Aug 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.85%. Comparing base (9f3e858) to head (2d88c0b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3527      +/-   ##
==========================================
+ Coverage   89.82%   89.85%   +0.03%     
==========================================
  Files         380      380              
  Lines       15463    15463              
==========================================
+ Hits        13890    13895       +5     
+ Misses       1573     1568       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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
Status: New Issues
Development

Successfully merging this pull request may close these issues.

0 participants