Skip to content

Latest commit

 

History

History
101 lines (67 loc) · 2.51 KB

CHANGELOG.md

File metadata and controls

101 lines (67 loc) · 2.51 KB

Pip.Services Logo
Remote Procedure Calls for Pip.Services in Go Changelog

1.4.0 (2021-07-20)

Features

  • Add methods for controll CORS Headers in HttpEndpoint
  • Add configuration parameters for CORS Headers in HttpEndpoint

1.3.3 (2021-06-08)

Features

  • Update Instruments and added tracers
  • Fix loggers

1.3.2 (2021-05-06)

Features

  • test Refactor test services running
  • Encode URL params

1.3.1 (2021-04-23)

Features

  • Add InstrumentTiming

1.3.0 (2021-04-23)

Breaking Changes

  • test Added TestRestClient
  • test Added TestCommandableHttpClient

1.2.0 (2021-04-04)

Breaking Changes

  • Introduced IRpcServiceOverrides
  • Changed signature NewRpcService to InheritRpcService
  • Changed signature NewCommandableRpcService to InheritRpcService

1.1.3 (2021-03-15)

Features

  • services Added correlation_id and access_token to CORS headers

1.1.0 (2021-02-21)

Features

  • services Added integration with Swagger UI

1.0.13 (2020-12-10)

Features

  • Fix work with CorrelationID in RestService
  • Update dependencies

1.0.12 (2020-12-10)

Features

  • Fix headers in RestClient for properly work with others services

1.0.8-1.0.11 (2020-12-02)

Features

  • Added helper methods to RestOperations
  • Changed RegisterWithAuth methods

Bug Fixes

  • Fix authorizer

1.0.7 (2020-11-20)

Features

  • Added swagger support

1.0.5-1.0.6 (2020-11-13)

Features

  • Added helper methods

1.0.3-1.0.4 (2020-11-12)

Features

  • Added helper methods in RestService

Bug Fixes

  • Fix signature CallCommand in CommandableHttpClient

1.0.1-1.0.2 (2020-08-05)

Features

  • Added error handler in Call method of RestClient

Bug Fixes

  • Fix response error method

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