Skip to content

v2.1.6

Choose a tag to compare

@AleksandrRogov AleksandrRogov released this 10 Sep 16:50

Changes

  • ⚠️ Deprecated: fieldName in request properties for deleteRecord, uploadFile, downloadFile. Please use property instead.
  • Curly brackets won't be removed from the GUIDs inside filter if the value that contains the GUID is inside single quotes, which means it's a string. This is an improvement of an existing functionality.
    Before: "attribute eq 'some text {GUID} more text'" would result in "attribute eq 'some text GUID more text'"
    Now: "attribute eq 'some text {GUID} more text'" stays the same "attribute eq 'some text {GUID} more text'"
  • Improving performance by pre-compiling and optimizing regular expressions.
  • General refactoring to improve code readability.