Skip to content

v11.0.0

Choose a tag to compare

@JonathanWilbur JonathanWilbur released this 22 Jun 00:55
· 19 commits to master since this release
  • Much more performant OID implementation
    • The constructor no longer accepts any arguments
      • It was replaced with ObjectIdentifier.fromParts().
    • Merely finding and replacing new ObjectIdentifier with
      ObjectIdentifier.fromParts should be sufficient to upgrade.
  • You can now construct OIDs from ObjectIdentifier.fromBytes() and
    ObjectIdentifier.fromBytesUnsafe().