Skip to content

Commit

Permalink
release prep (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliya Smith committed Apr 20, 2021
1 parent cc8b303 commit 4e98667
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The intended audience of this file is for py42 consumers -- as such, changes that don't affect
how a consumer would use the library (e.g. adding unit tests, updating documentation, etc) are not captured here.

## Unreleased
## 1.14.0 - 2021-04-20

### Added

- Custom exception `Py42InvalidCaseUserError` that raises when trying to
add an invalid user as a subject or an assignee of a case.
- New method `sdk.alerts.search_all_pages()` to retrieve all alert pages.

- `sdk.cases.update()` now raises `Py42CaseNameExistsError` when the case name already
exists in the system.
- New method `sdk.alerts.get_aggregate_data()` to get alert summary and observations.

### Changed

- `sdk.alerts.search_all_pages()` to retrieve all alert pages.
- Method `sdk.alerts.search()` now accepts optional arguments `page_num` and `page_size`.

- `sdk.alerts.search()` accepts optional `page_num` and `page_size` arguments.
- Methods `sdk.cases.update()` and `sdk.cases.create()` now raise custom exception
`Py42InvalidCaseUserError` when trying to add an invalid user as a subject or an
assignee of a case.

- `sdk.alerts.get_aggregate_data()` to get alert summary and observations.
- `sdk.cases.update()` now raises `Py42CaseNameExistsError` when the name of the case
already exists in the system.

## 1.13.0 - 2021-04-14

Expand Down
2 changes: 1 addition & 1 deletion src/py42/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# py42

__version__ = "1.13.0"
__version__ = "1.14.0"

0 comments on commit 4e98667

Please sign in to comment.