From ade2100accbb4dbab33e77fe773f479513f43201 Mon Sep 17 00:00:00 2001 From: Angelo Melonas Date: Thu, 20 Aug 2020 16:47:58 +0200 Subject: [PATCH] Added a CHANGELOG.md to track releases. --- client/CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 client/CHANGELOG.md diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md new file mode 100644 index 0000000..e32e277 --- /dev/null +++ b/client/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +## [Unreleased](https://github.com/angelomelonas/grpc-web-chat/tree/HEAD) + +[Full Changelog](https://github.com/angelomelonas/grpc-web-chat/compare/09636384c5a63bd5fea4235e5d1ed08e54f9a23e...HEAD) + +**Implemented enhancements:** + +- Add a Subscribed Users list [\#11](https://github.com/angelomelonas/grpc-web-chat/issues/11) +- Database for Java Implementation [\#6](https://github.com/angelomelonas/grpc-web-chat/issues/6) +- Better error handling and more on the client side [\#20](https://github.com/angelomelonas/grpc-web-chat/pull/20) ([angelomelonas](https://github.com/angelomelonas)) +- Latest client and shared code updates [\#16](https://github.com/angelomelonas/grpc-web-chat/pull/16) ([angelomelonas](https://github.com/angelomelonas)) +- Converted project from HTTP to HTTPS to enable HTTP2 between browser and Envoy [\#13](https://github.com/angelomelonas/grpc-web-chat/pull/13) ([angelomelonas](https://github.com/angelomelonas)) + +**Closed issues:** + +- Bump package.json versions to resolve dependencies [\#26](https://github.com/angelomelonas/grpc-web-chat/issues/26) +- Add a Subscribed Users list [\#10](https://github.com/angelomelonas/grpc-web-chat/issues/10) + +**Merged pull requests:** + +- Bump elliptic from 6.5.0 to 6.5.3 in /client [\#25](https://github.com/angelomelonas/grpc-web-chat/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump lodash from 4.17.15 to 4.17.19 in /client [\#24](https://github.com/angelomelonas/grpc-web-chat/pull/24) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump websocket-extensions from 0.1.3 to 0.1.4 in /client [\#23](https://github.com/angelomelonas/grpc-web-chat/pull/23) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump eslint-utils from 1.3.1 to 1.4.3 in /client [\#22](https://github.com/angelomelonas/grpc-web-chat/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Merging Dev-Stable updates in Dev branch [\#14](https://github.com/angelomelonas/grpc-web-chat/pull/14) ([angelomelonas](https://github.com/angelomelonas)) +- Add a Subscribed Users list [\#12](https://github.com/angelomelonas/grpc-web-chat/pull/12) ([angelomelonas](https://github.com/angelomelonas)) +- Client Updates \(Improvements and Fixes\) [\#5](https://github.com/angelomelonas/grpc-web-chat/pull/5) ([angelomelonas](https://github.com/angelomelonas)) +- Updated the client to work with the latest proto changes. [\#3](https://github.com/angelomelonas/grpc-web-chat/pull/3) ([angelomelonas](https://github.com/angelomelonas)) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*