The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension LINE::Bot::API

1.00  2016-09-29 11:09:37 JST
        - Released Bot Messaging API Version 1

0.04  2016-07-02 17:09:09 JST
        - Fixed to wrong a JSON encoding on a RichMessage #5

0.03  2016-04-26 17:11:26 JST
        - Follow the Java SDK naming conventions for some names #4
         - Changed some constant names
         - Changed some method names (these have backward compatibility)
             signature_validation -> validate_signature
             get_profile_information -> get_user_profile
             get_message_content_preview -> get_preview_message_content
        - Fix deprecation warning #3
        - Event type constants should be string #2

0.02  2016-04-19 16:13:24 JST
        - Use secure string comparisons for channel signature #1

0.01  2016-04-18 13:01:28 JST
        - Initial release