Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docs #82

Merged
merged 2 commits into from
Aug 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions CHANGELOG.md

This file was deleted.

14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ Provides following features:
* Task/Upstream request retries using [Hedged Requests as described here](https://cseweb.ucsd.edu/~gmporter/classes/fa17/cse124/post/schedule/p74-dean.pdf)
* Tool recommendations for testing

## Releases
| Release | Date | Description |
|:---------------------------------|:----------------|:------------|
| Version 1.33 | Nov 2019 | Bug fixes, feature enhahncements
| Version 1.0 | Jan 2019 | Initial stable release

## Changelog
Changelog can be viewed in [CHANGELOG.md](https://github.com/flipkart-incubator/grpc-jexpress/blob/master/CHANGELOG.md) file

## Distribution
GJEX builds are distributed via the [Clojars](https://clojars.org/) community maintained repository for open source libraries.
Expand All @@ -37,8 +29,14 @@ Add the following repository to your build system to access releases builds - e.
<url>https://clojars.org/repo</url>
</repository>
```

### Releases

Release Versions are documented in the [releases page](https://github.com/flipkart-incubator/grpc-jexpress/releases). You can also refer to [clojars page](https://clojars.org/com.flipkart/grpc-jexpress/versions) for the release versions

More details on [Distribution Binaries](https://github.com/flipkart-incubator/grpc-jexpress/wiki/Distribution-Binaries)


## Building

You may also build GJEX from source. To build, clone this repository and run:
Expand Down