September 2024

2024.9.10

  • Fix: Ensure non-standard encoded characters can be extracted and loaded from Workflow database connectors.

  • Fix: Increased HTTP client timeout defaults for workflows to 30 seconds.

  • Fix: Fix race condition when performing model status updates.

2024.9.3

  • Feature: Add additional error codes for workflows

  • Fix: Fix variable assignment error in LSTM model training when evaluation is skipped.

  • Feature: Support for JSON columns in MySQL and Postgres connectors has been removed

  • Feature: gretel_tabular workflow action no longer attempts JSON column normalization

  • Feature: gretel_tabular workflow action limits tables with JSON columns to NavFT and Transform (v1 and v2) models

  • Feature: Model training times in gretel_tabular workflow actions are now faster via reducing data preview size and deferring evaluation.

  • Fix: When using the gretel-inference-llm helm chart, users have the choice of either passing in the apiKey or the apiKeySecretRef in their values.yaml. In instances where apiKey was provided, we attempted to create a k8s Secret, but failed due to a yaml templating error

  • Fix: Fix bug in Navigator FT where generation would sometimes fail when group_training_examples_by is set.

  • Fix: Adds security context to initContainer used in the inference-llm chart

Last updated