Releases: getredash/redash
v0.7.1-rc
Changes since 0.7.0:
8686694 #544: Fix: archived dashboards were shown in recent list (and move archive button) (Arik Fraimovich)
7000547 #537: Docs: Missing --source-uri in command (Eran Kampf)
e010054 #538: Docs: Space-separated list of scopes is deprecated. Need to use comma-seper… (Eran Kampf)
7ea6409 #539: Docs: Misc. UI fixes because Google changed their console (Eran Kampf)
3ef3f2c #529: Enables multi-filtering for big-query. (Ryan McClarnon)
9ff8db3 #528: Cleanup packer.json (no longer building GCE image with it). (Arik Fraimovich)
650ccac #527: Fix: support for filters in BigQuery. (Arik Fraimovich)
3dea630 #523: Fix: global_recent isnt set if user has enough recents (Arik Fraimovich)
1ef94b7 #522: Feature: "personalized" homepage with recent queries and dashboards (Arik Fraimovich)
6f0ac1e #521: Update docs about data sources for Presto (Noriaki Katayama)
4a18fa0 #518: Other: created bootstrap script for amazon linux (masaru)
05d1886 #520: Docs: update documentation about data sources (Arik Fraimovich)
464402a #519: Feature: ability to disable the ability to edit anyone's query by everyone (Arik Fraimovich)
d155f16 #517: Fix: URL query runner was failing without base URL (Arik Fraimovich)
735130e #510: for aws based and password less logins to boxes (Rahul Ghose)
08c09d8 #516: Fix: multi-filter was broken in newer version of angular-ui-select (Arik Fraimovich)
2eb171e #515: Fix: change wording on login screen "username or email" -> "email" (moyomot)
fe1cc78 #514: Feature: Support Hive as datasource (Alexander Leibzon)
41ca132 #513: Cleanup: remove select2 and use ui-select. (Arik Fraimovich)
22200ec #511: Add the primary key to Flask admin to make it possible to lookup queries (Stan Hu)
e9f1e3a #512: Move datasource requirements from bootstrap to own requirements file (John Kearney)
0.7.0
Changes since 0.6.3.b906:
Features
d89dd2c #502: Feature: alerts on query results (Arik Fraimovich)
c7d30c8 #498: Feature: datasources web admin (closes #193) (Arik Fraimovich)
5d3caac #499: Feature: Support Impala as data source (Alexander Leibzon)
d512cd0 #500: Feature: event for users logining in (Arik Fraimovich)
4ef3c27 #489: Feature: Support Presto as data source (Noriaki Katayama)
58a005c #484: Feature: Support for Google Spreadsheets as data source (alpha) (Alexander Leibzon)
3c9c146, 666e328 #482, #483: Feature: CORS support for the Query Result API to allow embedding in other domains (Eran Sandler)
c195362 #479: Feature: improved error reporting and new log information support for the Python query runner (Eran Sandler)
b671dd0 #480: Feature: support for multiple domains with Google OAuth (Arik Fraimovich)
a692e3f #476: Feature: support for user API keys (Arik Fraimovich)
39db74f #475: Feature: Support InfluxDB v0.9+ (Kazuyuki Honda)
Fixes
d4a18ba #501: Fix: show message when Postgres query has no results (John Kearney)
228b8c7 #507: Fix: when editing alerts show correct column (Arik Fraimovich)
5f5774d #506: Fix: makes sure the totals series is sorted (Arik Fraimovich)
da56dc8 #505: Fix: Update URL after creating an alert (Arik Fraimovich)
8355420 #504: Fix: cohort was wrong if values were not sorted (Arik Fraimovich)
5feb563 #503: Fix: if you change the result object, python runner wouldn't return any results (Arik Fraimovich)
4b8a94e #495: Fix: Update BigQuery configuration parameter name to avoid confusion. (Arik Fraimovich)
4f11f28 #494: MongoDB query runner: cleanup (Eran Sandler)
7702b05 #493: Fix: a generic way to parse all the input JSON and make sure we replace ISODate to Python date times. (Eran Sandler)
41b9b21 #492: Fix: MongoDB: Date parsing and dates in aggregation $match (Eran Sandler)
7d57f9d #488: Fix: Drop database name check in MongoDB queries to support sandboxed environments (Arik Fraimovich)
5636cec #487: Fix: Support newer as well as older PyMongo versions (Eran Sandler)
d3bb581 #486: Fix: no error when failing to connect to a MySQL data source (Arik Fraimovich)
Other
b886067 #509: Moving documentation to ReatTheDocs (Arik Fraimovich)
Backward Incompatible Changes
In this release we made two backward incompatible settings changes:
- The default validation method for API calls is now simple api key, vs. HMAC. If you were already using the HMAC validation and want to keep using it, add to your
/opt/redash/.env
file:export REDASH_AUTH_TYPE=hmac
. - There is a built in mechanism of query results cleanup that was disabled by default. From this release it will be enabled by default. It will delete unreferenced query results that are older than 7 days. If you want to disable this mechanism, add to your
/opt/redash/.env
file:export REDASH_QUERY_RESULTS_CLEANUP_ENABLED=false
.
0.6.4 - RC
Changes since 0.6.3.b906:
5f5774d #506: Fix: makes sure the totals series is sorted (Arik Fraimovich)
da56dc8 #505: Fix: Update URL after creating an alert (Arik Fraimovich)
8355420 #504: Fix: cohort was wrong if values were not sorted (Arik Fraimovich)
5feb563 #503: Fix: if you change the result object, python runner wouldn't return any results (Arik Fraimovich)
d89dd2c #502: Feature: alerts on query results (Arik Fraimovich)
5d3caac #499: Feature: Support Impala as DataSource (Alexander Leibzon)
d4a18ba #501: All pg queries with no results (John Kearney)
d512cd0 #500: Feature: add event for users logining in (Arik Fraimovich)
4b8a94e #495: Fix: Update BigQuery configuration parameter name to avoid confusion. (Arik Fraimovich)
4f11f28 #494: MongoDB query runner: cleanup (Eran Sandler)
7702b05 #493: Fix: a generic way to parse all the input JSON and make sure we replace ISODate to Python date times. (Eran Sandler)
41b9b21 #492: Fix: MongoDB: Date parsing and dates in aggregation $match (Eran Sandler)
4ef3c27 #489: Feature: Support Presto (Noriaki Katayama)
58a005c #484: Feature: Google Spreadsheets support (alpha) (Alexander Leibzon)
7d57f9d #488: Fix: Drop database name check in MongoDB queries to support sandboxed environments (Arik Fraimovich)
5636cec #487: Fix: Support newer as well as older PyMongo versions (Eran Sandler)
d3bb581 #486: Fix: no error when failing to connect to a MySQL data source (Arik Fraimovich)
0.6.3.b906
Changes since 0.6.2.b887:
Features
3c9c146, 666e328 #482, #483: Feature: CORS support for the Query Result API to allow embedding in other domains (Eran Sandler)
c195362 #479: Feature: improved error reporting and new log information support for the Python query runner (Eran Sandler)
b671dd0 #480: Feature: support for multiple domains with Google OAuth (Arik Fraimovich)
a692e3f #476: Feature: support for per user API keys (Arik Fraimovich)
39db74f #475: Feature: Support InfluxDB v0.9+ (Kazuyuki Honda)
v0.6.3-rc
0.6.2.b887
Changes since 0.6.0.b812:
Features
e04833c #466: Feature: Map visualization (using Leaflet) (Bruno Salerno)
9cdc2cb #465: Feature: ability to control series order in charts. (Arik Fraimovich)
d837737 #461: Added SAML authentication support, eg for OneLogin or Okta (Mark White)
4706bf8 #458: Initial and very early support for ElasticSearch query runner (Eran Sandler)
5e351de #455: added Mongo JSON serializer to correctly serialize ObjectId + datetime.datetime serialization (Eran Sandler)
15ec832 #437: Feature: ability to disable x axis labels (Arik Fraimovich)
6312f87 #433: Make it obvious that the query link is clickable. (Stan Hu)
59b87ec #434: MongoDB aggregation support + mongo documentation (as comments) (Eran Sandler)
0ee7292 #431: Feature: additional refresh times (5, 10, 15, 30 minutes) (Arik Fraimovich)
671f1f4 #428: Feature: support for column types in MySQL query runner (olga)
Fixes
2dab35b #468: Fix: visualizations API fixes (Arik Fraimovich)
98ff701 #464: Fix #463: support for datetime.time and datetime.timedelta fields (Arik Fraimovich)
6c6c025 #462: Fix: refresh CodeMirror size when schema browser appears (Arik Fraimovich)
a0f4e26 #459: Fixed an error in case a query doesn't have last_modified_date (olga)
1bb53ca #451: Fix: charts with category X axis were not sorted properly (Arik Fraimovich)
075d843 #449: Fix: schema browser chokes on large schemas (Arik Fraimovich)
c9da4be #442: Fix: when the server has non UTC timezone, timestamps were wrong (Arik Fraimovich)
b17080a #446: Fix #443: open table when searching & don't hide columns (Arik Fraimovich)
3b4af1b #445: Fix #444: unicode characters in username fail query execution (Arik Fraimovich)
b56e87c #440: Fix: python query runner didn't allow iterating lists (Arik Fraimovich)
e6ba624 #436: Fix: sorting not working for columns with special characters (Arik Fraimovich)
a1c8ef9 #435: Fix: string columns with date/time values failed to render. (Arik Fraimovich)
105971c #432: Allow undefined max_age parameter in query_results endpoint (Stan Hu)
Other
1914ed7 #456: Changed the README's 'Setting up re:dash instance' url to a new url (bells17)
276ee7c #448: supervisord default config: separate queue for ad-hoc and scheduled queries (olga)
4e76c13 #425: New logo (Arik Fraimovich)
0.6.0.b812
Changes since re:dash v0.5.0+b696:
Features
0e631a5 #422: Feature: BigQueryGCE query runner that uses instance auth (fixes #288) (Arik Fraimovich)
bf5fe7d #421: Feature: show visualization name next to query name (#418) (Arik Fraimovich)
513ef50 #410: Feature: sort by Y values charts that have a single value per series (Stan Hu)
71011d2 #407: Feature: Use Flask-Admin to provide basic Web-based /admin page (Stan Hu)
8a35dce #406: Add support for configuring MySQL port (Stan Hu)
73de936 #405: Feature: use correct syntax highlighting for Python/Mongo data sources (Arik Fraimovich)
d0d4101 #404: Improvement: make Python datasource to use the RestrictedPython sandbox (Eran Sandler)
9fb33cf #399: Feature: schema browser and simple autocomplete (Arik Fraimovich)
fe41a70 #400: Improved query scheduling option (Arik Fraimovich)
09bf2dd #396: Feature: allow editing others' queries (Arik Fraimovich)
b8aefd2 #392: Support posting to /queries/new to create a new query. (Arik Fraimovich)
141dbc9 #385: Feature: optional API Key authentication instead of HMAC (Arik Fraimovich)
bea11b0 #384: Experimental Python query runner (Arik Fraimovich)
Fixes
e1c4093 #420: Fix: Make query editor auto resize again to prevent scroll issues (Arik Fraimovich)
7f1543d #419: Fix #417: integer columns treated as floats (Arik Fraimovich)
5e8d0d3 #409: Fix: minor fixes for MongoDB, script and Python query runners (Eran Sandler)
267c32b #401: Fix: use correct date when converting to UTC to get correct timezone. (Arik Fraimovich)
c087289 #394: Fix: column definitions weren't updated. (Arik Fraimovich)
4b7561e #393: Fix: allow Unicode and other special chars in column names (Arik Fraimovich)
4f1b3d5 #391: Fix: allow dots in column name (Arik Fraimovich)
c0a9db6 #389, #395: Fix: show date/time with respect to user's locale (Arik Fraimovich)
Other
26fe136 #416: Upgrade to requests 2.3.0 (damien clochard)
368f4fd #402: New release process. (Arik Fraimovich)
89436d7 #390: Update bootstrap.sh (Ralph Yozzo)
47bbc25 #388: Make it possible to set enabled query runners from env (Arik Fraimovich)
7db5449 #387: Record event when accessing query result from API (Arik Fraimovich)
73955c7 #386: Code cleanup (remove "worker's status" dead link & unused settings) (Arik Fraimovich)
97691ea #380: Refactor datasources (query runners) (Arik Fraimovich)
re:dash v0.6.0+b767
Feature: schema browser and simple autocomplete
MD5: 859bfe3fe77d0fc9aaca160c0f2b0008
SHA256: 7147e2914fa984c375823dfc8d969f83ee70c75c0082838ad43670f5acadd99b
re:dash v0.6.0+b762
Fix: use correct date when converting to UTC to get correct timezone.
MD5: 7abde8761e6c5ee55c1935142683eb19
SHA256: 2e0bb09f8d1dd9f99d1ef9ff0c28b2ef52a39238e07ddb3d862c9d92986628fb
re:dash v0.6.0+b760
MD5: 2d7e14728bba5a247ce386da8d79e73f
SHA256: 6f55beb6eeed130d7088096f7b095a6b15e5496f86b1426c4a63d3ceba187394