Releases: zillow/tycho
Releases · zillow/tycho
Added support to handle dot in detail_urls' keys
Older versions of MongoDB & pymongo don't support keys with a dot in them.
So, for the keys in detail_urls, the dot in keys will be converted before storing it into DB and will be reverted on retrieval.
The only impact is the way data is stored & retrieved from DB.
Added DuplicateKeyError exception handling for Bad Request
Added DuplicateKeyError exception handling for Bad Request