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

Latest commit

 

History

History
105 lines (68 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

105 lines (68 loc) · 3.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

1.5.0 - 2022-12-02

Added

  • The following entities are now being ingested

    Resources Entity _type Entity _class
    Service sentry_service Service
    Role sentry_role AccessRole
    Finding sentry_finding Finding
    Source Vulnerability sentry_vulnerability Vulnerability
  • Added new relationships

    Source Entity _type Relationship _class Target Entity _type
    sentry_member ASSIGNED sentry_role
    sentry_organization HAS sentry_role
    sentry_organization HAS sentry_service
    sentry_project HAS sentry_finding
    sentry_finding EXPLOITS sentry_vulnerability
  • Added new mapped relationship

    Source Entity _type Relationship _class Target Entity _type Direction
    sentry_organization HAS *repository* FORWARD

1.3.1 - 2022-07-08

Fixed

  • Added postversion script to fix final issue with auto versioning.

1.3.0 - 2022-07-07

Fixed

  • Updated auto configuration and cleaned up autogenerated CHANGELOG items.

1.2.0 - 2022-04-28

Added

  • Versioning and NPM package releasing is now handled via auto

1.1.2 - 2021-03-30

Fixed

  • Updates (primarily documentation) for switching to using auth tokens.

1.1.1 - 2021-12-03

Fixed

  • Switched from /users/ to /members/ API call to pull in all available members of an organization.

1.1.0 - 2021-12-03

Added

  • New properties added to resources:

    Entity Properties
    sentry_member createdOn, active, isManaged, isStaff, isSuperuser, dataJoined, lastActive, lastLogin

1.0.0 - 2021-11-12

Added

  • Initial Sentry integration release

  • Added support for ingesting the following new resources:

    Resources Entity _type Entity _class
    Member sentry_member User
    Organization sentry_organization Account
    Project sentry_project Project
    Team sentry_team UserGroup
  • Added support for ingesting the following new relationships:

    Source Entity _type Relationship _class Target Entity _type
    sentry_organization HAS sentry_member
    sentry_organization HAS sentry_project
    sentry_organization HAS sentry_team
    sentry_team ASSIGNED sentry_project
    sentry_team HAS sentry_member