Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

37 lines (34 loc) · 3.33 KB

Merlin Release Notes

v0.20.0 - 2022-04-18

  • Upgrade pyyaml to >=5.4 by @karzuo in #230
  • Fix mapping of entity names to bigtable by @khorshuheng in #223
  • Column wise operator, filter and slice row by @tiopramayudi in #228
  • Add geohash related expression by @tiopramayudi in #235
  • Create tables from file & UI bugs fix by @karzuo in #234
  • Fix insert cache with NaN value by @tiopramayudi in #236
  • fix bug with loading table from file by @karzuo in #238
  • Fix slice row ui when delete entry in start or end index by @tiopramayudi in #239
  • Fix issue with built-in function by @tiopramayudi in #241

v0.19.0 - 2022-03-07

  • Truncated bigtable name by @tiopramayudi in #209
  • Emit metric for redis and bigtable client by @tiopramayudi in #210
  • Use pod as label for cAdvisor container metrics by @ariefrahmansyah in #213
  • Use container label to filter out POD container by @ariefrahmansyah in #214
  • Cyclical Encoder + Column Ordering fix by @karzuo in #208
  • Fixed column update Algo and tests by @karzuo in #216
  • Fix int test by @karzuo in #218
  • Fix integration test by @karzuo in #220
  • Introducing list types for feast features retrieval by @ariefrahmansyah in #212
  • Use golang 1.17 by @pradithya in #222
  • Do not set resource annotation when queueResourcePercentage is empty by @tiopramayudi in #224
  • Initialize inference service's annotations by @ariefrahmansyah in #225
  • Support convertion from []interface to list type. by @ariefrahmansyah in #226

v0.18.0 - 2022-01-13

  • Add time related built in function and cumulative value function by @tiopramayudi in #197
  • Load location using evaluated args value by @ariefrahmansyah in #201
  • Add Go's zoneinfo to standard transformer docker image by @ariefrahmansyah in #202
  • Add default jsonpath capability by @tiopramayudi in #203
  • Fix yaml specification on feast standard transformer page by @tiopramayudi in #205
  • Update google-cloud-sdk version by @pradithya in #206
  • Standard Transformer serving directly from Bigtable by @tiopramayudi in #204
  • Add unique identifier for euicheckbox by @tiopramayudi in #207