Skip to content

Commit

Permalink
Update changelog. (#7959)
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey authored Feb 4, 2020
1 parent bd08c09 commit 15a166b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion sdk/core/azure-core-amqp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Release History

## 1.0.1 (2020-01-07)
## 1.0.1 (2020-02-11)
- Client library name and version are no longer hard coded in connection properties.
- Update qpid-proton-j-extensions dependency
- Shorten tracing span names
- Fixes AMQP link handlers not to close associated sessions when they are closed.
- Move to use Schedulers.single() because pushing to Qpid's reactor is not thread-safe.

## 1.0.0-beta.8 (12-03-2019)
- Changed preview to beta.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.1 (2020-01-07)
## 1.0.1 (2020-02-11)

## 1.0.0-beta.4 (2019-12-02)
- Artifact name changed from `preview` to `beta`.
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 5.0.1 (2020-01-07)
## 5.0.1 (2020-02-11)
- Add support for different error handling cases in EventProcessor.
- Recreate connection in client on transient errors.
- Add tracing links when sending a batch of events.
Expand Down

0 comments on commit 15a166b

Please sign in to comment.