Skip to content

Commit

Permalink
update for 1.2.0 release (#23728)
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay authored Nov 12, 2024
1 parent b6d204f commit 3217d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions sdk/data/azcosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Release History

## 1.1.1 (Unreleased)
## 1.2.0 (2024-11-12)

### Features Added
* Added API for creating Hierarchical PartitionKeys. See [PR 23577](https://github.com/Azure/azure-sdk-for-go/pull/23577)
* Set all Telemetry spans to have the Kind of SpanKindClient. See [PR 23618](https://github.com/Azure/azure-sdk-for-go/pull/23618)
* Set request_charge and status_code on all trace spans. See [PR 23652](https://github.com/Azure/azure-sdk-for-go/pull/23652)

### Breaking Changes

### Bugs Fixed
* Pager Telemetry spans are now more consistent with the rest of the spans. See [PR 23658](https://github.com/Azure/azure-sdk-for-go/pull/23658)

### Other Changes

## 1.1.0 (2024-09-10)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/data/azcosmos/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ const (
moduleName = "github.com/Azure/azure-sdk-for-go/sdk/data/azcosmos"

// serviceLibVersion is the semantic version (see http://semver.org) of this module.
serviceLibVersion = "v1.1.1"
serviceLibVersion = "v1.2.0"
)

0 comments on commit 3217d2e

Please sign in to comment.