Skip to content

DOCSP-41495: php v1.20 compat updates #1364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 17 additions & 12 deletions docs/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@
MongoDB PHP Library
===================

.. default-domain:: mongodb
.. contents:: On this page
:local:
:backlinks: none
:depth: 1

.. toctree::
:titlesonly:

Installation </tutorial/install-php-library>
/tutorial
/upgrade
/reference
FAQ </faq>
/whats-new

The |php-library| provides a high-level abstraction around the lower-level
:php:`mongodb extension <mongodb>`.
Expand Down Expand Up @@ -44,6 +57,9 @@ If you have previously worked with the legacy ``mongo`` extension, it will be
helpful to review the :doc:`/upgrade` for a summary of API changes between the
old driver and this library.

You can view changes introduced in each version release of the
{+php-library+} in the :ref:`php-lib-whats-new` section.

New to MongoDB?
---------------

Expand All @@ -59,14 +75,3 @@ encounter in the library documentation:
:manual:`BSON Types </reference/bson-types>`

- :manual:`MongoDB CRUD Operations </crud>`

.. class:: hidden

.. toctree::
:titlesonly:

Installation </tutorial/install-php-library>
/tutorial
/upgrade
/reference
FAQ </faq>
35 changes: 35 additions & 0 deletions docs/whats-new.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
.. _php-lib-whats-new:

==========
What's New
==========

.. facet::
:name: genre
:values: reference

.. meta::
:keywords: update, new feature, deprecation, upgrade

.. contents:: On this page
:local:
:backlinks: none
:depth: 1
:class: singlecol

Learn about new features, improvements, and fixes introduced in the
following versions of the {+php-library+}:

* :ref:`Version 1.20 <php-lib-version-1.20>`

.. _php-lib-version-1.20:

What's New in 1.20
------------------

.. important:: MongoDB Server v3.6 End-of-Life

Support for MongoDB Server v3.6 is removed in this release of the
library.

- Adds support for MongoDB Server v8.0.