- Allow use of Brainpool curves by default (#1563)
- These curves were added back to the crypto refresh of the OpenPGP standard, so we allow them by default again, but please note that their implementation is not constant-time (#720), so their use is still discouraged in favor of Curve25519.
- Add revoke method to User (#1584)
- Add support for creating Notation Data subpackets when signing or encrypting messages (#1598)
- Add RawNotations Type to type definitions (#1571)
- Adding missing functions in SubKey class type definition (#1588)
- TypeScript: fix signature of armor function (#1576, #1585)
- TypeScript: fix SymEncryptedSessionKeyPacket type name (#1583)
- Docs: add typescript setup notice (#1586)
- Docs: clarify
Key.clone()
behaviour (#1589) - CI: move away from Node.js v12 (#1568)
- Remove internal, unused
RandomBuffer
(#1593)