Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Releases: JupiterOne-Archives/graph-zoom

Release 1.5.2

03 Sep 14:44
bc3b57d
Compare
Choose a tag to compare

Fixed

  • Fixed undefined reference error.

Release 1.5.1

13 Jul 19:56
c3bb658
Compare
Choose a tag to compare

Changed

  • Page size for API queries has been increased.
  • A token refresh is attempted now on 401 errors.

Release 1.5.0

12 Jul 20:12
da945bb
Compare
Choose a tag to compare

Changed

  • Page size for API queries has been increased.
  • A token refresh is attempted now on 401 errors.

Release 1.4.0

29 Jul 19:35
96f9a13
Compare
Choose a tag to compare

Changed

  • Authentication is now performed using server-to-server OAuth instead of client
    OAuth.

Release 1.2.0

24 Jan 14:10
ddb0d8b
Compare
Choose a tag to compare

Fixed

  • Switched zoom_account to be Account _class.
  • Small cleanup of managed questions to alias results.

Release 1.1.1

05 Jan 21:01
3816511
Compare
Choose a tag to compare

Fixed

  • Properly including questions file in NPM package.

Release 1.1.0

05 Jan 18:08
5098ac8
Compare
Choose a tag to compare

Added

  • Questions file now in place with canned J1QL Zoom queries.

Fixed

  • Rate limiting added for handling 429 errors.
  • Small documentation updates.

Release 1.0.0

24 Nov 21:22
d54e9c0
Compare
Choose a tag to compare

Added

  • Ingest new entity zoom_user
  • Ingest new entity zoom_group
  • Ingest new entity zoom_role
  • Ingest new entity zoom_account
  • Build new relationship zoom_account_has_user
  • Build new relationship zoom_account_has_group
  • Build new relationship zoom_account_has_role
  • Build new relationship zoom_group_has_user
  • Build new relationship zoom_user_assigned_role