You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/docs/dbt-cloud/dbt-cloud-changelog.md
+39
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,45 @@ id: "cloud-changelog"
4
4
sidebar_label: Changelog
5
5
description: "Changelog for the dbt Cloud application"
6
6
---
7
+
## dbt Cloud v1.1.20 (February 17, 2021)
8
+
9
+
Continued stability and quality of life improvements for folks with multiple accounts and projects - no longer will you have to remember the chronological order of birth of your accounts and projects, as they'll be ordered by the much easier to parse (for human brains anyway) alphabetical order. We're also shipping some experience improvements in the SQL Drawer at the bottom half of the IDE.
10
+
11
+
#### Enhancements
12
+
13
+
- Deleted Info and Logs IDE Tabs, logs will now be displayed in Results Tab
14
+
- Removed service token feature flag
15
+
- List Jobs dropdown in alphabetical order
16
+
- List Account and Project dropdowns in alphabetica order
17
+
- Pre-join Job Definition results to speed up scheduler
18
+
- Combine scheduler queries to speedup runtime by about 30%
19
+
20
+
#### Fixed
21
+
22
+
- Fix issue with source freshness for 0.19.0
23
+
24
+
#### Internal
25
+
26
+
- Fix simultaneous builds
27
+
- Add copy_from argument to feature flag commands and refactor sampling into service
28
+
- Admin panel updates
29
+
- Ignore if cloud log is not available
30
+
- Add scribe enabled filter and some more summary cleanup
31
+
- Fix extra_data clobbering auth_provider_groups
32
+
- Fix account page in backend
33
+
- RPC -> API in the shell command link
34
+
- Improve job definition page performance in backend
35
+
- Speed up project admin
36
+
- Add management commands for percentage based feature flag operations
37
+
- Logging empty user groups in SSO
38
+
- Remove test prefix
39
+
- Tag develop resources with better labels in k8s
40
+
- Verification script without downloading logs in from_dbobj and having no such key stats
41
+
- Updates to verification script
42
+
- Add ddtrace to SchedulerCommand
43
+
- Freshness fix
44
+
- Only use scribe logs when feature flag is currently turned on for account
45
+
7
46
## dbt Cloud v1.1.19 (February 3, 2021)
8
47
9
48
The latest release of dbt (Oh Nineteen Oh) is now available for your enjoyment on dbt Cloud! We're also releasing some service token pieces here, though they're not quite ready for wide release yet. Moving forward, Oh Nineteen Oh will probably end up being the minimum version required to run the Metadata API & Metadata Toolkit, so, this is a big release!
0 commit comments