tag:github.com,2008:https://github.com/protodef/agensgraph-python/releases Release notes from agensgraph-python 2018-03-27T23:07:48Z tag:github.com,2008:Repository/107341294/v1.0.0 2018-03-27T23:07:48Z v1.0.0: feat: Support parameters <p>This commit allows users to pass some types of Python values as<br> parameters. Supported types are as follows.</p> <ul> <li>Basic types <ul> <li>string</li> <li>integer</li> <li><code>float</code></li> <li><code>bool</code>(<code>True</code>/<code>False</code>)</li> <li><code>None</code></li> </ul> </li> <li>Collection <ul> <li><code>dict</code> -- only basic types can be key</li> <li><code>list</code>/<code>tuple</code></li> </ul> </li> </ul> protodef