mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-05 21:39:51 +00:00
22 lines
929 B
Markdown
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)
|