Skip to content

Commit fa981ce

Browse files
committed
Remove experimental status from lax dependency support
1 parent d8b257f commit fa981ce

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
11.00 2025-08-21
33
- Minion::Backend::Pg now requires PostgreSQL 13.
4+
- Removed experimetnal status from lax dependency support.
45
- Added support for task limits.
56
- Added Minion::Util module.
67
- Added spare remote control command, this allows workers to be paused again by combining jobs and spare.

lib/Minion.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Job is valid for this many seconds (from now) before it expires.
417417
lax => 1
418418
419419
Existing jobs this job depends on may also have transitioned to the C<failed> state to allow for it to be processed,
420-
defaults to C<false>. Note that this option is B<EXPERIMENTAL> and might change without warning!
420+
defaults to C<false>.
421421
422422
=item notes
423423

lib/Minion/Backend.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Job is valid for this many seconds (from now) before it expires.
205205
lax => 1
206206
207207
Existing jobs this job depends on may also have transitioned to the C<failed> state to allow for it to be processed,
208-
defaults to C<false>. Note that this option is B<EXPERIMENTAL> and might change without warning!
208+
defaults to C<false>.
209209
210210
=item notes
211211
@@ -720,7 +720,7 @@ Job is valid for this many seconds (from now) before it expires.
720720
lax => 1
721721
722722
Existing jobs this job depends on may also have transitioned to the C<failed> state to allow for it to be processed,
723-
defaults to C<false>. Note that this option is B<EXPERIMENTAL> and might change without warning!
723+
defaults to C<false>.
724724
725725
=item parents
726726

lib/Minion/Backend/Pg.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Job is valid for this many seconds (from now) before it expires.
448448
lax => 1
449449
450450
Existing jobs this job depends on may also have transitioned to the C<failed> state to allow for it to be processed,
451-
defaults to C<false>. Note that this option is B<EXPERIMENTAL> and might change without warning!
451+
defaults to C<false>.
452452
453453
=item notes
454454
@@ -967,7 +967,7 @@ Job is valid for this many seconds (from now) before it expires.
967967
lax => 1
968968
969969
Existing jobs this job depends on may also have transitioned to the C<failed> state to allow for it to be processed,
970-
defaults to C<false>. Note that this option is B<EXPERIMENTAL> and might change without warning!
970+
defaults to C<false>.
971971
972972
=item parents
973973

lib/Minion/Job.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ Job is valid for this many seconds (from now) before it expires.
528528
lax => 1
529529
530530
Existing jobs this job depends on may also have transitioned to the C<failed> state to allow for it to be processed,
531-
defaults to C<false>. Note that this option is B<EXPERIMENTAL> and might change without warning!
531+
defaults to C<false>.
532532
533533
=item parents
534534

0 commit comments

Comments
 (0)