Skip to content

Qore 2.1.2

Choose a tag to compare

@davidnich davidnich released this 26 May 17:31
· 2240 commits to develop since this release

Bugfix release:

  • DataProvider module
    • fixed handling element allowed values in fields (issue 4951)
    • added the SuperSoftStringDataType and SuperSoftStringOrNothingDataType types to support "soft" string types that accept almost any type and convert it to a string
  • FileDataProvider module
    • now respects the root directory provided by a connection (issue 4949)
    • respects environment variables in the path (issue 4950)
  • RestClient module
    • fixed passing the correct path to the signature method (issue 4953)
  • SalesforceRestDataProvider module
    • cannot execute a search with a descending sort order (issue 4942)
  • Util module
    • fixed base64 and base64url file options in parse_to_qore_value() (issue 4948)
    • fixed setting the Socket character encoding to UTF-8 with content types that implicitly UTF-8 encoding and no explicit character encoding in the Content-Type header (issue 4952)