Skip to content

Releases: z3z1ma/dbt-feature-flags

v0.5.2

13 Apr 06:08
Compare
Choose a tag to compare

Updated dependencies and expanded test matrix. Relaxed overall pins so usage remains flexible.

v0.5.1

21 Apr 04:07
Compare
Choose a tag to compare

Full Changelog: v0.5.0...v0.5.1

Small fix for dbt's context-less calls to get_rendered. Bumping version to match PyPi.

v0.5.0

18 Apr 06:53
Compare
Choose a tag to compare

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

This release includes testing expansion to dbt 1.4 as well as a change in how we handle the default provider. By default, feature_flag calls will now be translated directly to var calls. This will lets users seamlessly go between testing and live environments with minimal code change. The source of the flags will simply shift from a static dbt_project.yml to your provider of choice such as harness.io

v0.4.1

06 Nov 16:36
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

This release marks some stability guarantees with the inclusion of CI testing against all dbt versions post-1.0

v0.4.0

04 Aug 20:30
Compare
Choose a tag to compare

New mock client as default.
Added new validation logic.

v0.3.0

01 Aug 21:24
Compare
Choose a tag to compare

Support for LaunchDarkly and re-architected in a way to support additional clients.

v0.1.1

31 Jul 21:40
Compare
Choose a tag to compare

Initial release to pin to if needed. See README for breakdown of functionality.