Releases: line/line-bot-sdk-php
Releases · line/line-bot-sdk-php
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0 - Provide function to retrieve response header(s) from Response class
Add two new methods to Response
class
Now you can retrieve response header(s) through Response class.
Related:
Thank you for your suggestion, @samwierema.
Response#getHeader($name)
This method returns a response header string, or null if the response does not have a header of that name.
Response#getHeaders()
This method returns all of the response headers as string array.
Fix handling to specify endpoint base URI
1.0.0 - Support new LINE Messaging API
Support new LINE Messaging API
Docs:
Dropped old trial bot API support
No longer support old trial bot.
0.1.0
Remove polyfill of hash_equals() from SDK dependency.