Skip to content

Commit

Permalink
0.125.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbouvy committed Oct 17, 2022
1 parent 91b92a4 commit 27336ca
Show file tree
Hide file tree
Showing 89 changed files with 160,723 additions and 27,471 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

#### Upcoming Changes

### 0.125 (2022-10-17)

##### EasypulseService

- Added more options for sorting:
- `HEALTH_ASC_ALPHABETICAL`: Health sorted alphabetically by health level name.
- `HEALTH_DESC_ALPHABETICAL`: Health sorted alphabetically by health level name, descending order.
- `LIFECYCLE_ASC`: Sort modem on its lifecycle.
- `LIFECYCLE_DESC`: Sort modem on its lifecycle in reverse order.
- `LIFECYCLE_ASC_ALPHABETICAL`: lifecycle sorted alphabetically by lifecycle name.
- `LIFECYCLE_DESC_ALPHABETICAL`: lifecycle sorted alphabetically by lifecycle name, descending order.
- Added `lifecycle` to `Asset` to match the one from `ModemService`.

##### EventService

- Deprecate the `ModemActivatedEvent`. It will be removed in the future.
- Since the modem lifecycle (which will replace status) no longer contains an ACTIVE state, this event is no longer
relevant.

### 0.124 (2022-10-10)

##### Permissions
Expand Down
11,613 changes: 5,787 additions & 5,826 deletions docs/html/assignment.html

Large diffs are not rendered by default.

Loading

0 comments on commit 27336ca

Please sign in to comment.