* Added the strings.key_lookup filter. This is used for creating lookup dictionaries to convert input values to logical equivalents. For example, schema.state_name.key_lookup({'MA': 'Massachusetts'}) would convert an incoming value of "MA" to "Massachusetts". You can set missing key behavior via nomatch param.