Skip to content

Commit

Permalink
Merge pull request Azure#100 from amarzavery/recovery
Browse files Browse the repository at this point in the history
Added changelog and bumped version to 0.2.4
  • Loading branch information
amarzavery authored Jul 16, 2018
2 parents d47a870 + ccac1d9 commit afd32b3
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 532 deletions.
10 changes: 10 additions & 0 deletions client/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2018-07-16 0.2.4
- Added support to handle disconnects and link timeout errors.
- Fixed client examples link in README.
- Updated issue templates
- Improvised the example structure
- Moved the common stuff to `amqp-common` and added `Connection`, `Session`, `Sender`, `Receiver` objects to `rhea-promise`.
- Improved tsconfig.json and tslint.json config files.
- Added `import "mocha"` to all the test files, inorder to get rid of red squiggles in vscode.
- Replaced crypto with jssha which is browser compatible

## 2018-06-13 0.2.3
- Minor doc fixes and sample updates.
- Add a listener for the disconnected event after opening the connection.
Expand Down
Loading

0 comments on commit afd32b3

Please sign in to comment.