- dbt-core updated `raw_sql` and `compiled_sql` to `raw_code` and `compiled_code`. This release will make sure the latest rpc work with either version and keep exposing `raw_sql` and `compiled_sql` in the request response 89
0.1.3beta
0.1.2
Fixes * Save args in config when cli_vars is saved 70 * Make garbage collection configurable 76
Under the hood * Compatibility with new core logging via env var 61 * Disable py36 tests 59
0.1.2rc1
Fixes * Save args in config when cli_vars is saved 70 * Make garbage collection configurable 76
Under the hood * Compatibility with new core logging via env var 61 * Disable py36 tests 59
0.1.1
Fixes
- Move env vars (`DBT_SINGLE_THREADED_HANDLER` + `DBT_SINGLE_THREADED_WEBSERVER`) into `dbt-rpc` codebase. This adds compatibility with `dbt-core==1.0.0-b2` (which removed them) and is backwards compatible with older versions ([56](https://github.com/dbt-labs/dbt-rpc/pull/56))