Releases: nylas/nylas-nodejs
Releases · nylas/nylas-nodejs
v7.7.2
v7.7.1
v7.7.0
v7.6.2
Changelog
Added
- Add missing
select
field on query params #581, Add missing fields #600 - Add missing
name
field on grant model #599, Add missing fields #600 - Add missing
masterEventId
on event model #601, #221
Changed
- Fix the ability to rotate webhook secrets by @Zellotath in #597, #599
New Contributors
- @Zellotath made their first contribution in #597
v7.6.1
What's Changed
New Contributors
- @johnjjung made their first contribution in #591
Full Changelog: v7.6.0...v7.6.1
v7.6.0
Changelog
Added
- Add support for filtering events by attendee email (#577)
- Add buffer support for file attachments (#579)
- Add new webhook trigger types (#585, #582)
- Add ews as a provider (#578)
Changed
- Change rotate secret endpoint from being a PUT to a POST call (#584, #583)
- Fix issue where crypto import was causing downstream Jest incompatibilities (#574)
- Fix FormData import compatibility issues with ESM (#586, #576)
- Remove eslint-plugin-import from production dependencies (#575)
New Contributors
- @bdbergeron made their first contribution in #575