Skip to content

Releases: kserve/modelmesh

v0.12.0-rc0

22 Apr 18:40
f8212c7
Compare
Choose a tag to compare
v0.12.0-rc0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.12.0-rc0

v0.11.2

29 Dec 23:14
eaa2fde
Compare
Choose a tag to compare

What's Changed

  • feat: Add vModelId to PayloadProcessor Payload by @njhill in #123
  • fix: Avoid string concat and regex inefficiency by @rafvasq in #117
  • fix: Per-model metrics labels should be disabled by default by @njhill in #124
  • fix: Remove explicit arg that enables litelinks' use of openssl by @njhill in #127
  • fix: Update zookeeper version to avoid CVE by @njhill in #128
  • fix: Fix PayloadProcessor response payload race condition by @njhill in #120
  • deps: Bump netty - CVE-2023-44487 by @spolti in #114
  • deps: Update various dependencies by @njhill in #115
  • deps: Address bounce castle CVE alert by @spolti in #122
  • deps: Update dependencies by @njhill in #125
  • deps: Bump ubi8 tag to 8.8 by @spolti in #121
  • docs: Add developer instructions to README.md by @ckadner in #85
  • docs: Add ModelMesh documentation by @rafvasq in #110
  • docs: Add per_model_metrics parameter to metrics.md by @njhill in #126
  • chore: Configure CodeQL by @ckadner in #116

New Contributors

Full Changelog: v0.11.1...v0.11.2

v0.11.1

02 Oct 21:02
757b91e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.11.1

v0.11.0

01 Aug 14:18
7b48409
Compare
Choose a tag to compare

What's Changed

  • Push multi-arch docker image by @ddelange in #76
  • Revert "Push multi-arch docker image (#76)" by @njhill in #79
  • Push multi-arch images by @ddelange in #80
  • chore: Update dependencies by @njhill in #87
  • feat: Make it possible to attach a PayloadProcessor to process model predictions by @tteofili in #84
  • feat: Allow custom prometheus info metric by @rafvasq in #83
  • Cleanup OWNERS by @ckadner in #89
  • chore: update dependencies to address vulnerabilities by @anhuong in #93
  • Fix multi-platform build by @ckadner in #92
  • Let RemotePayloadProcessor send also gRPC call Metadata by @tteofili in #96
  • fix: Fix possible exception-related ByteBuf leak by @njhill in #99
  • chore: update dependencies to address CVEs by @anhuong in #101

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.11.0-rc1

24 Jul 23:42
7b48409
Compare
Choose a tag to compare
v0.11.0-rc1 Pre-release
Pre-release

What's Changed

  • fix: Fix possible exception-related ByteBuf leak by @njhill in #99
  • chore: update dependencies to address CVEs by @anhuong in #101

Full Changelog: v0.11.0-rc0...v0.11.0-rc1

v0.11.0-rc0

02 Jun 18:08
cef2b97
Compare
Choose a tag to compare
v0.11.0-rc0 Pre-release
Pre-release

What's Changed

  • Cleanup OWNERS by @ckadner in #89
  • chore: update dependencies to address vulnerabilities by @anhuong in #93
  • Fix multi-platform build by @ckadner in #92
  • Let RemotePayloadProcessor send also gRPC call Metadata by @tteofili in #96

Full Changelog: v0.11.0-alpha...v0.11.0-rc0

v0.11.0-alpha

22 Mar 23:16
d1d0156
Compare
Choose a tag to compare
v0.11.0-alpha Pre-release
Pre-release

What's Changed

  • Push multi-arch docker image by @ddelange in #76
  • Revert "Push multi-arch docker image (#76)" by @njhill in #79
  • Push multi-arch images by @ddelange in #80
  • chore: Update dependencies by @njhill in #87
  • feat: Make it possible to attach a PayloadProcessor to process model predictions by @tteofili in #84
  • feat: Allow custom prometheus info metric by @rafvasq in #83

New Contributors

Full Changelog: v0.10.0...v0.11.0-alpha

v0.10.0

10 Jan 23:58
f948753
Compare
Choose a tag to compare

What's Changed

  • deps: Refresh dependencies by @njhill in #47
  • docs: Indicate which model-runtime proto SPI rpcs are optional by @njhill in #50
  • feat: Rework second-copy scaling logic by @njhill in #49
  • deps: Refresh dependencies by @njhill in #53
  • fix: Adjustments/cleanup missed from prior PR #49 by @njhill in #54
  • deps: Update grpc and netty dependencies by @njhill in #55
  • build: Clean up unused packages from docker image build by @njhill in #57
  • deps: Update dependencies by @njhill in #59
  • deps: Update protobuf and grpc dependencies by @njhill in #62
  • feat: Expose detailed JVM and netty memory metrics by @njhill in #61
  • deps: Update gRPC and netty dependencies by @njhill in #64
  • fix: Ensure intra-cluster InternalExceptions are propagated properly by @njhill in #58
  • fix: Fix direct memory allocation config by @njhill in #65
  • chore: Update dependencies by @njhill in #66
  • fix: Fix failure expiry race condition by @njhill in #67
  • deps: Update netty, grpc and jackson-databind libraries by @njhill in #68
  • deps: Update to latest protobuf version by @njhill in #70
  • fix: Fix fq_names metrics parameter by @njhill in #75
  • fix: fq_names parameter check by @ckadner in #77
  • fix: Fix cache accounting in loading failures case by @njhill in #74
  • chore: Update dependencies by @njhill in #78

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.10.0-rc0

06 Jan 19:08
f948753
Compare
Choose a tag to compare
v0.10.0-rc0 Pre-release
Pre-release

Release candidate for v0.10.0

v0.9.0

21 Jul 00:08
3683057
Compare
Choose a tag to compare

What's Changed

  • Internal sync by @njhill in #20
  • Internal sync by @njhill in #21
  • feat: Include prometheus metric help text by @njhill in #23
  • fix: Fix for eviction deadlock by @njhill in #25
  • fix: Timeouts on all internal requests; better timeout logging by @njhill in #26
  • fix: Longer timeout for blocking internal requests by @njhill in #27
  • fix: Always block internal management RPCs when on inference path by @njhill in #28
  • chore: Update dependencies including jackson CVE fix by @njhill in #29
  • deps: Update grpc, netty, jackson-databind dependencies by @njhill in #30
  • deps: Update etcd-java, protobuf dependencies by @njhill in #31
  • deps: Update grpc, netty, protobuf dependencies by @njhill in #32
  • deps: Upgrade netty to 4.1.77.Final by @njhill in #34
  • fix: Disable FIPS for java by @njhill in #35
  • fix: Repair invalid ModelRecord lastUsed values in registry by @njhill in #36
  • logs: Some logging improvements for better problem diagnosis by @njhill in #39
  • docs: Minor README.md rewording and add link to charts by @njhill in #38
  • feat: Add metrics for inference request/response payload sizes by @njhill in #37
  • chore: Update to use Java 17 by @njhill in #33
  • chore: Add image build to PR GH Actions workflow by @pvaneck in #40
  • fix: Switch to use G1 garbage collector by @njhill in #41
  • fix: Ensure netty's buffer allocator is used post J17 upgrade by @njhill in #42
  • misc: Miscellaneous small fixes / code improvements by @njhill in #44
  • fix: Repair invalid ModelRecord lastUsed values in registry by @njhill in #45