Skip to content

Commit

Permalink
Merge pull request #463 from atlanhq/bump-to-release-3.1.2
Browse files Browse the repository at this point in the history
Bump to release `3.1.2`
  • Loading branch information
Aryamanz29 authored Dec 31, 2024
2 parents 7d1f30b + 44be4c6 commit 77fe61a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .conda-envs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:

requirements:
host:
- jinja2 ==3.1.4
- jinja2 ==3.1.5
- lazy_loader~=0.4
- pip
- pydantic >=2.0.0,<3.0.0
Expand All @@ -20,7 +20,7 @@ requirements:
- tenacity ==8.2.3
- urllib3 >=1.26.0,<3
run:
- jinja2 ==3.1.4
- jinja2 ==3.1.5
- lazy_loader~=0.4
- pydantic >=2.0.0,<3.0.0
- python
Expand Down
21 changes: 21 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 3.1.2 (December 31, 2024)

### New features

- Enabled the use of the `Retry-After` header for handling rate-limit retries.
- Added support for [OpenTelemetry](https://opentelemetry.io) logging in custom packages.
- Added `creator()` methods for Insights assets (`Collection`, `Folder`, `Query`).
- Added support for the following new connector types:
- ANAPLAN
- AWS_ECS
- AWS_BATCH
- AWS_LAMBDA
- AWS_SAGEMAKER
- DATAVERSE

### QOL improvements

- Generated the latest typedef models.
- Upgraded `jinja2` from `3.1.4` to `3.1.5` to address a security vulnerability.
- Fixed pagination assertions in `AuditSearch` unit tests and integration tests.

## 3.1.1 (December 26, 2024)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ sphinx~=7.2.6
furo~=2024.1.29
requests>=2.24
pydantic~=2.6.1
jinja2==3.1.4
jinja2==3.1.5
networkx==3.1
tenacity==8.2.3
2 changes: 1 addition & 1 deletion pyatlan/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.1.2
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests>=2.24
pydantic>=2.0.0,<3.0.0
jinja2==3.1.4
jinja2==3.1.5
tenacity==8.2.3
urllib3>=1.26.0,<3
lazy_loader~=0.4
Expand Down

0 comments on commit 77fe61a

Please sign in to comment.