-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,53 @@ | ||
# RPC components for Pip.Services in Golang Changelog | ||
# <img src="https://uploads-ssl.webflow.com/5ea5d3315186cf5ec60c3ee4/5edf1c94ce4c859f2b188094_logo.svg" alt="Pip.Services Logo" width="200"> <br/> Remote Procedure Calls Golang Changelog | ||
|
||
## <a name="1.0.1"></a> 1.0.1 (2020-08-05) | ||
## <a name="1.0.8-1.0.11"></a> 1.0.8-1.0.11 (2020-12-02) | ||
|
||
### Features | ||
* Fix response error method in HttpResponseSender | ||
|
||
* Added helper methods to RestOperations | ||
* Change RegisterWithAuth methods | ||
|
||
### Bug Fixes | ||
* Fix authorizer | ||
|
||
## <a name="1.0.7"></a> 1.0.7 (2020-11-20) | ||
|
||
### Features | ||
|
||
* Added swagger support | ||
|
||
## <a name="1.0.5-1.0.6"></a> 1.0.5-1.0.6 (2020-11-13) | ||
|
||
### Features | ||
|
||
* Added helper methods | ||
|
||
## <a name="1.0.3-1.0.4"></a> 1.0.3-1.0.4 (2020-11-12) | ||
|
||
### Features | ||
|
||
* Added helper methods in RestService | ||
|
||
### Bug Fixes | ||
* Fix signature CallCommand in CommandableHttpClient | ||
|
||
## <a name="1.0.1-1.0.2"></a> 1.0.1-1.0.2 (2020-08-05) | ||
|
||
### Features | ||
|
||
* Added error handler in Call method of RestClient | ||
|
||
### Bug Fixes | ||
* Fix response error method | ||
|
||
## <a name="1.0.0"></a> 1.0.0 (2020-01-28) | ||
|
||
Initial public release | ||
|
||
### Features | ||
|
||
* **build** HTTP service factory | ||
* **clients** mechanisms for retrieving connection settings | ||
* **connect** helper module to retrieve connections services and clients | ||
* **services** basic implementation of services for connecting | ||
|