1.27.0-beta.1 (2024-09-12)
Features Added
- Added dependencies on HTTP client implementations. Packages using
azure-core-test
as a testing dependency no longer
need to add dependencies on HTTP client implementations to enable using different HTTP clients in testing.
Breaking Changes
- Moved code related to testing HTTP client implementations to shared
azure-core
test code. - Replaced dependency
commons-compress
withant
to handle tar.gz files.ant
has fewer transitive dependencies,
reducing the likelihood of dependency conflicts.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.51.0
to1.52.0
.