Skip to content

Commit

Permalink
Update changesets copy for release
Browse files Browse the repository at this point in the history
After the several changes in the same part of the gem, update the
changesets so they don't disagree with each other and mention all the
different APIs.

[ci skip]
  • Loading branch information
tombruijn committed Apr 29, 2024
1 parent f0cee05 commit 1230502
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changesets/add-probes-register-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bump: "patch"
type: "change"
---

Add `Appsignal::Probes.register` method as the preferred method to register probes. The `Appsignal::Probes.probes.register` is now deprecated.
Add `Appsignal::Probes.register` method as the preferred method to register probes. The `Appsignal::Probes.probes.register` and `Appsignal::Minutely.probes.register` methods are now deprecated.
2 changes: 1 addition & 1 deletion .changesets/automatically-start-new-probes-on-register.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bump: "patch"
type: "change"
---

Automatically start new probes when registered with `Appsignal::Probes.register` when the gem has already started the probes thread. Previously, the late registered probes would not be run.
Automatically start new probes registered with `Appsignal::Probes.register` when the gem has already started the probes thread. Previously, the late registered probes would not be run.
2 changes: 1 addition & 1 deletion .changesets/rename-minutely-constant-to-probes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ bump: "patch"
type: "change"
---

Rename the Minutely constant to Probes so that the API is the same between AppSignal integrations. If your apps calls `Appsignal::Minutely`, please update it to `Appsignal::Probes`. Other than the name change, the minutely probes API remains the same. If your app calls `Appsignal::Minutely` after this upgrade without the name change, the gem will print a deprecation warning for each time the `Appsignal::Minutely` is called.
Rename the Minutely constant to Probes so that the API is the same between AppSignal integrations. If your apps calls `Appsignal::Minutely`, please update it to `Appsignal::Probes`. If your app calls `Appsignal::Minutely` after this upgrade without the name change, the gem will print a deprecation warning for each time the `Appsignal::Minutely` is called.

0 comments on commit 1230502

Please sign in to comment.