-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
29 lines (24 loc) · 1.19 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
Revision history for Perl extension Log::Dispatch::Twilio
{{$NEXT}}
0.04 2022-05-26 13:07:57-07:00 America/Vancouver
- Switch from Twilio `SMS/Messages` endpoint, to `Messages`; Twilio
announced that the old `SMS/Messages` endpoint is to be shut down on
November 28, 2022.
- If you make use of Log::Dispatch::Twilio, it is CRITICAL that you update
to this new release prior to that date.
0.03 2021-01-10 23:31:32-08:00 America/Vancouver
- Augment tests to ensure we split/truncate at correct position
- Switch to Dist::Zilla for release management
- POD fixups; synopsis, spelling
- Fix message truncation/splitting, when message is too long
- was generating "max_messages" messages, even if less would suffice
- Ensure our namespace is kept clean
- Rewrite test suite, to not require a live Twilio API to connect to
- Explicitly note minimum version of Perl; 5.010001 (that which is
required by WWW::Twilio::API)
- Move to GitHub
0.02 Tue Dec 4 23:42 PST 2012
- Truncate long messages, or split them up across multiple SMS messages (if
"max_messages" set to >1)
0.01 Fri Nov 30 10:12 PST 2012
- initial release