Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

58 lines (35 loc) · 1.03 KB

Changelog

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

[0.1.3] - 2023-01-24

Documentation

  • Automate documentation of features

Miscellaneous Tasks

  • Remove registry restriction
  • Upgrade dependencies
  • Update files from template
  • Add doc cfg gate for generated feature docs
  • Replace reqwest-cache with http-cache-reqwest
  • Update CI template URL
  • Correct typo in documentation

Testing

  • Switch http mock lib from mockito to wiremock

[0.1.2] - 2022-03-01

Miscellaneous Tasks

  • Remove registry restriction
  • Upgrade dependencies

[0.1.1] - 2021-12-07

Features

  • Cache HTTP responses using reqwest-cache

Miscellaneous Tasks

  • Update files from template

[0.1.0] - 2021-11-15

Documentation

  • Add basic project description to readme

Features

  • Implement server-server well-known resolution
  • Client-server well-known resolution
  • Add logging with tracing
  • Add method to resolve socket address

Miscellaneous Tasks

  • Add pre-commit