Update dependency noticed to v3 - #1542
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
4 times, most recently
from
March 28, 2026 01:27
705ad19 to
a7ca256
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
2 times, most recently
from
April 7, 2026 10:42
29f3660 to
d6813f4
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
from
April 24, 2026 11:05
d6813f4 to
924d39b
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
4 times, most recently
from
May 6, 2026 11:34
5d5b85f to
4df0ce9
Compare
|
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
5 times, most recently
from
May 11, 2026 07:42
d341f9c to
3eb45d5
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
4 times, most recently
from
May 22, 2026 11:08
8261814 to
0a1e457
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
from
May 27, 2026 14:23
0a1e457 to
d341115
Compare
|
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
3 times, most recently
from
June 9, 2026 13:51
45181d6 to
021115a
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
10 times, most recently
from
July 23, 2026 18:53
7aa5d48 to
613485e
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
3 times, most recently
from
July 31, 2026 08:43
9304737 to
ed23565
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
7 times, most recently
from
August 11, 2026 08:26
0a07833 to
666fe11
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
2 times, most recently
from
August 18, 2026 12:19
a7d3298 to
87a3728
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
from
August 26, 2026 11:48
87a3728 to
c5e57c2
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
4 times, most recently
from
September 3, 2026 13:50
aa49abc to
b6c4d02
Compare
renovate
Bot
force-pushed
the
renovate/noticed-3.x
branch
from
September 3, 2026 23:59
b6c4d02 to
395fe14
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
'~> 1.6.3'→'~> 3.0.0'Release Notes
excid3/noticed (noticed)
v3.0.0Compare Source
argsandkwargs#565v2.9.3Compare Source
v2.9.2Compare Source
NotificationChannelv2.9.1Compare Source
v2.9.0Compare Source
v2.8.1Compare Source
v2.8.0Compare Source
--bulkoption for generating bulk delivery methodsv2.7.1Compare Source
recipients :symbolignored when pointing to a private methodv2.7.0Compare Source
v2.6.2Compare Source
v2.6.1Compare Source
v2.6.0Compare Source
mark_as_read_and_seenandmark_as_unread_and_unseenclass methods toNoticed::Notificationmark_asclass methods onNoticed::Notificationv2.5.1Compare Source
{ok: true/false}response to catch errors correctly #515v2.5.0Compare Source
v2.4.3Compare Source
v2.4.2Compare Source
parent_classconfiguration now also changes the parent class forNoticed::EventJob. #483v2.4.1Compare Source
v2.4.0Compare Source
recipientsfeature to let Notifiers determine their recipientsv2.3.3Compare Source
public_sendfor Email delivery so it doesn't accidentally call private methods.v2.3.2Compare Source
:jsontype on:paramscolumn with default to better integrate with ActiveRecord.This fixes sqlserver (and probably other databases). #451
v2.3.1Compare Source
ApplicationNotifierin generator if it already existsv2.3.0Compare Source
error_handlerto Twilio delivery method #444recordbeing removed forEphemeralnotifications #448v2.2.2Compare Source
fetch_constantwill now constantize Strings returned from procs or method callsv2.2.1Compare Source
fetch_constantused by Email and ActionCable delivery methods now support procs and method calls with symbols like other optionsv2.2.0Compare Source
config.before_enqueuecallbackThis callback can be used to skip enqueuing delivery methods:
formatoption with Symbols. This now passes thenotificationandapnobjects instead of just theapn.v2.1.3Compare Source
v2.1.2Compare Source
v2.1.1Compare Source
v2.1.0Compare Source
[!IMPORTANT] Run
rails noticed:install:migrationsto upgrade to this versionnotifications_countcounter cache to Noticed::Event.has_noticed_notificationsfor backwards compatibility.Noticed::Ephemeralnotifiers that skip the database records. These use ActiveModel to simulate Notifiers in memory and should work the same as a regular Notifier.v2.0.6Compare Source
param(s)anddeliver_laterback with deprecations where necessary to ease upgrading from v1v2.0.5Compare Source
mark_as_readand other class methods will now writeupdated_atas well to bust cachesv2.0.4Compare Source
v2.0.3Compare Source
Notifiersuffix.notificationargument when calling the method instead of the delivery method instance.v2.0.2Compare Source
Noticed::NotificationChanneland change defaults for ActionCable deliveries to this channel and stream torecipientv2.0.1Compare Source
notificationandrecipientin email params. Fixes #366v2.0.0Compare Source
TODO - add migration example
twilio_messagingto provide support for other Twilio services in the future.vonage_smsto provide support for other Vonage services in the future.Notificationshave now been renamed toNotifiersand now inherit from theConfiguration
📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.