-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
50 lines (41 loc) · 1.42 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Revision history for perl module App::AWS::CloudWatch::Monitor
0.06 2024-09-03
- Update App::AWS::CloudWatch::CloudWatchClient to use IMDSv2
0.05 2024-04-10
- Add arguments to set the number of retries and delay between them
- Removed some unsed code (max-backoff-sec)
0.04 2024-03-12
- Add PostfixLog Check
0.03 2022-06-01
- Fix meta-data caching writes
- Add tests for get_meta_data
- Add test dep for Test::Warnings
0.02 2022-05-17
- Add LWP::Protocol::https to deps list
- Optimize datetime
- Replace DateTime with Time::Piece in deps
- Add install instructions
- Move config.ini.example into examples dir
[Revisions to CloudWatchClient.pm]
- Replace DateTime with Time::Piece
0.01 2022-03-08
- Initial version
[Revisions to AwsSignatureV4.pm]
- Update formatting
- Update package namespace and VERSION
- Convert internal comments to pod
- Add NOTICE, LICENSE, and update copyright
[Revisions to CloudWatchClient.pm]
- Update formatting
- Update package namespace and VERSION
- Update open usage to modern Perl
- Add explicit returns from subroutines
- Avoid backtick operator in void context
- Update subroutine called with "&" sigil
- Update double sigil dereference
- Update indirect object call syntax
- Update reused variable name
- Convert internal comments to pod
- Add full namespace to AwsSignatureV4 calls
- Fix undef warning on chomp in read_meta_data
- Add NOTICE, LICENSE, and update copyright