Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/tochemey/goakt/v3 v3.5.0 -> v3.6.6 age adoption passing confidence

Release Notes

tochemey/goakt (github.com/tochemey/goakt/v3)

v3.6.6

Compare Source

What's Changed

Full Changelog: Tochemey/goakt@v3.6.5...v3.6.6

v3.6.5

Compare Source

What's Changed

Pull Requests

Full Changelog: Tochemey/goakt@v3.6.4...v3.6.5

v3.6.4

Compare Source

What's Changed

Full Changelog: Tochemey/goakt@v3.6.3...v3.6.4

Contributors

@​mattjohnsonpint @​Tochemey

v3.6.3

Compare Source

What's Changed

Full Changelog: Tochemey/goakt@v3.6.2...v3.6.3

v3.6.2

Compare Source

What's Changed

Full Changelog: Tochemey/goakt@v3.6.1...v3.6.2

v3.6.1

Compare Source

🚀 What Changed

  • Simplified NATs and Kubernetes discovery configuration:

    • 🗑️ Deprecated the following settings:
      • ActorSystemName: No longer required. Will be removed in future releases.
      • ApplicationName: No longer required. Will be removed in future releases.
    • 🔧 Kubernetes-specific configuration changes:
      • The following pod labels are no longer required:
        app.kubernetes.io/part-of: <actor-system-name>
        app.kubernetes.io/component: <application-name>
        app.kubernetes.io/name: <application-name>
      • ✅ Use the PodLabels field instead to define discovery metadata.
  • NoSender Support:

    • Messages can now be sent using NoSender, making actor communication more ergonomic in certain contexts.
  • Additional Enhancements:

    • Various code cleanups and internal improvements for better stability and maintainability.

✅ Pull Requests

Full Changelog: Tochemey/goakt@v3.6.0...v3.6.1

v3.6.0

Compare Source

🚀 What's Changed

🐛 Bug Fixes
  • Fixed SpawnOn bug when running on a single-node cluster.
  • Resolved issue with WithAnyErrorDirective.
  • PostStart message is now correctly sent during Restart.
  • TopicActor now properly cleans up dead subscribers to prevent resource leaks.
⚙️ Actor Passivation Reengineering
  • [Breaking] Removed deprecated methods from ActorSystem:
    • WithPassivation()
    • WithPassivationDisabled()
  • Introduced new passivation configuration using WithPassivationStrategy:
    • Time-Based Passivation: Automatically passivates an actor after a configurable idle period.
    • Message Count-Based Passivation: Passivates an actor after handling a specified number of messages.
  • Runtime control added for passivation:
    • Use PausePassivation and ResumePassivation system messages to explicitly manage passivation.

Pull Requests

New Contributors

Full Changelog: Tochemey/goakt@v3.5.1...v3.6.0

v3.5.1

Compare Source

What's Changed

Contributors

@​mattjohnsonpint and @​Tochemey

Full Changelog: Tochemey/goakt@v3.5.0...v3.5.1


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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
Contributor Author

renovate bot commented Jun 29, 2025

ℹ Artifact update notice

File name: publisher/kafka/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
github.com/redis/go-redis/v9 v9.9.0 -> v9.11.0
golang.org/x/mod v0.24.0 -> v0.25.0
golang.org/x/sync v0.14.0 -> v0.15.0
golang.org/x/text v0.25.0 -> v0.26.0
golang.org/x/tools v0.33.0 -> v0.34.0
golang.org/x/crypto v0.38.0 -> v0.39.0
golang.org/x/net v0.40.0 -> v0.41.0

@renovate renovate bot force-pushed the renovate/github.com-tochemey-goakt-v3-3.x branch from 790c17e to a8430b1 Compare June 29, 2025 19:37
@codecov
Copy link

codecov bot commented Jun 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.56%. Comparing base (87d7c43) to head (a8430b1).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #141   +/-   ##
=======================================
  Coverage   92.56%   92.56%           
=======================================
  Files          19       19           
  Lines        1453     1453           
=======================================
  Hits         1345     1345           
  Misses         83       83           
  Partials       25       25           

☔ 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.

@Tochemey Tochemey merged commit 0d80aa0 into main Jun 29, 2025
4 checks passed
@Tochemey Tochemey deleted the renovate/github.com-tochemey-goakt-v3-3.x branch June 29, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants