Skip to content

Releases: amperity/chuck-data

v0.3.0

09 Dec 15:10
262db0e

Choose a tag to compare

What's New in v0.3.0

Features

  • Add multi-catalog and multi-schema support for Stitch integration (#45)
  • Support Databricks policy ID for setup_stitch and launch_job commands (#44)
  • Include monitor job command in help command response (#42)

Bug Fixes

  • Fix pyright type errors and AWS Bedrock semantic tag bug (#47)
  • Remove duplicate job status command (#46)

Release v0.2.2

11 Nov 12:47
ee3f476

Choose a tag to compare

Bug Fixes

  • Type Hints: Fixed type errors where LLMProvider instances were being passed to functions expecting LLMClient type hints (#41)
    • Updated type hints in stitch_tools.py and pii_tools.py to use LLMProvider instead of legacy LLMClient
    • Resolves pyright type checking errors after LLM provider refactoring

What's Changed

  • fix: update type hints to use LLMProvider instead of LLMClient by @Pragyan in #41

Full Changelog: v0.2.1...v0.2.2

v0.2.1 - AWS Bedrock Tool Calling Improvements

07 Nov 04:02
e790e48

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Nov 17:01
9c5070e

Choose a tag to compare

What's New in v0.2.0

New Features

  • ✨ Add /monitor-job command with smart caching for job status tracking (#39)
  • ✨ Add AWS Bedrock provider with Amazon Nova Pro as default model
  • ✨ Unified LLM Provider Interface with list_models() support (#35)
  • ✨ Customize config file path support (#29)

Improvements

  • 🔄 Job status command improvements with better caching (#38)
  • 🔄 Enhanced run-sql prompt experience (#28)
  • 🏗️ Refactor LLM architecture with provider abstraction pattern (#32, #33)

Other Changes

  • 🔧 Automatically update homebrew tap on release (#30)
  • 🎨 UI improvements (remove old ASCII art) (#31)

Full Changelog: 0.1.2...v0.2.0

v0.1.3

03 Nov 16:55
be7d504

Choose a tag to compare

Release v0.1.3

What's New

  • feat: add AWS Bedrock provider with Amazon Nova Pro as default model
  • Job status command improvements
  • Job status monitoring for chuck data
  • Unified LLM Provider Interface with list_models()

Full Changelog: 0.1.2...v0.1.3

0.1.2

08 Jun 23:59
3fbf528

Choose a tag to compare

What's Changed

New Contributors

  • @piperwolf made their first contribution in #5
  • @noodlescb made their first contribution in #15

Full Changelog: 0.1.0...0.1.2

0.1.0

05 Jun 01:06
6fd82a8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/amperity/chuck-data/commits/0.1.0