__ Generated By Clidey's Auto GitHub Release__
✨ Improvements
Anthropic Integration - more models:
- The Anthropic integration has been updated with the latest models offered by the Anthropic API! Token count is set to max for each. 😊
Updates to saving and deleting:
- You should now be able to delete and update rows in a table without a primary key. Be careful - it will do a blanket where on all of the unchanged values, so it could result in duplicate changes or issues. As usual, we recommend having a primary key for this kind of stuff!
Longer dropdowns:
- Dropdowns now have a bigger maximum height so that they do not feel as cramped. 💅
🐛 Bug Fixes
Anthropic Integration - changes to the HTTP API
- Originally the Anthropic HTTP API streamed data but now it looks like it has changed to a single response per request. We've updated it to accommodate that.
Dependabot updates
- Updated several dependencies 🔧
Thank you to everyone who contributed to this release! 🚀
Your feedback and support are invaluable.
What's Changed
- build(deps): bump github.com/99designs/gqlgen from 0.17.68 to 0.17.70 in /core by @dependabot in #407
- build(deps): bump posthog-js from 1.235.6 to 1.236.0 in /frontend by @dependabot in #411
- build(deps-dev): bump autoprefixer from 10.4.20 to 10.4.21 in /frontend by @dependabot in #410
- build(deps): bump react-router-dom from 7.4.0 to 7.5.0 in /frontend by @dependabot in #409
- build(deps): bump posthog-js from 1.236.0 to 1.236.1 in /frontend by @dependabot in #415
- build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.23 to 2.5.24 in /core by @dependabot in #414
- build(deps-dev): bump @parcel/transformer-webmanifest from 2.13.3 to 2.14.4 in /frontend by @dependabot in #416
- build(deps): bump @codemirror/view from 6.36.2 to 6.36.5 in /frontend by @dependabot in #417
- build(deps-dev): bump @tailwindcss/postcss from 4.0.16 to 4.1.4 in /frontend by @dependabot in #412
- build(deps-dev): bump parcel from 2.13.3 to 2.14.4 in /frontend by @dependabot in #408
- build(deps-dev): bump tailwindcss from 4.1.3 to 4.1.4 in /frontend by @dependabot in #422
- build(deps-dev): bump cypress from 14.2.1 to 14.3.0 in /frontend by @dependabot in #420
- build(deps): bump @reduxjs/toolkit from 2.5.0 to 2.7.0 in /frontend by @dependabot in #418
- build(deps): bump posthog-js from 1.236.1 to 1.236.2 in /frontend by @dependabot in #426
- build(deps): bump tailwind-merge from 3.0.2 to 3.2.0 in /frontend by @dependabot in #427
- Ah/bugfix/anthropic integration by @modelorona in #433
- build(deps): bump react-markdown from 9.0.3 to 10.1.0 in /frontend by @dependabot in #432
- build(deps): bump framer-motion from 12.6.3 to 12.7.4 in /frontend by @dependabot in #431
- build(deps): bump react-router-dom from 7.5.0 to 7.5.1 in /frontend by @dependabot in #430
- build(deps): bump @apollo/client from 3.13.5 to 3.13.8 in /frontend by @dependabot in #428
- build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.24 to 2.5.25 in /core by @dependabot in #425
Full Changelog: 0.48.0...0.49.0