Skip to content

v4.1.2

Compare
Choose a tag to compare
@shabtaisharon shabtaisharon released this 04 May 17:17
· 87 commits to master since this release
c88e39e

This release includes the following changes:

  • Redesign our percent-encoding to match the recent RFC http://tools.ietf.org/html/rfc3986
  • Support BlackPearl requirement:
    • On Query Param, we will not percent-encode forward slash (/), question mark (?) and we will present-encode semicolon (;) and plus (+)
    • On Path, we will not percent-encode forward slash (/), and we will percent-encode semicolon (;)