Qore 2.1.2
·
2240 commits
to develop
since this release
Bugfix release:
- DataProvider module
- fixed handling element allowed values in fields (issue 4951)
- added the
SuperSoftStringDataTypeandSuperSoftStringOrNothingDataTypetypes 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
base64andbase64urlfile options inparse_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)
- fixed