Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
banalna committed Dec 9, 2020
1 parent 1d2f5bc commit b3e3d33
Showing 1 changed file with 49 additions and 3 deletions.
52 changes: 49 additions & 3 deletions changelog.md
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

0 comments on commit b3e3d33

Please sign in to comment.