Skip to content

Commit ade2100

Browse files
committed
Added a CHANGELOG.md to track releases.
1 parent 9828187 commit ade2100

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

client/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
## [Unreleased](https://github.com/angelomelonas/grpc-web-chat/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/angelomelonas/grpc-web-chat/compare/09636384c5a63bd5fea4235e5d1ed08e54f9a23e...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- Add a Subscribed Users list [\#11](https://github.com/angelomelonas/grpc-web-chat/issues/11)
10+
- Database for Java Implementation [\#6](https://github.com/angelomelonas/grpc-web-chat/issues/6)
11+
- Better error handling and more on the client side [\#20](https://github.com/angelomelonas/grpc-web-chat/pull/20) ([angelomelonas](https://github.com/angelomelonas))
12+
- Latest client and shared code updates [\#16](https://github.com/angelomelonas/grpc-web-chat/pull/16) ([angelomelonas](https://github.com/angelomelonas))
13+
- 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))
14+
15+
**Closed issues:**
16+
17+
- Bump package.json versions to resolve dependencies [\#26](https://github.com/angelomelonas/grpc-web-chat/issues/26)
18+
- Add a Subscribed Users list [\#10](https://github.com/angelomelonas/grpc-web-chat/issues/10)
19+
20+
**Merged pull requests:**
21+
22+
- 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))
23+
- 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))
24+
- 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))
25+
- 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))
26+
- Merging Dev-Stable updates in Dev branch [\#14](https://github.com/angelomelonas/grpc-web-chat/pull/14) ([angelomelonas](https://github.com/angelomelonas))
27+
- Add a Subscribed Users list [\#12](https://github.com/angelomelonas/grpc-web-chat/pull/12) ([angelomelonas](https://github.com/angelomelonas))
28+
- Client Updates \(Improvements and Fixes\) [\#5](https://github.com/angelomelonas/grpc-web-chat/pull/5) ([angelomelonas](https://github.com/angelomelonas))
29+
- 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))
30+
31+
32+
33+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)