Add release notes for v6.0.2

Also add relase notes section at index.
This commit is contained in:
steve-chavez
2019-08-26 10:28:03 -05:00
committed by Steve Chávez
parent b9c9aee645
commit 0d4b1d8f92
8 changed files with 169 additions and 19 deletions
+29 -16
View File
@@ -65,11 +65,13 @@ Getting Support
The project has a friendly and growing community. Join our `chat room <https://gitter.im/begriffs/postgrest>`_ for discussion and help. You can also report or search for bugs/features on the Github `issues <https://github.com/begriffs/postgrest/issues>`_ page.
.. toctree::
:glob:
:reversed:
:caption: Release Notes
:titlesonly:
:hidden:
release_notes.rst
releases/*
Tutorials
---------
@@ -88,21 +90,6 @@ Are you new to PostgREST? This is the place to start!
Also have a look at :doc:`Installation <install>`.
How-to guides
-------------
These are recipes that'll help you address specific use-cases.
.. toctree::
:glob:
:caption: How-to guides
:hidden:
how-tos/*
- :doc:`how-tos/embedding-table-from-another-schema`
- :doc:`how-tos/casting-type-to-custom-json`
Reference guides
----------------
@@ -123,6 +110,23 @@ Technical references for PostgREST's functionality.
- :doc:`API <api>`
- :doc:`configuration`
.. _how_tos:
How-to guides
-------------
These are recipes that'll help you address specific use-cases.
.. toctree::
:glob:
:caption: How-to guides
:hidden:
how-tos/*
- :doc:`how-tos/embedding-table-from-another-schema`
- :doc:`how-tos/casting-type-to-custom-json`
Topic guides
------------
@@ -167,6 +171,15 @@ PostgREST has a growing ecosystem of examples, libraries, and experiments. Here
* :ref:`clientside_libraries`
* :ref:`eco_commercial`
Release Notes
-------------
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>`_.
- :doc:`releases/v6.0.2`
- :doc:`releases/v5.2.0`
In Production
-------------