Skip to content
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
6 changes: 6 additions & 0 deletions hub/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

.. _changelog_2025-06-16:

2025-06-16
----------
* Added the ``sslmode`` property to the :ref:`MySQL system <mysql_system>`.

.. _changelog_2025-04-22:

2025-04-22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ Properties
-
- Yes

* - ``sslmode``
- String
- The ssl mode to use. The value has to be one of "disabled", "preferred", or "required".
Please consult the `MySQL documentation <https://dev.mysql.com/doc/refman/8.4/en/connection-options.html#option_general_ssl-mode>`_ for
the full details of what these modes entail.
- ``"preferred"``
-

Example configuration
^^^^^^^^^^^^^^^^^^^^^

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Properties

* - ``sslmode``
- String
- The ssl mode to use. The value has to be one of "disable", "allow", "prefer", "require", "verify-ca" or "verify-full".
- The ssl mode to use. The value has to be one of "disable", "allow", "prefer", or "require".
Please consult the `PostgreSQL documentation <https://www.postgresql.org/docs/10/libpq-ssl.html>`_ for
the full details of what these modes entail.
- ``"prefer"``
Expand Down