Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

65 lines (38 loc) · 1.54 KB

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.

[Unreleased]

0.7.2 (2024-04-22)

Fixed

  • Added support for IPv6 addresses

0.7.1 (2024-02-27)

  • Added support for tonic 0.11

0.6.0 (2023-04-18)

  • Added connect_timeout to LoadBalancedChannelBuilder

Breaking changes

  • Updated to tonic 0.9

0.5.2 (2023-04-11) YANKED

  • Added connect_timeout to LoadBalancedChannelBuilder

0.5.1 (2023-02-23)

  • Make LoadBalancedChannelBuilder Send

0.5.0 (2022-08-05)

  • Trim dependencies

Breaking changes

  • Update to tonic 0.8
  • Update to prost 0.11

0.4.0 (2022-05-11)

  • Add ServiceDefinition::try_from((String, u16)) implementation.

Breaking changes

  • Update to tonic 0.7
  • Update to prost 0.10

0.3.0 (2021-10-25)

Breaking changes

  • LoadBalancedChannelBuilder::channel is now async and fallible.
  • LoadBalancedChannel::builder is now sync.
  • ServiceDefinition::hostname and ServiceDefinition::port are now made private.
  • Update to tonic 0.6
  • Update to prost 0.9

Features

  • Add ResolutionStrategy to be able to resolve IPs once on startup #2 d72678d.
  • Add TryFrom constructor for ServiceDefinition that verifies hostname.