Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.58 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

0.5.1 - 2023-04-18

Fixed

  • Account for "contextless" rendering in dbt codebase by supplying a default implementation for each variation matching var

0.5.0 - 2023-04-17

Changed

  • Translate all feature flag calls to var calls in the event no provider is used. This allows users to manage feature flags locally and seamlessly transition between that model and a dedicated provider.

0.4.1 - 2022-11-06

Added

  • CI testing across all dbt versions post 1.0 serving as both integration tests and functional tests
  • Added apache license to project

0.4.0 - 2022-08-04

Added

  • New validator logic ensures consistent and expected return types from all implemented FF clients
  • Exposed default in userland so users can have expected behavior for disabled/offline mode and more control in general

Changed

  • By default, we now return MockClient instead of harness client and push explicit specification to the user. This lets FF laced projects execute by default without needing an API key or an explicit variable to disable dbt feature flags

0.3.3 - 2022-08-03

Added

  • Added MockFeatureFlagClient which is used when env var DBT_FF_DISABLE is set in environment. This allows users to disable live clients without breaking their projects
  • Started using changie for changelog management