Skip to content

Commit

Permalink
Merge pull request #279 from atlanhq/bump-release-2.1.0
Browse files Browse the repository at this point in the history
Bump to release `2.1.0`
  • Loading branch information
Aryamanz29 authored Mar 27, 2024
2 parents 523323a + 026a391 commit f06a590
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 2.1.0 (March 27, 2024)

### New features

- Adds `EnumDef.update()` method to update an existing enumeration with more valid values.
- Adds `get_by_name()` method to the `TypeDefClient` to retrieve a specific type definition from Atlan.
- Adds `propagation_only_through_lineage` field to the `AtlanTag`, allowing users to specify that
propagation will only occur downstream in the lineage and not within the hierarchy.

### Breaking changes

- `EnumCache.get_by_name()` method now raises `NotFoundError` if the enumeration with the given name does not exist. Previously the method would only return `None` in case the enumeration did not exist, rather than raising an error.

### QOL improvements

- Bump pre-commit black from `23.7.0` to `24.3.0` (Fixes [CVE security vulnerability](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-21503)).

## 2.0.4 (March 22, 2024)

### New features
Expand Down
2 changes: 1 addition & 1 deletion pyatlan/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.4
2.1.0

0 comments on commit f06a590

Please sign in to comment.