Skip to content

Commit

Permalink
Prepare Core Libraries for October 2023 Hotfix Re-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jairmyree committed Oct 18, 2023
1 parent 728d92f commit 635ebfa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion sdk/core/azure-core-http-netty/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@

#### Dependency Updates

- Upgraded `azure-core` from `1.44.0` to `1.45.0`.
- Upgraded `azure-core` from `1.44.0` to `1.44.1`.
- Upgraded `netty-handler` from `4.1.94.Final` to `4.1.100.Final`.
- Upgraded `netty-handler-proxy` from `4.1.94.Final` to `4.1.100.Final`.
- Upgraded `netty-buffer` from `4.1.94.Final` to `4.1.100.Final`.
- Upgraded `netty-codec` from `4.1.94.Final` to `4.1.100.Final`.
- Upgraded `netty-codec-http` from `4.1.94.Final` to `4.1.100.Final`.
- Upgraded `netty-codec-http2` from `4.1.94.Final` to `4.1.100.Final`.
- Upgraded `netty-transport-native-unix-common` from `4.1.94.Final` to `4.1.100.Final`.
- Upgraded `netty-common` from `4.1.94.Final` to `4.1.100.Final`.
- Upgraded `reactor-netty-http` from `1.0.34` to `1.0.38`.

## 1.13.8 (2023-10-06)

Expand Down
2 changes: 2 additions & 0 deletions sdk/core/azure-core-serializer-avro-apache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#### Dependency Updates

- Upgraded `azure-core` from `1.44.0` to `1.44.1`.
-

## 1.0.0-beta.40 (2023-10-06)

Expand All @@ -15,6 +16,7 @@
#### Dependency Updates

- Upgraded `azure-core` from `1.43.0` to `1.44.0`.
- Upgraded `avro` from `1.11.0` to `1.11.3`.

## 1.0.0-beta.39 (2023-09-07)

Expand Down
5 changes: 5 additions & 0 deletions sdk/core/azure-core-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
#### Dependency Updates

- Upgraded `azure-core` from `1.44.0` to `1.44.1`.
- Upgraded `reactor-test` from `3.4.31` to `3.4.32`.
- Upgraded `reactor-netty-http` from `1.0.34` to `1.0.38`.
- Upgraded `jetty-server` from `9.4.51.v20230217` to `9.4.53.v20231009`.
- Upgraded `jetty-servlet` from `9.4.51.v20230217` to `9.4.53.v20231009`.
- Upgraded `commons-compress` from `1.22` to `1.24.0`.

## 1.21.0 (2023-10-06)

Expand Down
4 changes: 3 additions & 1 deletion sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

### Other Changes

- External dependency updates.
#### Dependency Updates

- Upgraded Reactor Core from `3.4.31` to `3.4.33`.

## 1.44.0 (2023-10-06)

Expand Down

0 comments on commit 635ebfa

Please sign in to comment.