Skip to content

Commit

Permalink
[EventGrid-Patch-Release] Prepare for the Nov patch release (Azure#25357
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mssfang authored Nov 12, 2021
1 parent 2bf1b8d commit 09206e3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion eng/jacoco-test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.8.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
<version>4.7.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ com.azure:azure-identity;1.4.1;1.5.0-beta.1
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-iot-deviceupdate;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-iot-modelsrepository;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-messaging-eventgrid;4.7.0;4.8.0-beta.1
com.azure:azure-messaging-eventgrid;4.7.0;4.7.1
com.azure:azure-messaging-eventhubs;5.10.2;5.11.0-beta.1
com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.10.1;1.11.0-beta.1
com.azure:azure-messaging-eventhubs-track1-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
12 changes: 5 additions & 7 deletions sdk/eventgrid/azure-messaging-eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# Release History

## 4.8.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 4.7.1 (2021-11-11)

### Other Changes

#### Dependency Updates
- Updated `azure-core` from `1.21.0` to `1.22.0`.
- Updated `azure-core-http-netty` from `1.11.1` to `1.11.2`.

## 4.7.0 (2021-10-13)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/eventgrid/azure-messaging-eventgrid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.7.0</version>
<version>4.7.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down Expand Up @@ -464,7 +464,7 @@ good place to start for problems involving configuration of topics/endpoints, as
problems involving error codes from the service.

### Distributed Tracing
The Event Grid library supports distributing tracing out of the box. In order to adhere to the CloudEvents specification's [guidance](https://github.com/cloudevents/spec/blob/master/extensions/distributed-tracing.md) on distributing tracing, the library will set the `traceparent` and `tracestate` on the `extensionAttributes` of a `CloudEvent` when distributed tracing is enabled. To learn more about how to enable distributed tracing in your application, take a look at the Azure SDK Java [distributed tracing documentation](https://docs.microsoft.com/azure/developer/java/sdk/tracing).
The Event Grid library supports distributing tracing out of the box. In order to adhere to the CloudEvents specification's [guidance](https://github.com/cloudevents/spec/blob/v1.0.1/extensions/distributed-tracing.md) on distributing tracing, the library will set the `traceparent` and `tracestate` on the `extensionAttributes` of a `CloudEvent` when distributed tracing is enabled. To learn more about how to enable distributed tracing in your application, take a look at the Azure SDK Java [distributed tracing documentation](https://docs.microsoft.com/azure/developer/java/sdk/tracing).


### Help and Issues
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/azure-messaging-eventgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.8.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
<version>4.7.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->

<packaging>jar</packaging>
<name>Microsoft Azure SDK for eventgrid</name>
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-messaging-eventgrid</artifactId>
<version>4.8.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
<version>4.7.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit 09206e3

Please sign in to comment.