Skip to content

Commit 55bc008

Browse files
pvcravenPaul V Craven
and
Paul V Craven
authored
Add changelog and update version number (#446)
Co-authored-by: Paul V Craven <[email protected]>
1 parent d098f9a commit 55bc008

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Optimizely Python SDK Changelog
22

3+
## 5.2.0
4+
February 26, 2025
5+
6+
Python threads have been named.
7+
8+
`PollingConfigManager` now has another optional parameter `retries` that will control how many times the SDK will attempt to get the datafile if the connection fails. Previously, the SDK would only try once. Now it defaults to maximum of three attempts. When sending event data, the SDK will attempt to send event data up to three times, where as before it would only attempt once.
9+
310
## 5.1.0
411
November 27th, 2024
512

optimizely/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (5, 1, 0)
14+
version_info = (5, 2, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)