Releases: TIBCOSoftware/flogo-contrib
Releases · TIBCOSoftware/flogo-contrib
v0.5.9
What's Changed
- Update MongoDb Activity by @skothari-tibco in #328
- Add error logging in Mongodb/insert by @skothari-tibco in #330
- Add username and password support for mongodb by @skothari-tibco in #331
- update password from object to string by @skothari-tibco in #332
- update activity.go by @skothari-tibco in #333
- fix timer issue when start from specific date by @lixingwang in #340
- Fix future date issue by @lixingwang in #341
- add go.mod by @abhijitWakchaure in #350
New Contributors
- @abhijitWakchaure made their first contribution in #350
Full Changelog: v0.5.8...v0.5.9
v0.5.8
v0.5.7
v0.5.7-rc1: Various fixes on GPIO activity (#304)
* Add missing defer rpio.Close() * Fix typo and missing format on invalid method parameter.