Skip to content

Releases: opendatahub-io/caikit-nlp-client

0.0.8

11 Dec 16:36
c167bf6
Compare
Choose a tag to compare

What's Changed

  • grpc client: fix verify=False for python < 3.10 by @dtrifiro in #81
  • build(deps-dev): bump ruff from 0.1.6 to 0.1.7 by @dependabot in #82

Full Changelog: 0.0.7...0.0.8

0.0.7

04 Dec 16:45
Compare
Choose a tag to compare

What's Changed

New

  • grpc client: fix grpc insecure mode by @dtrifiro in #77: GrpcClient now can skip remote host certificate verification using verify=False
  • grpc client: now accepting certificate filepaths as well as bytes by @z103cb in #79

Bugfixes

  • http client: fix processing of parameters kwarg by @dtrifiro in #76

Full Changelog: 0.0.6...0.0.7

0.0.6

29 Nov 15:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.5...0.0.6

0.0.5

27 Nov 17:26
Compare
Choose a tag to compare

What's Changed

Fixes

  • http client: use stream=True to enable requests streaming by @dtrifiro in #69

Misd

  • build(deps-dev): bump mypy from 1.7.0 to 1.7.1 by @dependabot in #68
  • build(deps-dev): update caikit[runtime-grpc,runtime-http] requirement from <0.25.0,>=0.23.2 to >=0.23.2,<0.26.0 by @dependabot in #67

Full Changelog: 0.0.4...0.0.5

What's Changed

  • build(deps-dev): bump mypy from 1.7.0 to 1.7.1 by @dependabot in #68
  • http client: use stream=True to enable requests streaming by @dtrifiro in #69
  • build(deps-dev): update caikit[runtime-grpc,runtime-http] requirement from <0.25.0,>=0.23.2 to >=0.23.2,<0.26.0 by @dependabot in #67

Full Changelog: 0.0.4...0.0.5

0.0.4

23 Nov 11:09
Compare
Choose a tag to compare

What's Changed

  • update coverage configuration by @dtrifiro in #66
  • fix(tests): ⚡ improve http client error handling by @z103cb in #65

Full Changelog: 0.0.3...0.0.4

0.0.3

21 Nov 19:24
Compare
Choose a tag to compare

What's Changed

New features

Other

  • fix(tests): 🔧 documented the cerfificate generation step. by @z103cb in #53
  • gha: output coverage report in xml format by @dtrifiro in #54
  • build(deps-dev): bump grpcio-reflection from 1.59.2 to 1.59.3 by @dependabot in #55
  • build(deps-dev): bump ruff from 0.1.5 to 0.1.6 by @dependabot in #56
  • build(deps-dev): bump grpcio-tools from 1.59.2 to 1.59.3 by @dependabot in #57
  • test(tests): improve http client coverage by @z103cb in #59
  • tests: cleanup http by @dtrifiro in #64

Full Changelog: 0.0.2...0.0.3

0.0.2

16 Nov 16:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...0.0.2

0.0.1

16 Nov 16:37
Compare
Choose a tag to compare

What's Changed

Initial release for caikit-nlp-client, a grpc and http client library for a caikit-nlp server

New Contributors

Full Changelog: https://github.com/opendatahub-io/caikit-nlp-client/commits/0.0.1