Skip to content

Commit e9b9082

Browse files
aboudreaultmambocab
authored andcommitted
Remove "Experimental" tag from execution profiles documentation
1 parent ffa5c56 commit e9b9082

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Other
1919
* Possible deadlock on cassandra.concurrent.execute_concurrent (PYTHON-768)
2020
* Add some known deprecated warnings for 4.x (PYTHON-877)
2121
* Remove copyright dates from copyright notices (PYTHON-863)
22+
* Remove "Experimental" tag from execution profiles documentation (PYTHON-840)
2223

2324
3.12.0
2425
======

docs/execution_profiles.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Execution Profiles (experimental)
2-
=================================
1+
Execution Profiles
2+
==================
33

4-
Execution profiles are an experimental API aimed at making it easier to execute requests in different ways within
4+
Execution profiles aim at making it easier to execute requests in different ways within
55
a single connected ``Session``. Execution profiles are being introduced to deal with the exploding number of
66
configuration options, especially as the database platform evolves more complex workloads.
77

8-
The Execution Profile API is being introduced now, in an experimental capacity, in order to take advantage of it in
9-
existing projects, and to gauge interest and feedback in the community. For now, the legacy configuration remains
10-
intact, but legacy and Execution Profile APIs cannot be used simultaneously on the same client ``Cluster``.
8+
The legacy configuration remains intact, but legacy and Execution Profile APIs
9+
cannot be used simultaneously on the same client ``Cluster``. Legacy configuration
10+
will be removed in the next major release (4.0).
1111

1212
This document explains how Execution Profiles relate to existing settings, and shows how to use the new profiles for
1313
request execution.

0 commit comments

Comments
 (0)