Releases: frappe/insights
Releases · frappe/insights
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
v3.0.0-beta
Breaking Changes
- feat!: Insights v3 by @nextchamp-saqib in #270
Minor Changes
- fix: Only export standard Data Sources as fixtures by @gavindsouza in #247
- chore: Delete requirements.txt by @gavindsouza in #256
- chore(build): Make
vite build
less verbose by @cogk in #258 - Upgrade pandas patch version by @balamurali27 in #261
- fix catch all 404 page not found page by @hieuNV0871 in #262
- chore: ListView.vue by @pranjal-tank in #260
- fix: show fullscreen on dashboard charts by @shadrak98 in #265
- refactor: sidebar UX by @pranjal-tank in #266
- fix: DashboardListCard UI/UX by @pranjal-tank in #267
- chore: bump pandas to v2.2.2 by @barredterra in #276
- fix(script-query): Script query help should reference pandas instead by @adityahase in #285
- feat: add support for clipping y-axis with
yAxis.min
andyAxis.max
by @adityahase in #286 - fix: make labels of chart to be ellipsis when too long by @hieuNV0871 in #268
New Contributors
- @cogk made their first contribution in #258
- @balamurali27 made their first contribution in #261
- @hieuNV0871 made their first contribution in #262
- @pranjal-tank made their first contribution in #260
- @shadrak98 made their first contribution in #265
- @barredterra made their first contribution in #276
- @adityahase made their first contribution in #285
Full Changelog: v2.2.1...v3.0.0-beta
v2.2.4
What's Changed
- fix: Only export standard Data Sources as fixtures by @gavindsouza in #247
- chore: Delete requirements.txt by @gavindsouza in #256
- chore(build): Make
vite build
less verbose by @cogk in #258 - Upgrade pandas patch version by @balamurali27 in #261
- fix catch all 404 page not found page by @hieuNV0871 in #262
- chore: ListView.vue by @pranjal-tank in #260
- refactor: sidebar UX by @pranjal-tank in #266
- fix: DashboardListCard UI/UX by @pranjal-tank in #267
- chore: bump pandas to v2.2.2 by @barredterra in #276
- chore: merge 'develop' into 'main' by @nextchamp-saqib in #284
New Contributors
- @cogk made their first contribution in #258
- @balamurali27 made their first contribution in #261
- @hieuNV0871 made their first contribution in #262
- @pranjal-tank made their first contribution in #260
- @barredterra made their first contribution in #276
Full Changelog: v2.2.3...v2.2.4
v2.2.3
Full Changelog: v2.2.2...v2.2.3
v2.2.2
Full Changelog: v2.2.1...v2.2.2
v2.2.1
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- fix: Maintain data consistency & order of subAxis data points by @gavindsouza in #237
- fix: alt build root by @blaggacao in #238
- fix: Improve Postgres Support by @gavindsouza in #234
- chore: merge
develop
intomain
by @nextchamp-saqib in #233
New Contributors
- @gavindsouza made their first contribution in #237
Full Changelog: v2.1.4...v2.2.0