Skip to content

v1.3.0

Compare
Choose a tag to compare
@leodido leodido released this 26 Jan 16:54
· 20 commits to master since this release
6586f66

What's Changed

  • Support SCIM (RFC 7643) by @leodido in #37
  • Introduce parsing modes (RFC2141 only, RFC7643 only, fallback mode)
  • Support best effort parsing: first try to match SCIM, otherwise fallback to generic URN pattern
  • Remove awk dependency during the build process by @leodido in #36

Others

  • Improve errors (SCIM errors vs generic URN errors)
  • Support Go 1.20/1.21 build/testing by @t2y in #34
  • Fix Go 1.20 cover mode atomic tests by @leodido in #35
  • Drop Go 1.16/1.17 support
  • Increase code coverage

New Contributors

  • @t2y made their first contribution at #34

Full Changelog: v1.2.4...v1.3.0