Skip to content

OptLocking Fix, cleanup

Compare
Choose a tag to compare
@valhuber valhuber released this 11 Jan 03:50
· 1386 commits to main since this release

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 from utils to integration.system.RowDictMapper