@@ -24,6 +24,15 @@ Introduction
2424 P4API it has been built with, issue the following command:
2525 ruby -rP4 -e "puts P4.identify"
2626
27+
28+ --------------------------------------------------------------------------
29+
30+ Important End-of-Life Notice
31+
32+ This release of P4Ruby would be the last to support and test against
33+ Ruby 3.1 which is in EOL status. This is part of our commitment to
34+ focus on supported technology platforms.
35+
2736--------------------------------------------------------------------------
2837
2938Installation
@@ -74,8 +83,8 @@ Compatibility Statements
7483
7584 Ruby Compatibility
7685
77- This release of P4Ruby is supported on Ruby versions 3.1, 3.2
78- and 3.3
86+ This release of P4Ruby is supported on Ruby versions 3.1, 3.2, 3.3
87+ and 3.4
7988
8089 For detailed compatibility, please check the following table:
8190
@@ -84,6 +93,7 @@ Compatibility Statements
8493 3.1 | 2022.1 or later
8594 3.2 | 2023.1 or later
8695 3.3 | 2024.2 or later
96+ 3.4 | 2024.2.1 or later
8797
8898 OpenSSL Compatibility
8999
@@ -142,6 +152,23 @@ Key to symbols used in change notes below.
142152--------------------------------------------------------------------------
143153--------------------------------------------------------------------------
144154
155+ New functionality in 2024.2 Patch 1 (2024.2/2736761) (2025/03/19)
156+
157+ #2733739 #2736249 (Job #124477) *
158+ Added support for Ruby 3.4
159+
160+ Bugs fixed in 2024.2 Patch 1 (2024.2/2736761) (2025/03/19)
161+
162+ #2733739 (Job #123477) *
163+ Fixed windows build issues for ruby versions > 3.3.0
164+
165+ #2724187 (Job #123781) *
166+ Updated the retrieval mechanism to handle OpenSSL 3.* properly,
167+ ensuring p4api can be fetched successfully.
168+
169+ --------------------------------------------------------------------------
170+ --------------------------------------------------------------------------
171+
145172New functionality in 2024.2 (2024.2/2682777) (2024/11/15)
146173
147174 #2678428 (Job #122585) * ** ***
0 commit comments