Skip to content

Releases: viant/mly

v0.7.1

10 Jul 22:24
c4626a5
Compare
Choose a tag to compare

Full Changelog: v0.7.0...v0.7.1

  • Fix critical bug where some goroutines wait forever.

v0.7.0

10 Jul 17:03
8e28c7e
Compare
Choose a tag to compare

Full Changelog: v0.6.2...v0.7.0

  • Added semaphore based locking for TF calls.

v0.6.2

10 Jul 17:02
48aac05
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.6.2

v0.5.0

09 May 20:59
9684d04
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

Full Changelog: v0.4.1...v0.5.0

  • Tools v2
  • Logging fixes

2023-05-18 update - found breaking bug, marking as pre-release.

Startup changes, performance, bug fix

11 Apr 01:30
a38434f
Compare
Choose a tag to compare
  • Support concurrency safe usage of gmetric
  • Add Memory Profiling endpoint
  • Rewire to return error on startup
  • Fix case where model reload recovers but health point does not.

Full Changelog: v0.3.2...v0.4.1

Improve health UX

05 Apr 17:29
2d72f34
Compare
Choose a tag to compare
Improve health UX Pre-release
Pre-release

Added timeout for model reload of 5 minutes.
May add configuration endpoints to support per-model timeouts.

Fixed health endpoint

29 Mar 20:42
e0c3830
Compare
Choose a tag to compare

Added Health endpoint

29 Mar 20:09
66b6a42
Compare
Choose a tag to compare
Added Health endpoint Pre-release
Pre-release

What's Changed

  • Repeat model input keys in JSON request payload no longer cause panic… by @dchoi-specificmedia in #11
  • Cache key error by @dchoi-specificmedia in #13
  • Fix logging error for batch size greater than 1 by @dchoi-specificmedia in #9
  • Add health endpoint for model reload.
  • Code reformatting and cleanup.

Full Changelog: v0.2.2...v0.3.0

Release 0.2.2

02 Feb 21:05
Compare
Choose a tag to compare
v0.2.2

patched validation

Release 0.2.1

29 Nov 21:56
Compare
Choose a tag to compare
  • added layer hashes