Releases: Financial-Times/go-ft-http
Releases · Financial-Times/go-ft-http
v1.0.2
v1.0.1
What's Changed
- Add examples for NewClient use by @ivan-p-nikolov in #7
- Revert "Automatically creating CODEOWNERS file [Skip CI]" by @karsov in #8
- Automatically creating CODEOWNERS file [Skip CI] by @wheresrhys in #9
- Update Go version by @epavlova in #10
New Contributors
- @karsov made their first contribution in #8
- @wheresrhys made their first contribution in #9
- @epavlova made their first contribution in #10
Full Changelog: v1.0.0...v1.0.1
First major release
Change library interface to be golang idiomatic.
New Client Step Builder
Merge pull request #4 from Financial-Times/feature/client-side-logging Client with logging support
New Http Client Constructors
Merge pull request #3 from Financial-Times/feature/generic-http-client :sparkles: added simple http client wrapper for our delegated transpo…
Removing redundant Log
Merge pull request #2 from Financial-Times/fix/log Removing logline
First Release!
Merge pull request #1 from Financial-Times/feature/initial-impl Initial implementation