Skip to content

Commit

Permalink
Prepare azure-messaging-eventgrid for patch release (#24043)
Browse files Browse the repository at this point in the history
* Prepare azure-messaging-eventgrid for patch release

* revapi exclusion
  • Loading branch information
srnagar committed Sep 10, 2021
1 parent 56597f6 commit 83c2284
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
25 changes: 25 additions & 0 deletions eng/code-quality-reports/src/main/resources/revapi/revapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,31 @@
"code": "java.method.added",
"new": "method void com.azure.core.util.logging.ClientLogger::log(com.azure.core.util.logging.LogLevel, java.util.function.Supplier<java.lang.String>, java.lang.Throwable)",
"justification": "New default method added in azure-core."
},
{
"code": "java.method.added",
"new": "method java.lang.Long com.azure.core.util.BinaryData::getLength()",
"justification": "New method added to BinaryData in azure-core."
},
{
"code": "java.method.added",
"new": "method reactor.core.publisher.Flux<java.nio.ByteBuffer> com.azure.core.util.BinaryData::toFluxByteBuffer()",
"justification": "New method added to BinaryData in azure-core."
},
{
"code": "java.method.added",
"new": "method reactor.core.publisher.Mono<com.azure.core.util.BinaryData> com.azure.core.util.BinaryData::fromFlux(reactor.core.publisher.Flux<java.nio.ByteBuffer>, java.lang.Long)",
"justification": "New method added to BinaryData in azure-core."
},
{
"code": "java.method.added",
"new": "method com.azure.core.util.BinaryData com.azure.core.util.BinaryData::fromFile(java.nio.file.Path)",
"justification": "New method added to BinaryData in azure-core."
},
{
"code": "java.method.added",
"new": "method com.azure.core.util.BinaryData com.azure.core.util.BinaryData::fromFile(java.nio.file.Path, int)",
"justification": "New method added to BinaryData in azure-core."
}
]
}
Expand Down
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.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
<version>4.6.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 @@ -91,7 +91,7 @@ com.azure:azure-identity;1.3.6;1.4.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.6.0;4.7.0-beta.1
com.azure:azure-messaging-eventgrid;4.6.0;4.6.1
com.azure:azure-messaging-eventhubs;5.10.0;5.11.0-beta.1
com.azure:azure-messaging-eventhubs-checkpointstore-blob;1.9.0;1.10.0-beta.1
com.azure:azure-messaging-eventhubs-track1-perf;1.0.0-beta.1;1.0.0-beta.1
Expand Down
7 changes: 6 additions & 1 deletion sdk/eventgrid/azure-messaging-eventgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Release History

## 4.7.0-beta.1 (Unreleased)
## 4.6.1 (2021-09-10)

### Other Changes

#### Dependency Updates
- Update `azure-core` dependency to `1.20.0`.
- Update `azure-core-http-netty` dependency to `1.11.0`.

## 4.6.0 (2021-08-11)
### Features Added
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.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
<version>4.6.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.7.0-beta.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
<version>4.6.1</version> <!-- {x-version-update;com.azure:azure-messaging-eventgrid;current} -->
</dependency>
</dependencies>

Expand Down

0 comments on commit 83c2284

Please sign in to comment.