Skip to content

0.4.6 - Security fix again

Latest

Choose a tag to compare

@julien040 julien040 released this 03 Jul 12:41
864127c

Warning

Vulnerability Patch

This release addresses the vulnerability GHSA-j4wj-p47h-f9cc

Please update Anyquery as soon as possible to 0.4.6 or later

Changes

  • Update: Now, Anyquery prompts you for an update when one is available.
  • Table streaming: Your queries in the CLI should be a little bit faster and should take less memory. Now, the CLI prints each row one at a time, rather than buffering them in memory before printing them
  • New install methods: You can now run go install to install Anyquery from sources. You can also use the automated install script: curl -fsSL https://anyquery.dev/install.sh | sh

What is Anyquery?

Anyquery is a query engine that allows you to query anything over SQL.
Whether it's a local CSV, a Google Sheet, your Apple notes, or your GitHub stars, you can query it with Anyquery.

It's built on top of SQLite, and you can use alternative languages like PRQL and PQL to query your data.

Get started at anyquery.dev

Anyquery

Changelog

  • 13ca8b8 Add install script, and update notice
  • c973abd Add responsiveness for mobile
  • 5647fe5 Add sponsor button to repo
  • 1e82d89 Add sponsor section
  • 83a4b39 Add streaming to table rendering
  • ad9a6aa Add wider content for documentation
  • a62f9f7 Bump vitess to v0.24.1 and Go to 1.26.x
  • a495106 Change version in manifest
  • eb55e14 Fix a couple of issues in Atlas Cloud plugin
  • b3844d9 Fix file restriction sandbox escaping with go-getter
  • 3902685 Merge branch '0.4.6-release'
  • 8085725 Merge branch 'main' into fix/trello-cards-nil-due
  • 3d037e1 Merge branch 'website/redesign' into website/preview
  • 76815a1 Merge pull request #74 from jakshi/fix/trello-cards-nil-due
  • bf1ed48 Merge pull request #77 from julien040/plugins/atlascloud
  • 39ce254 Merge pull request #78 from julien040/website/preview
  • 864127c Merge pull request #80 from julien040/0.4.6-release
  • d6e0353 Minor ui changes
  • c54b9fe Redesign of documentation css and integrations page
  • cd50e56 Remove mention of "AnyQuery" - wrong uppercase Q
  • 30a1818 Switch code highlighter theme to Atom One Dark
  • f2705f7 Update documentation for go install method
  • b971458 Update image link in README.md
  • 0692bf0 Update llm page and a few file renaming
  • cbcfcb9 Update logo
  • e5d0d7e Update rest of the page to match new design
  • 9d7de80 Upgrade Astro to latest version
  • b4d3ced Upgrade Astro to latest version
  • b1f7349 Upgrade Astro to latest version and small CSS bits
  • d513730 [WIP] - Atlas Cloud plugin
  • de8dfac fix(trello): guard nil Due when computing due reminder
  • 9406a24 💄 Initial website redesign [WIP]