Skip to content

Commit 3ee7537

Browse files
authored
WIP: Update CHANGELOG (#3159)
1 parent 9c12b04 commit 3ee7537

File tree

1 file changed

+49
-2
lines changed

1 file changed

+49
-2
lines changed

CHANGELOG.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,35 @@
11
# Change Log
22

3-
## UNRELEASED
3+
## v6.0.0-beta - 2018-12-03
4+
5+
This release was 2 months in the making and it is full with good stuff!
6+
7+
* We have 5 new data sources: Databricks, IBM DB2, Kylin, Druid and Rockset. ⌗
8+
* There are fixes and improvements to 11 existing data sources (MySQL, Redshift, Postgres, MongoDB, Google BigQuery, Vertica, TreasureData, Presto, ClickHouse, Google Sheets and Google Analytics).
9+
* The Query Results data source can now load cached results, just use the `cached_query_` prefix instead of `query_`.
10+
* On the visualizations front we added a Heatmap visualization and did updated the table and counter visualizations.
11+
* Alerts got some fixes and a new destination: PagerDuty.
12+
* If the live autocomplete in the code editor annoys you, you can disable it now (although we're working to make it better, see #3092).
13+
* Fast queries will now load faster. 🏃‍♂️
14+
* We improved the layout of visualizations and content on smaller screen sizes. 📱
15+
* For those of you who like sharing, you can now enable the ability to share ownership of queries and dashboards and let others to edit them. Check the Settings page to enable this feature.
16+
17+
There were also important changes to the code and infrastructure:
18+
19+
* More components moved to React.
20+
* We switched to Webpack 4 with the help of @dmonego.
21+
* We upgraded to Celery 4 with the help of @emtwo, @jezdez, @mashrikt and @atharvai.
22+
* We started moving towards Python 3 for our backend. The first step was to make sure our code pass basic sanity tests with Flake 8, which was implemented by @cclauss.
23+
* We improved our testing on the frontend by adding setup for Jest tests and E2E testing using Cypress (@gabrieldutra).
24+
* Each pull request now gets a deploy preview using Netlify to easily test frontend changes.
25+
26+
This is just a summary, you're welcome to review the full list below. ⬇
27+
28+
This release had contributions from 38 people: @arikfr, @kravets-levko, @jezdez, @kyoshidajp, @kocsmy, @alison985, @gabrieldutra, @washort, @GitSumito, @emtwo, @rauchy, @alexanderlz, @denisov-vlad, @ariarijp, @yoavbls, @zhujunsan, @sjakthol, @koooge, @SakuradaJun, @dmonego, @Udomomo, @cclauss, @combineads, @zaimy, @Trigl, @ralphilius, @jodevsa, @deecay, @igorcanadi, @pashaxp, @hoangphuoc25, @toph, @burnash, @wankdanker, @Yossi-a, @Rovel, @kadrach, and @nicof38. Thank you, everyone 🙏
429

530
### Added
631

7-
* #2747 Add a new Databricks query runner. @alison985, @jezdez
32+
* #2747, #3143 Add a new Databricks query runner. @alison985, @jezdez, @arikfr
833
* #2767 Add ability to add viz to dashboard from query edit page. @alison985, @jezdez
934
* #2780 Add a query autocomplete toggle. @alison985, @jezdez, @arikfr
1035
* #2768 Add authentication via JWT providers. @SakuradaJun
@@ -27,6 +52,11 @@
2752
* #2936 Add Kylin data source. @Trigl
2853
* #3047 Add Druid data source. @rauchy
2954
* #3077 New user interface for the feature flag of the share edit permissions feature. @arikfr
55+
* #3007 Add permissions to the result of "manage.py groups list" command. @Udomomo
56+
* #3088 Add get_current_user() fuction for the Python query runner. @kyoshidajp
57+
* #3114 Add event tracking to autocomplete toggle. @arikfr
58+
* #3068 Add Rockset query runner. @igorcanadi, @arikfr
59+
* #3105 Display frontend version. @rauchy
3060

3161
### Changed
3262

@@ -59,6 +89,18 @@
5989
* #3085 BigQuery: Switch to Standard SQL as the default. @kyoshidajp
6090
* #3094 Tags autocomplete: Show note when creating a new label. @kravets-levko
6191
* #2984 Autocomplete toggle improvements. @arikfr
92+
* #3089 Open new tab when forking a query. @kyoshidajp
93+
* #3126 MongoDB: add support for sorting columns. @arikfr
94+
* #3128 Improve backoff algorithm of query results polling to speed it up. @arikfr
95+
* #3125 Vertica: update driver & add support for connection timeout. @arikfr
96+
* #3124 Support unicode in Postgres/Redshift schema. @arikfr
97+
* #3138 Migrate all tags components to React. @kravets-levko
98+
* #3139 Better manage permissions modal. @kocsmy
99+
* #3149 Improve tag link colors and fix group tags on Users page. @kocsmy
100+
* #3146 Update, replace and fix new alert destination logos so it fits better. @kocsmy
101+
* #3147 Add and improve recent db logos that didn't fit in size properly. @kocsmy
102+
* #3148 Fix label positioning on no found screen. @kocsmy
103+
* #3156 json_dumps: add support for serializing buffer objects. @arikfr
62104

63105
### Fixed
64106

@@ -104,6 +146,11 @@
104146
* #3046 Fix query page header. @kravets-levko
105147
* #3097 Mongo: Fix collection fields retreival bug when Views are present. @jodevsa
106148
* #3107 Keep query text in local state for now. @washort
149+
* #3111 Fix mobile padding issues on Query results. @kocsmy
150+
* #3122 Show menu divider only if query is archived. @jezdez
151+
* #3120 Fix tag counts for dashboards and queries. @jezdez
152+
* #3141 Fix schema refresh to work on MySQL 8. @hoangphuoc25
153+
* #3142 Fix: editing dashboard title results in the visualizations being replaced by the loading markers. @kravets-levko
107154

108155
### Other
109156

0 commit comments

Comments
 (0)