Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions sdk/postgresql/azure-postgresql-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Release History

## 1.0.2 (Unreleased)

### Features Added

### Breaking Changes
## 1.0.2 (2026-05-05)

Comment thread
mattboentoro marked this conversation as resolved.
### Bugs Fixed

- Removed dependency on `DefaultAzureCredential` in source library
- Fixed `get_entra_conninfo_async` and `get_entra_token_async` closing the credential by using it as a context manager

Comment thread
mattboentoro marked this conversation as resolved.
### Other Changes
Comment thread
mattboentoro marked this conversation as resolved.

## 1.0.1 (2025-11-26)

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/postgresql/azure-postgresql-auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
dependencies = [
"azure-core>=1.29.4",
"azure-core>=1.31.0",
]
Comment thread
mattboentoro marked this conversation as resolved.
dynamic = ["version", "readme"]

Expand Down
Loading