Skip to content

Releases: zillow/tycho

Added support to handle dot in detail_urls' keys

25 Mar 08:17
1b4113b
Compare
Choose a tag to compare

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

28 Sep 16:16
382afa9
Compare
Choose a tag to compare

Added DuplicateKeyError exception handling for Bad Request