Releases: ballerina-platform/module-ballerinax-twitter
module-ballerinax-twitter-v4.0.0
[Gradle Release Plugin] - creating tag: 'v4.0.0'.
Ballerina Twitter Connector 3.3.0 Released!
[This release is performed upon Ballerina 2201.7.0]
Ballerina Twitter Connector 3.2.0 Released!
[This release is performed upon Ballerina 2201.4.1]
Ballerina Twitter Connector 3.1.0 Released!
[This release is performed upon Ballerina 2201.3.1]
Ballerina Twitter Connector 3.0.0 Released!
[This release is performed upon Ballerina 2201.2.1]
Fixes:
- Use client.config module for ConnectionConfig
- Update Slack channel occurrences with Discord
Ballerina Twitter Connector 2.2.1 Released!
[This release is performed upon Ballerina SL 2201.0.3]
Fixes and Improvements
- Fixes for data mapping error in earlier versions of the Twitter connector, while using the getUser operation.
- Add new operation
getUserByHandle
to get user detail with username/handle as a parameter andgetUserTweets
to get tweets in the timeline with username/handle as a parameter
Ballerina Twitter Connector 2.2.0 Released!
[This release is performed upon Ballerina SL 2201.0.0]
Ballerina Twitter Connector 2.1.0 Released!
[This release is performed upon Ballerina SLBeta6]
Fixes and Improvements
- Introduced a new Icon. This will appear in Ballerina central where you can find the built package.
Ballerina Twitter Connector 2.0.0 Released!
[This release is performed upon Ballerina SLBeta3]
Fixes and Improvements
- Add Twitter listener
- Though listener implementation was done earlier, it was not exposed to users. With this release, we expose the listener support via #15
- Expose HTTP client configurations to the user. Now you can configure HTTP settings like
HTTP Timeout
when initialising connector instance. - Package the connector icon within the resource directory
- Added keywords related to connector categorisation
- Change connector configuration record name to
ConnectionConfig
(consistence across Ballerinax connectors)
Now you can raise issues related to this connector at https://github.com/ballerina-platform/ballerina-extended-library
Ballerina Twitter Connector 1.0.0 Released!
[This release is performed upon Ballerina SLBeta2]
This is the first release of the Twitter connector. It is capable of invoking Twitter API operations as well as listening to Twitter events and allow users to process them.
Refer to README.md for more information on the compatibilities and features.