You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Year checking is incorrectly allowing ? and L](https://github.com/grumBit/aws_cron_expression_validator/issues/7)
13
+
14
+
## v1.1.2
15
+
16
+
- Fixes;
17
+
-[It should be possible to precede a slash with a range](https://github.com/grumBit/aws_cron_expression_validator/issues/6#issuecomment-1547031279)
18
+
19
+
## v1.0.10 to v1.0.11
20
+
21
+
- New;
22
+
- Adds community standards documentation suggested by GitHub. _No functional changes_
23
+
24
+
## v1.0.9
25
+
26
+
- Fixes;
27
+
-[Address security alert from dependabot regarding a ReDoS vulnerability](https://github.com/grumBit/aws_cron_expression_validator/pull/4) in svnurl.py when running unit tests. _NB: The vulnerability only related to unit testing. The aws-cron-expression-validator package itself was not impacted._
28
+
29
+
## v1.0.8
30
+
31
+
- New;
32
+
- Adds exceptions for each field (e.g. `AWSCronExpressionMinuteError`).
33
+
34
+
## v1.0.7
35
+
36
+
- New;
37
+
-[Relaxes Python language dependency from v3.9 to v3.7](https://github.com/grumBit/aws_cron_expression_validator/issues/1#issuecomment-1265588982). _No functional changes_
38
+
39
+
## v1.0.6
40
+
41
+
- Fixes;
42
+
-[Cron does not correctly validate CloudWatch expressions where the minutes field contains a /](https://github.com/grumBit/aws_cron_expression_validator/issues/1)
43
+
44
+
## v1.0.0 to v1.0.5
45
+
46
+
- Internal non-functional changes;
47
+
- Relax Python language dependency from v3.9 to v3.7.
0 commit comments