Releases: RamiAwar/dataline
Releases · RamiAwar/dataline
Build fixes
Fix broken build
v1.1.1 Pyinstaller bug fix
v1.1.0
⚡️ Data Export, Improvements ⭐️
What's Changed
- Refactor posthog captures to fix start up bug by @anthony2261 in #337
- Scroll to top when navigating, except in conversations by @anthony2261 in #338
- Expandable chart and codeblock by @filip65 in #340 🔥
- docs: add filip65 as a contributor for code, and bug by @allcontributors in #344
- feat: Upgraded langchain deps to use pydantic v2 by @RamiAwar in #352 🤘🏻
- feat: Upgraded mirascope to v1.6.0 🥳
- Export Data working by @anthony2261 in #342 ⚡️🚀
New Contributors
Full Changelog: v1.0.14...v1.1.0
🔁 Schema refresh, Scatterplots 📊, Analytics ⚡️
What's Changed
- No more GA on website - moved to Umami analytics & tracking events! by @RamiAwar in #314
- Refresh db schema! 🥳 by @anthony2261 in #322
- Use dsn from db object when creating new connection by @anthony2261 in #318
- feat: Added support for scatter plots, fixed visual bug by @RamiAwar in #319
- Also update connection options if updating connection DSN by @anthony2261 in #323
- docs: add All Contributor spec support! We love our contributors ❤️ @allcontributors in #327
- Time to start proper product development 🤓: Added optional Posthog analytics using a custom context manager, tracked some events by @RamiAwar in #334
New Contributors
- @allcontributors made their first contribution in #327
Full Changelog: v1.0.13...v1.0.14
🐛 Bug fixes & Auto title generation
What's Changed
- Simplify setting FE's base api url in bundling/docker images by @anthony2261 in #307
- Improve table name validation in InfoSQLDatabaseTool by @joehaddad2000 in #308
- Add conversation title generation feature by @joehaddad2000 in #309
New Contributors
- @joehaddad2000 made their first contribution 🥳🎉 in #308
Full Changelog: v1.0.12...v1.0.13
⚡️ Customizable schemas and OpenAI base URLs ⚡️
Major Changes 🚀 🚀
- Support for a bunch of providers by adding an OpenAI base_url setting 🥳 @anthony2261 in #287
- Fix 🐛 🐛 bug with self-hosted deploys by specifying api base url in bundled app by @anthony2261 in #294
- ⚡ Toggle schemas and tables on connection creation ⚡ by @anthony2261 in #302
Minor Changes ✨
- Fix SQLITE_PATH instruction in backend readme by @anthony2261 in #290
- fix: Fixed validation regex for DSN username and password by @RamiAwar in #296
- Add umami analytics for landing page (to replace GA) by @anthony2261 in #295 and #298
- fix: "New Connection" UI fixes by @peter-gy in #300
- docs: fix port number in README.md by @peter-gy in #299
- refactor: Refactored codeblock and fixed storybook by @RamiAwar in #286
New Contributors
Full Changelog: v1.0.11.1...v1.0.12
🚀 Evaluation pipeline + MS SQL Server support + Bug fixes
⚡️ This one's a big one! We got a lot of cool stuff. ⚡️
What's Changed
-
We added a new evaluation pipeline that can give us a score card when
evaluating Langgraph workflow changes to detect regressions/improvements in quality. -
We added support for MS SQL Server as requested by Erin! 🚀🚀 (This was challenging, SQL server contains strange nested schemas we've never heard of before!)
-
Crushed a bunch of bugs. Lots of them. SQLite bugs, error handling bugs,
connection setup bugs, you name it we crushed it.
Too short wanna read more? We got you:
- Fix headlessui upgrade (migrate to v2) by @anthony2261 in #258
- Fix migration dropped conversations by @anthony2261 in #259
- Bump Snowflake package to main version with sqlalchemy v2 support by @anthony2261 in #260
- Remove default pragma FK ON (nasty SQLite bug) for migrations by @anthony2261 in #261
- LLM workflow evaluation Pipeline by @anthony2261 @RamiAwar in #262
- feat: Added comparison script to eval workflow by @RamiAwar in #269
- Test eval pipeliine by @RamiAwar in #270
- Add comparison to evaluation pipeline by @RamiAwar in #271
- Add download links by @RamiAwar in #276
- Feat/add microsoft sql server support by @anthony2261 in #275
- Mssql improvements and readme instructions by @anthony2261 @RamiAwar in #277
Full Changelog: v1.0.10...v1.0.11
📊 Excel & R SAS support!
What's Changed
- Added excel file support thanks to @maryamalki! in #256
- Add support for sas7bdat files thanks to @valentinplanes! in #241
- Auth minor fix by @anthony2261 in #248
- Move to tanstack router by @anthony2261 in #254
- Docker cors fix by @RamiAwar in #244
New Contributors
- @valentinplanes made their first contribution 🥳 🎊 in #241
- @maryamalki made their first contribution 🥇 🥳 🎊 in #256
THANK YOU!
Full Changelog: v1.0.9...v1.0.10
🐛 Bug fixes and improvements 🐛
What's Changed
- Refactor auth to use tanstack more efficiently by @anthony2261 in #233
- fix: Fixed data result streaming not rendering, add sample images by @RamiAwar in #234
- More smol fixes by @anthony2261 in #235
- Minimize SQLite DB locking when querying by grouping writes temporally @anthony2261 in #237
Full Changelog: v1.0.7...v1.0.8
🔒 Authentication Support 🔒 + MySQL Improvements ⚡️
What's Changed
- Add linux.spec by @anthony2261 in #224
- Improve snowflake packaging by @anthony2261 in #219
- feat: Support error streaming to FE by @RamiAwar in #223
- feat: Stored sql run result by @RamiAwar in #222
- Add basic auth support by @RamiAwar in #228
- Improve MySQL connectivity by auto-adding connector in DSNs used by sqlalchemy by @anthony2261 in #230
Full Changelog: v1.0.6...v1.0.7