Skip to content

Commit

Permalink
[FR-276] Implement stream inventory workers (#53)
Browse files Browse the repository at this point in the history
* FR-276 Implement stream inventory workers

- Bumped version of frinx-inventory-api to 2.1.0.
- Implemented new inventory workers for following mutations
  and query: AddStreamMutation, UpdateStreamMutation,
  DeleteStreamMutation, StreamsQuery.

* FR-276 Fix building inventory add/update stream mutation
  • Loading branch information
jaro0149 authored Jul 19, 2024
1 parent ec690ba commit c426d0e
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 60 deletions.
7 changes: 6 additions & 1 deletion inventory/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@

# 1.2.1
- Updated inventory AddDevice and UpdateDevice settings, so they can also contain empty values.
Useful when adding devices that have failed during the workflow.
Useful when adding devices that have failed during the workflow.

# 1.3.0
- Bumped version of frinx-inventory-api to 2.1.0.
- Implemented new inventory workers for following mutations and query:
AddStreamMutation, UpdateStreamMutation, DeleteStreamMutation, StreamsQuery.
Loading

0 comments on commit c426d0e

Please sign in to comment.