Skip to content
Eric Radman edited this page Sep 3, 2024 · 13 revisions

24.09.0

  • Add option to choose color scheme for charts (#7062)
  • Add data type to Athena query runner (#7112)
  • Add data type to Redshift query runner (#7109)
  • Fix a display order bug in MongoDB Query Runner (#7106)
  • Add the option to take new custom version for Snapshot (#7096)
  • Update certificates for RDS (#7100)
  • Fix columns duplication on MongoDB Query Runner #6640 (#6641)
  • Get data size in memory for better logs (#7090)
  • Adding Evaluate button for alerts to test them (#7032)
  • Add min/max/first selector for alerts (#7076)(#7103)
  • Add support for 'linux/arm64' platforms (#7094)
  • Regressions
    • Revert "Removed unused configuration class (#6682)" (#7071)
    • Revert "Adding ability to fix table columns in place (#7019)" (#7131)
  • Dependencies
    • Fix mismatched poetry version (#7122)
    • Bump cryptography to 42.0.x & snowflake-connector-python to 3.12.0 (#7097)
    • Bump webpack from 5.88.2 to 5.94.0 in /viz-lib (#7135)
    • Bump bootstrap to 3.4.1
    • Bump sentry-sdk from 1.28.1 to 2.8.0 (#7069)
    • Bump python-rapidjson to 1.20 (#7126)
    • Bump elliptic to version 6.5.7 to fix a Dependabot warning (#7120)

24.08.0

  • Remove defaults set during schema upgrade/downgrade #7068
  • Athena: Support Arbitrary Catalog ID #7059
  • Add option to toggle sort on pie charts #7055
  • Conditionally render tooltip for Edit alert button #7054
  • Make Redash FIPS compatible #7049
  • Add a label for Restyler's PR and Bump component version #7037
  • Add new text pattern parameter input type #7025
  • Adding ability to fix table columns in place #7019 (reverted in #7131)
  • Fixed frontend test deprecation warnings #7013
  • Dependencies
    • Bump setuptools from 69.0.3 to 70.0.0 #7060
    • Bump requests to 2.32.3 #7057
    • Bump zipp from 3.17.0 to 3.19.1 #7051
    • Bump certifi from 2023.11.17 to 2024.7.4 #7047
    • Bump ws from 5.2.3 to 5.2.4 in /viz-lib #7040

24.07.0

  • Map() implementation fix for chart labels #7022
  • PostgreSQL: Only list tables where schema has USAGE permission #7000
  • Update to Python 3.10 / Debian 12 #6991
  • Dependencies
    • Bump ws from 5.2.3 to 5.2.4 #7021
    • Bump urllib3 from 1.26.18 to 1.26.19 #7020

24.06.0 [broken]

  • Sync .nvmrc with workflow #6958
  • Fix 'str' object has no attribute 'pop' error when parsing query #6941
  • pgautoupgrade now does multi-arch builds #6939
  • Fix error serialization #6937
  • Dependencies
    • Bump requests from 2.31.0 to 2.32.0 #6981
    • Bump pyodbc from 4.0.28 to 5.1.0 #6962
    • Bump jinja2 from 3.1.3 to 3.1.4 #6951

24.05.0 [broken]

  • Downgrade 'codecov-action' version from v4 to v3 #6930
  • Update widgets.py #6926
  • Use staticPath var to fetch unsupportedRedirect.js #6923
  • Remove workaround from check_csrf() #6919
  • Bugfix: unable to parse elasticsearch index mappings #6918
  • Consistent rq status naming and handling #6913
  • Fix: aws elasticsearch typo #6899
  • Add pydeps Makefile target for installing Python dependencies #6890
  • Improve the text displayed when using the command line #6884
  • Fixed local setup to run on ARM64 #6877
  • Fix for coverage #6872
  • Use default docker repo name if variable is not defined #6870
  • Fix percy for a branch #6868
  • Update yarn to current latest in 1.22.x series #6858
  • Extend `make up` to automatically initialise the database #6855
  • Remove version check and all of the data sharing #6852
  • Automatically use the latest version of PostgreSQL #6851
  • Remove Qubole query runner #6848
  • Update "make clean" to remove Redash dev Docker images #6847
  • Handle timedelta in query results #6846
  • Autoformat hyperlinks in Slack alerts #6845
  • Flatten all level for MongoDB data source #6844
  • Filter widget results to fix tests during repeatable execution #6693
  • Reuse built frontend in ci, merge compose files #6674
  • Show pg and athena column comments and table descriptions as antd tooltip if they are defined #6582
  • Dependencies
    • Bump gunicorn to 22.0.0 #6900
    • Bump sqlparse from 0.4.4 to 0.5.0 #6895
    • Bump dnspython from 2.4.2 to 2.6.1 #6886
    • Bump python-oracledb from 2.0.1 to 2.1.2 #6881
    • Bump idna from 3.6 to 3.7 #6878
    • Bump tar from 6.1.15 to 6.2.1 #6866
    • Bump pymongo from 4.3.3 to 4.6.3 #6863
    • Bump Rq from 1.9.0 to 1.16.1 #6902

24.04.0 [broken]

  • Handle decimal types in query results #6837
  • BigQuery: use default for useQueryAnnotation option #6824
  • Uncaught rejection promise error in Edit Visualization Dialog Modal #6794
  • Add RisingWave support #6776
  • Schedule may not contain an until key #6771
  • ClickHouse query runner: fixed error message #6764
  • Dependencies
    • Bump express from 4.18.2 to 4.19.2 #6838
    • Bump webpack-dev-middleware from 5.3.3 to 5.3.4 #6829
    • Bump jwcrypto from 1.5.1 to 1.5.6 #6816
    • Bump follow-redirects from 1.15.5 to 1.15.6 in /viz-lib #6813
    • Bump es5-ext from 0.10.53 to 0.10.63 in /viz-lib #6782

24.03.0

  • Publish preview Docker image when release candidate is tagged #6787 #6789

24.02.0

  • Converted text columns to jsonb #6687 #6713
  • Update query hash with parameters applied #6683

24.01.0

  • Prometheus:
  • Influxdb
    • Add v2 query runner #6646

23.12.0

  • Add unarchive button to dashboard
  • Add fork dashboard function
  • Default to last used datasource
  • Regression fix
    • Revert "Switch from numeral to numbro)" #6595

23.11.0

  • Add query Runner for Yandex Disk
  • New connection options for MySQL #6538
  • Regression fix
    • Revert "Render counter widgets using relative font size" #6566

23.10.0

  • Avoid updating query result for archived queries #6488
  • Add Tinybird query runner #5616

23.09.0

Clone this wiki locally