Skip to content

chore(deps): update dependency tower to ~> 0.8 - autoclosed#115

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tower-0.x
Closed

chore(deps): update dependency tower to ~> 0.8 - autoclosed#115
renovate[bot] wants to merge 1 commit intomainfrom
renovate/tower-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 16, 2025

This PR contains the following updates:

Package Type Update Change
tower (source) prod minor ~> 0.7~> 0.8

Release Notes

mimiquate/tower (tower)

v0.8.6

Compare Source

Added
  • Emit telemetry events (#​172)
    • [:tower, :report_event, :start]
    • [:tower, :report_event, :stop]
  • Improvements in Tower.Event metadata (#​180, #​183, #​193, #​195, #​196)
    • Tower.Event.metadata.process which may include:
      • pid
      • process_label
      • gen_server (if it is a GenServer terminating event)
      • task (if it is a supervised Task terminating event)
    • Tower.Event.metadata.oban with some conf and job fields

v0.8.5

Compare Source

Fixed
  • Fixes formatting of some reported log messages coming from erlang source code (#​169)

v0.8.4

Compare Source

Added
  • Tower.Igniter.runtime_configure_reporter/3

v0.8.3

Compare Source

Added
  • Add basic igniter helper to automatically modify the reporters key on the config.exs file. Useful for implementing igniter installer tasks in reporters. (#​147)

v0.8.2

Compare Source

Added
  • includes application data in Tower.Event.metadata by default (#​130)
Fixed
  • No longer specify restrictive version requirement on plug (a.k.a "optional dependency") (#​143)

v0.8.1

Compare Source

Added
Fixed
  • Tower.test/0 and mix tower.test fixed when verifying if async reporters work (#​129).

v0.8.0

Compare Source

Changed
  • No longer call reporter's report_event function in fresh spawned task/process. Call it in the same process as the one originating the exception. This way, reporters can read any process state in the erroring process dictionary if they want. They can still, if considered worthy, spawn new async tasks, e.g. to make HTTP requests to 3rd parties, as part of their report_event implementation.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Sep 16, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: mix deps.update tower
** (Mix) Hex dependency resolution failed

@renovate renovate Bot force-pushed the renovate/tower-0.x branch from 51ea988 to 6222d75 Compare January 8, 2026 19:20
@renovate renovate Bot added deps This dependency needs update hex Elixir libraries labels Jan 8, 2026
@renovate renovate Bot force-pushed the renovate/tower-0.x branch 2 times, most recently from 2cb2f32 to db00adc Compare January 9, 2026 01:49
@renovate renovate Bot force-pushed the renovate/tower-0.x branch from db00adc to 08bb143 Compare January 9, 2026 01:56
@renovate renovate Bot changed the title chore(deps): update dependency tower to ~> 0.8 chore(deps): update dependency tower to ~> 0.8 - autoclosed Jan 9, 2026
@renovate renovate Bot closed this Jan 9, 2026
@renovate renovate Bot deleted the renovate/tower-0.x branch January 9, 2026 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps This dependency needs update hex Elixir libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants