Add release page for v7.0.0

This commit is contained in:
steve-chavez
2020-04-21 15:16:21 -05:00
committed by Steve Chavez
parent 3af6df743b
commit 469e01f77b
5 changed files with 45 additions and 5 deletions
+2
View File
@@ -1,3 +1,5 @@
.. _providing_img:
Providing images for <img> Providing images for <img>
========================== ==========================
+1
View File
@@ -185,6 +185,7 @@ Release Notes
Here we'll include the most relevant changes so you can migrate to newer versions easily. Here we'll include the most relevant changes so you can migrate to newer versions easily.
You can see the full changelog of each release in the `PostgREST repository <https://github.com/PostgREST/postgrest/releases>`_. You can see the full changelog of each release in the `PostgREST repository <https://github.com/PostgREST/postgrest/releases>`_.
- :doc:`releases/v7.0.0`
- :doc:`releases/v6.0.2` - :doc:`releases/v6.0.2`
- :doc:`releases/v5.2.0` - :doc:`releases/v5.2.0`
+1 -1
View File
@@ -16,7 +16,7 @@ Thanks
This release was made possible thanks to: This release was made possible thanks to:
* `Daniel Babiak <https://github.com/d-babiak>`_ * `Daniel Babiak <https://github.com/dbabiak>`_
* `Michel Pelletier <https://github.com/michelp>`_ * `Michel Pelletier <https://github.com/michelp>`_
* Tsingson Qin * Tsingson Qin
* Jay Hannah * Jay Hannah
+1 -1
View File
@@ -65,7 +65,7 @@ This release is sponsored by:
:target: https://tryretool.com/?utm_source=sponsor&utm_campaign=postgrest :target: https://tryretool.com/?utm_source=sponsor&utm_campaign=postgrest
:width: 13em :width: 13em
* Daniel Babiak * `Daniel Babiak <https://github.com/dbabiak>`_
* Evans Fernandes * Evans Fernandes
* Tsingson Qin * Tsingson Qin
* Michel Pelletier * Michel Pelletier
+40 -3
View File
@@ -2,10 +2,10 @@
<br /> <br />
Upcoming v7.0.0
======== ======
These are changes yet unreleased. If you'd like to try them out before a new official release, you can :ref:`build_source`. You can donwload this release at the `PostgREST v7.0.0 release page <https://github.com/PostgREST/postgrest/releases/tag/v7.0.0>`_.
Added Added
----- -----
@@ -35,9 +35,12 @@ Added
* Documentation improvements * Documentation improvements
+ Explanation for :ref:`Schema Structure <schema_isolation>`.
+ Reference for :ref:`s_proc_embed`. + Reference for :ref:`s_proc_embed`.
+ Reference for :ref:`mutation_embed`. + Reference for :ref:`mutation_embed`.
+ Reference for filters on :ref:`json_columns`. + Reference for filters on :ref:`json_columns`.
+ How-to for :ref:`providing_img`.
+ Added :ref:`community_tutorials` section.
Fixed Fixed
----- -----
@@ -67,3 +70,37 @@ Changed
* ``server-proxy-uri`` config option has been renamed to :ref:`openapi-server-proxy-uri`. * ``server-proxy-uri`` config option has been renamed to :ref:`openapi-server-proxy-uri`.
* Default Unix Socket file mode from 755 to 660 * Default Unix Socket file mode from 755 to 660
Thanks
------
This release was made possible thanks to:
.. image:: ../_static/cybertec.png
:target: https://www.cybertec-postgresql.com/en/
:width: 13em
.. image:: ../_static/2ndquadrant.png
:target: https://www.2ndquadrant.com/en/?utm_campaign=External%20Websites&utm_source=PostgREST&utm_medium=Logo
:width: 13em
.. image:: ../_static/retool.png
:target: https://tryretool.com/?utm_source=sponsor&utm_campaign=postgrest
:width: 13em
* `Daniel Babiak <https://github.com/dbabiak>`_
* Evans Fernandes
* `Jan Sommer <https://github.com/nerfpops>`_
* Tsingson Qin
* Michel Pelletier
* Jay Hannah
* Robert Stolarz
* Kofi Gumbs
* Nicholas DiBiase
* Christopher Reid
* Nathan Bouscal
* Daniel Rafaj
* David Fenko
If you like to join them please consider `supporting PostgREST development <https://github.com/PostgREST/postgrest#supporting-development>`_.