This is a bugfix release that fixes #158, in which expressions like (A) OR (B)
were not getting properly wrapped to ((A) OR (B))
when combined with multiple .If
calls, etc.
Also includes #157 which fixes ListTables's context methods not passing the context through to the AWS SDK.