Skip to content

v1.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 07:36
· 22 commits to master since this release
0ce3d89

URIs v1.4.0

Diff since v1.3.0

Closed issues:

  • Incorrect path normalization of some abnormal examples from Section 5.4.2 (#20)
  • @require generates unhelpful error messages (#32)
  • Unable to construct URI if scheme is ssh (#35)

Merged pull requests:

  • Fix error messages in @ require precondition testing macro (#33) (@c42f)
  • Allow scheme ssh in URI constructor (#36) (@vdayanand)
  • Docstrings: types for queryparams, absuri and joinpath (#38) (@fonsp)
  • Fix incorrect path normalization (#39) (@kernelmethod)
  • Bump minimum Julia version tested to Julia 1.6 (#40) (@kernelmethod)
  • Add queryparampairs to support duplicate query param key case (#43) (@quinnj)