Skip to content

Latest commit

 

History

History
133 lines (61 loc) · 4.84 KB

File metadata and controls

133 lines (61 loc) · 4.84 KB

2.3.0 (2023-12-16)

Features

  • implementing grpc reflection client (#13) (00226b1)

2.2.1 (2023-02-15)

Bug Fixes

2.2.0 (2023-01-16)

Features

  • using fluent-iterable for more powerful iterables (#11) (182cc8a)

2.1.2 (2023-01-08)

Bug Fixes

  • adding method for metadata creation (ca80841)

2.1.1 (2023-01-08)

Bug Fixes

  • passing method name to default middleware (e11d4be)

2.1.0 (2023-01-08)

Features

  • adding support for middleware ending result (ac9d9f0)

2.0.0 (2023-01-07)

Features

  • adding legacy grpc lib support (#9) (45a7f3d)

BREAKING CHANGES

  • The library contract needed to be changed in order to keep functionalities compatible between both versions. Although the contract must be almost equal some things like error catching have behaved differently between them. Due to that, we chose an approach that works for both packages, but we need to break the contract.

1.4.0 (2023-01-07)

Features

1.3.0 (2023-01-07)

Features

  • adding gRPC middleware support (#8) (a36a92d)

1.2.0 (2022-06-03)

Features

  • supports renewing connect on error (#6) (fcbd362)

1.1.0 (2022-04-28)

Features

  • Supports non Pool connection (#4) (ea35a4d)

1.0.2 (2022-04-26)

Bug Fixes

1.0.1 (2022-04-22)

Bug Fixes

  • Overload gRPC unary functions (#2) (071cff2)

1.0.0 (2022-04-20)

Features

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Next Release

-v2.0.0

  • Updating empty project for new standards

-v1.0.3

  • Adequation of configurations and project for a lib example

-v1.0.2

  • Updating libraries

-v1.0.1 Removing unneeded dependencies

-v1.0.0 First release