# Agnostic Changelog

## Agnostic Changelog

- [26 July: Compatibility with Metabase](https://changelog.agnostic.dev/july-2024/26-july-compatibility-with-metabase.md)
- [20 July: Support for TLS connections in the Postgres compatibility layer](https://changelog.agnostic.dev/20-july-support-for-tls-connections-in-the-postgres-compatibility-layer.md)
- [19 February: Base mainnet support](https://changelog.agnostic.dev/february-2024/19-february-base-mainnet-support.md): All datasets available for Base mainnet
- [29 January: Binance Smart Chain mainnet partial support](https://changelog.agnostic.dev/january-2024/29-january-binance-smart-chain-mainnet-partial-support.md): Event table is now available on BSC mainnet
- [29 November: Introducing Dashboards](https://changelog.agnostic.dev/november-2023/29-november-introducing-dashboards.md): We're thrilled to introduce Dashboards, a transformative feature designed to elevate your data exploration experience in Agnostic.
- [22 November: DeFi tables available on Arbitrum mainnet](https://changelog.agnostic.dev/november-2023/22-november-defi-tables-available-on-arbitrum-mainnet.md): DeFi tables are now available on Arbitrum mainnet.
- [10 November: DeFi tables available on Polygon mainnet](https://changelog.agnostic.dev/november-2023/10-november-defi-tables-available-on-polygon-mainnet.md): DeFi tables are now available on Polygon mainnet.
- [4 October: DeFi tables available on Ethereum mainnet](https://changelog.agnostic.dev/october-2023/4-october-defi-tables-available-on-ethereum-mainnet.md): We just introduced three new defi-centric tables.
- [9 October: Token tables available on Polygon mainnet](https://changelog.agnostic.dev/october-2023/9-october-token-tables-available-on-polygon-mainnet.md): Token tables now on Polygon mainnet
- [16 October: Introducing Marketplace](https://changelog.agnostic.dev/october-2023/16-october-introducing-marketplace.md): We're thrilled to announce the release of the Marketplace.
- [27 October: Token tables available on Arbitrum mainnet](https://changelog.agnostic.dev/october-2023/27-october-token-tables-available-on-arbitrum-mainnet.md): Token tables now on Arbitrum mainnet
- [27 October: Customize your user profile](https://changelog.agnostic.dev/october-2023/27-october-customize-your-user-profile.md): Now, you can effortlessly edit your username and update your profile picture, showcasing your unique identity within the Agnostic community.
- [31 October: Candle stick chart available](https://changelog.agnostic.dev/october-2023/31-october-candle-stick-chart-available.md): We're thrilled to announce the latest addition to our chart types – introducing Candlestick Charts!
- [7 September: Project page reworked](https://changelog.agnostic.dev/september-2023/7-september-project-page-reworked.md): We are proud to introduce to you our last UI lifting on the project page.
- [15 September: Custom variables on charts](https://changelog.agnostic.dev/september-2023/15-september-custom-variables-on-charts.md): We are excited to announce that our latest update includes support for custom variables on charts, providing users with enhanced flexibility and customization options for their data visualizations.
- [18 September: Token tables available on Ethereum mainnet](https://changelog.agnostic.dev/september-2023/18-september-token-tables-available-on-ethereum-mainnet.md): We just introduced two new token-centric tables.
- [29 September: Table chart type](https://changelog.agnostic.dev/september-2023/29-september-table-chart-type.md): We're thrilled to announce that in our latest update we added the table chart type
- [7 August: Update chart types](https://changelog.agnostic.dev/august-2023/7-august-update-chart-types.md): We've updated some types of charts on the Agnostic app.
- [30 August: Improve performance on charts](https://changelog.agnostic.dev/august-2023/30-august-improve-performance-on-charts.md): We're thrilled to announce that our latest update brings more performances on user creating chart on Agnostic app.
- [3 July: Smart-contract tables available for Polygon mainnet](https://changelog.agnostic.dev/july-2023/3-july-smart-contract-tables-available-for-polygon-mainnet.md): We're thrilled to announce that our latest update brings support for the Polygon mainnet chain to Agnostic.
- [24 July: Enhancement of consumption monitoring](https://changelog.agnostic.dev/july-2023/24-july-enhancement-of-consumption-monitoring.md): We did some internal significant changes on our consumption monitoring API
- [28 June: An advanced mode for data exploration](https://changelog.agnostic.dev/june-2023/28-june-an-advanced-mode-for-data-exploration.md): You can now display the results of your SQL queries directly in the Agnostic IDE. You can show lines, pies, and cards with minimal syntax.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://changelog.agnostic.dev/july-2024/26-july-compatibility-with-metabase.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
