Skip to content

Commit 3ca5560

Browse files
authored
Merge pull request #721 from atlanhq/bump-to-release-8.1.0
[release] Bumped to release `8.1.0`
2 parents d14db21 + 5507c42 commit 3ca5560

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

HISTORY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 8.1.0 (September 15, 2025)
2+
3+
### New Features
4+
5+
- Added support for sending OpenLineage raw events via `OpenLineageEvent.emit_raw()`
6+
7+
### Breaking Changes
8+
9+
- Relationship removal is now idempotent, i.e removing a relationship that does not already exist using `SaveSemantic.REMOVE` will now simply succeed and do nothing, whereas it previously threw a `NotFoundError`
10+
11+
### QOL Improvements
12+
13+
- Added update policy test to `persona_test`
14+
- Fixed `glossary_test.test_remove_unrelated_relationship`
15+
- Updated `Atlas` endpoint to enforce rate limiting within apps
16+
117
## 8.0.2 (September 1, 2025)
218

319
### Bug Fixes

pyatlan/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class EndpointMixin:
181181
class EndPoint(EndpointMixin, Enum):
182182
ATLAS = (
183183
"api/meta/",
184-
"http://atlas-service-atlas.atlas.svc.cluster.local/api/atlas/v2/",
184+
"http://atlas-ratelimited.atlas.svc.cluster.local/api/atlas/v2/",
185185
)
186186
HEKA = "api/sql/", "http://heka-service.heka.svc.cluster.local/"
187187
IMPERSONATION = "", "http://keycloak-http.keycloak.svc.cluster.local/"

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.2
1+
8.1.0

0 commit comments

Comments
 (0)