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

Latest commit

 

History

History
300 lines (209 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

300 lines (209 loc) · 10.3 KB

v4.3.0 (Wed Jul 24 2024)

🚀 Enhancement

  • APP-15551 - Update to use createIntegrationHelpers and expose entity type schemas #55 (@jzolo22)

🐛 Bug Fix

  • APP-15551 - Updating integration to prep for integration helpers #54 (@jzolo22)

Authors: 1


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]

Updated

  • Bumped integration sdk packages from v9.x to 12.x

v4.2.0 (Thu Jan 25 2024)

🚀 Enhancement

  • Add statusName to snipeit_hardware #51 (@i5o)

⚠️ Pushed to main

  • Apply remove-codeql with multi-gitter [ci skip] (@electricgull)
  • Fix x-cortex-service-groups where tier-4 was set incorrectly (@jablonnc)

Authors: 3


v4.1.0 (Mon Nov 20 2023)

🚀 Enhancement

  • Add statusMeta to snipeit_hardware #49 (@i5o)

Authors: 1

  • Ignacio Rodríguez (@i5o)

v3.0.0 (Wed Nov 08 2023)

💥 Breaking Change

🚀 Enhancement

⚠️ Pushed to main

  • Populate CODEOWENRS, baseline package.json and baseline cortex.yaml (@jablonnc)

Authors: 4


v3.0.0 (Thu Sep 07 2023)

💥 Breaking Change

Authors: 2


v2.1.1 (Mon Jul 24 2023)

🐛 Bug Fix

  • DEVICE-107 - Add lastSeenOn and default name on Device entities #48 (@mknoedel)

Authors: 1


v2.1.0 (Wed Jul 12 2023)

🚀 Enhancement

🐛 Bug Fix

⚠️ Pushed to main

Authors: 15


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]

2.0.3 - 2023-03-15

Fixed

  • Consumable, License and User entities types and fields.
  • Added authorization error handling.

2.0.2 - 2023-03-06

Changed

  • Updated package.json file (main, types and files section).
  • Updated build.yaml file to latest patterns.
  • Ran prettier.
  • Added questions.yaml file.

2.0.1 - 2023-01-27

Fixed

  • Device.displayName was set to null in some cases, add default for it

2.0.0 - 2022-11-10

  • Reorganized files
  • Added more test cases
  • Updated J1 SDK packages to v8.x
  • Added new entities and relationships:

Entities

Resources Entity _type Entity _class
Consumable snipeit_consumable_resource Resource
License snipeit_licensed_application Application
User snipeit_user User

Relationships

Source Entity _type Relationship _class Target Entity _type
snipeit_account HAS snipeit_consumable_resource
snipeit_account HAS snipeit_licensed_application
snipeit_account HAS snipeit_user
snipeit_user USES snipeit_consumable_resource

Mapped Relationships

Source Entity _type Relationship _class Target Entity _type Direction
snipeit_user IS *person* FORWARD

1.0.0 - 2021-01-14

Changed

  • Upgrade to latest managed integration patterns and libraries

Added

  • Device.email to allow for mapping to Person

Fixed

  • Device.username was not ingested

0.1.0 - 2020-05-18

Added

  • Initial release.