Releases: frappe/insights
v2.2.7
Full Changelog: v2.2.6...v2.2.7
v3.0.6
Full Changelog: v3.0.5...v3.0.6
v3.0.5
Features
4b77a23 feat: MeasurePicker
416d1bb feat: set custom labels for dimensions
Fixes
37f486e fix: series name in case split by is set
07c8424 fix: log_error() got multiple values for argument 'title'
164c2dd fix: cannot select columns in summary selector dialog
8802dc1 fix: custom measure names
40e1916 fix: cannot add count(*) to projection, they belong to another relation
19a7e51 fix: column_name
is not defined for expression measures
87d1d79 fix: handle empty name in sanitize_name
0c35457 fix: 'StringColumn' object has no attribute 'sum'
7bd425f refactor: remove unused navbar component
v3.0.4
Fixes
a6ec1e6 fix: cannot remove multiple column at once
c91f35d fix: replace current route after inserting workbook
b2b9fc2 fix: cannot compare timestamp
and string
literal
94193eb fix: sanitize old measure names to prevent breaking existing queries/charts
0903d0f fix: show better error message if a step fails
0207457 fix: site db data source
e579078 fix: cannot remove series from y-axis
ab503a4 fix: log error and throw a generic message if previewing failed
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
Features
2b27bbf feat: drag and drop columns to re-arrange
04fa24c feat: import a sample workbook for onboarding
f10772b feat: apply dashboard filters to queries
0cc144c feat: re-order measures & dimensions in number & table chart
Fixes
c351825 fix: don't check permissions in v2
015e213 fix: special characters in db_name
d065387 fix: chart legends doesn't display custom measure name
4653cac refactor(ui): remove unnecessary borders
f947f47 revert: replace NaNs before storing results
9294098 refactor: simpler query table operations resolution
440b939 fix: encode passwords in connection strings
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
Features
3af98de feat: re-order measures & dimensions in number & table chart
92def41 feat: relative date filters for date columns
9e458c0 feat: add more utility functions
Fixes
04bc3c7 fix: update measure name when changing aggregation function
9d76d3c fix: each query takes double time to execute
c82bb70 fix: date handling in add_start_and_end_time
function
7f4ddaa revert: number card width
683acea fix: show all users to insights users if permissions disabled
5e9caaa fix: pick common columns when performing union
d8ee21c fix: check empty string as well when checking is not set
bc8142f fix: cannot search for tables in import table dialog
be131ee fix: remove annoying "focus series on hover" in charts
a5b5294 fix: replace NaN
s before storing results
ae7347b fix: create_toast() missing 1 required positional argument: 'message'
ddf3c6a fix: create admin team only after migrate
3c47960 fix: cannot perform drill down on query with multiple data source
Full Changelog: v3.0.1...v3.0.2
v3.0.1
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Completely rewritten frontend
- Fixed tons of reactivity issues in the previous one
- Switched to Typescript for better structure and stable code
- Revamped query building & visualizing experience
- Improved data exploration and traceability
- Improved dashboards filtering
- Completely rewritten backend
- Replaced
SQLAlchemy
withibis-framework
- Built for analysis workflows
- Automatic query chaining and optimization
- Single API for 20+ connectors
- Removes 80% of the DB connection handling & query building code
- Implemented basic data warehousing (data store)
- Store table data into
parquet
files and query them usingduckdb
- Store table data into
- Replaced
Screenshots
v2.2.6
Full Changelog: v2.2.5...v2.2.6
v2.2.5
Full Changelog: v2.2.4...v2.2.5