OptLocking Fix, cleanup
This release is available via pip, and docker. Changes summarized below.
Optimistic Locking Bug Fix
This release fixes an issue wherein the ignored
option was not honored.
Substantial cleanup of created project
This release introduces several changes to improve the structure of the created project:
- add
config
directory - moved root file
utils.py
->api/api_utils.py
- move
row_to_dict
fromutils
tointegration.system.RowDictMapper