github ansible-collections/community.mysql 4.2.1

5 hours ago

Release Summary

This is a patch release of the community.mysql collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.

Bugfixes

  • mysql_query - fix Value of unknown type error when query results contain non-JSON-serializable types such as decimal.Decimal or datetime. Results are now round-tripped through json.dumps(default=str) before being returned, coercing unserializable values to their string representation (#783).

Don't miss a new community.mysql release

NewReleases is sending notifications on new releases.