1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-06 05:40:09 +00:00
bramw_baserow/docs/apis/deprecations.md
2024-12-20 10:26:36 +00:00

22 lines
929 B
Markdown

# Deprecations
## API deprecations
Baserow may, from time to time, deprecate functionality in its REST and/or Websocket
API. To ensure that your application runs smoothly, and without downtime, we will use this
page to inform API integrators of what features are deprecated, and how long we'll
support compatibility for.
## PostgreSQL Database Deprecations
| Version | End of support | Last Baserow version |
|---------|----------------------|----------------------|
| 12 | December 31, 2024 | 1.30.1 |
| 11 | March 31, 2024 | 1.24.0 |
**Note**: Baserow will stop creating images for PostgreSQL 11 starting with Baserow
v1.30.1. It will always be possible to upgrade Postgres to version 15 following the
instructions here:
[Upgrading postgresql from a previous version](../installation%2Finstall-with-docker.md#upgrading-postgresql-database-from-a-previous-version)