diff --git a/docs/index.rst b/docs/index.rst index 7f3ad570b..e31ab6f71 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -99,3 +99,5 @@ /notes/versions /notes/notes + /notes/previous_versions/supported_versions + /notes/previous_versions/previous_versions diff --git a/docs/notes/notes.rst b/docs/notes/notes.rst index 3088d0de1..1e88993fc 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -5,115 +5,9 @@ Information about the release lifecycle can be found `here `_. -Version 2.13.3 -============== - -This patch release includes the following **improvements**: - -1. Enabling multiple interfaces through whitelist in TCP servers -2. Set LARGE_DATA Participants logic with the same listening ports -3. Check History QoS inconsistencies - -This patch release includes the following **fixes**: - -1. Prevent index overflow and correctly assert the end iterator in DataSharing -2. Fix the shared memory cleaning script -3. Fix TCP reconnection after open logical port failure -4. Fix data race on PDP -5. Fix doxygen docs warnings. Prepare for compiling with Doxygen 1.10.0 -6. Add missing TypeLookup listeners -7. Restore Blackbox tests names -8. Add macOS Github CI -9. Set 2.11.x as EOL - -.. note:: - - When upgrading to version 2.13.3 it is **advisable** to regenerate generated source from IDL files - using `Fast DDS-Gen v3.2.1 `_. +.. include:: previous_versions/v2.13.3.rst .. seealso:: For further information about the corresponding versions of other products related to this Fast DDS version, please refer to the :ref:`dependencies_compatibilities_product_compatibility` section. - -Previous versions -================= - -.. include:: previous_versions/v2.13.2.rst -.. include:: previous_versions/v2.13.1.rst -.. include:: previous_versions/v2.13.0.rst -.. include:: previous_versions/v2.12.1.rst -.. include:: previous_versions/v2.12.0.rst -.. include:: previous_versions/v2.11.3.rst -.. include:: previous_versions/v2.11.2.rst -.. include:: previous_versions/v2.11.1.rst -.. include:: previous_versions/v2.11.0.rst -.. include:: previous_versions/v2.10.3.rst -.. include:: previous_versions/v2.10.2.rst -.. include:: previous_versions/v2.10.1.rst -.. include:: previous_versions/v2.10.0.rst -.. include:: previous_versions/v2.9.2.rst -.. include:: previous_versions/v2.9.1.rst -.. include:: previous_versions/v2.9.0.rst -.. include:: previous_versions/v2.8.2.rst -.. include:: previous_versions/v2.8.1.rst -.. include:: previous_versions/v2.8.0.rst -.. include:: previous_versions/v2.7.2.rst -.. include:: previous_versions/v2.7.1.rst -.. include:: previous_versions/v2.7.0.rst -.. include:: previous_versions/v2.6.7.rst -.. include:: previous_versions/v2.6.6.rst -.. include:: previous_versions/v2.6.5.rst -.. include:: previous_versions/v2.6.4.rst -.. include:: previous_versions/v2.6.3.rst -.. include:: previous_versions/v2.6.2.rst -.. include:: previous_versions/v2.6.1.rst -.. include:: previous_versions/v2.6.0.rst -.. include:: previous_versions/v2.5.2.rst -.. include:: previous_versions/v2.5.1.rst -.. include:: previous_versions/v2.5.0.rst -.. include:: previous_versions/v2.4.2.rst -.. include:: previous_versions/v2.4.1.rst -.. include:: previous_versions/v2.4.0.rst -.. include:: previous_versions/v2.3.6.rst -.. include:: previous_versions/v2.3.5.rst -.. include:: previous_versions/v2.3.4.rst -.. include:: previous_versions/v2.3.3.rst -.. include:: previous_versions/v2.3.2.rst -.. include:: previous_versions/v2.3.1.rst -.. include:: previous_versions/v2.3.0.rst -.. include:: previous_versions/v2.2.1.rst -.. include:: previous_versions/v2.2.0.rst -.. include:: previous_versions/v2.1.4.rst -.. include:: previous_versions/v2.1.3.rst -.. include:: previous_versions/v2.1.2.rst -.. include:: previous_versions/v2.1.1.rst -.. include:: previous_versions/v2.1.0.rst -.. include:: previous_versions/v2.0.3.rst -.. include:: previous_versions/v2.0.2.rst -.. include:: previous_versions/v2.0.1.rst -.. include:: previous_versions/v2.0.0.rst -.. include:: previous_versions/v1.10.1.rst -.. include:: previous_versions/v1.10.0.rst -.. include:: previous_versions/v1.9.5.rst -.. include:: previous_versions/v1.9.4.rst -.. include:: previous_versions/v1.9.3.rst -.. include:: previous_versions/v1.9.2.rst -.. include:: previous_versions/v1.9.1.rst -.. include:: previous_versions/v1.9.0.rst -.. include:: previous_versions/v1.8.5.rst -.. include:: previous_versions/v1.8.4.rst -.. include:: previous_versions/v1.8.3.rst -.. include:: previous_versions/v1.8.2.rst -.. include:: previous_versions/v1.8.1.rst -.. include:: previous_versions/v1.8.0.rst -.. include:: previous_versions/v1.7.3.rst -.. include:: previous_versions/v1.7.2.rst -.. include:: previous_versions/v1.7.1.rst -.. include:: previous_versions/v1.7.0.rst -.. include:: previous_versions/v1.6.0.rst -.. include:: previous_versions/v1.5.0.rst -.. include:: previous_versions/v1.4.0.rst -.. include:: previous_versions/v1.3.1.rst -.. include:: previous_versions/v1.3.0.rst -.. include:: previous_versions/v1.2.0.rst diff --git a/docs/notes/previous_versions/previous_versions.rst b/docs/notes/previous_versions/previous_versions.rst new file mode 100644 index 000000000..17f3c3528 --- /dev/null +++ b/docs/notes/previous_versions/previous_versions.rst @@ -0,0 +1,139 @@ +Previous end-of-life versions +============================= + +Version 2.11 (EOL) +------------------ + +.. include:: v2.11.3.rst +.. include:: v2.11.2.rst +.. include:: v2.11.1.rst +.. include:: v2.11.0.rst + +Version 2.9 (EOL) +----------------- + +.. include:: v2.9.2.rst +.. include:: v2.9.1.rst +.. include:: v2.9.0.rst + +Version 2.8 (EOL) +----------------- + +.. include:: v2.8.2.rst +.. include:: v2.8.1.rst +.. include:: v2.8.0.rst + +Version 2.7 (EOL) +----------------- + +.. include:: v2.7.2.rst +.. include:: v2.7.1.rst +.. include:: v2.7.0.rst + +Version 2.5 (EOL) +----------------- + +.. include:: v2.5.2.rst +.. include:: v2.5.1.rst +.. include:: v2.5.0.rst + +Version 2.4 (EOL) +----------------- + +.. include:: v2.4.2.rst +.. include:: v2.4.1.rst +.. include:: v2.4.0.rst + +Version 2.3 (EOL) +----------------- + +.. include:: v2.3.6.rst +.. include:: v2.3.5.rst +.. include:: v2.3.4.rst +.. include:: v2.3.3.rst +.. include:: v2.3.2.rst +.. include:: v2.3.1.rst +.. include:: v2.3.0.rst + +Version 2.2 (EOL) +----------------- + +.. include:: v2.2.1.rst +.. include:: v2.2.0.rst + +Version 2.1 (EOL) +----------------- + +.. include:: v2.1.4.rst +.. include:: v2.1.3.rst +.. include:: v2.1.2.rst +.. include:: v2.1.1.rst +.. include:: v2.1.0.rst + +Version 2.0 (EOL) +----------------- + +.. include:: v2.0.3.rst +.. include:: v2.0.2.rst +.. include:: v2.0.1.rst +.. include:: v2.0.0.rst + +Version 1.10 (EOL) +------------------ + +.. include:: v1.10.1.rst +.. include:: v1.10.0.rst + +Version 1.9 (EOL) +----------------- + +.. include:: v1.9.5.rst +.. include:: v1.9.4.rst +.. include:: v1.9.3.rst +.. include:: v1.9.2.rst +.. include:: v1.9.1.rst +.. include:: v1.9.0.rst + +Version 1.8 (EOL) +----------------- + +.. include:: v1.8.5.rst +.. include:: v1.8.4.rst +.. include:: v1.8.3.rst +.. include:: v1.8.2.rst +.. include:: v1.8.1.rst +.. include:: v1.8.0.rst + +Version 1.7 (EOL) +----------------- + +.. include:: v1.7.3.rst +.. include:: v1.7.2.rst +.. include:: v1.7.1.rst +.. include:: v1.7.0.rst + +Version 1.6 (EOL) +----------------- + +.. include:: v1.6.0.rst + +Version 1.5 (EOL) +----------------- + +.. include:: v1.5.0.rst + +Version 1.4 (EOL) +----------------- + +.. include:: v1.4.0.rst + +Version 1.3 (EOL) +----------------- + +.. include:: v1.3.1.rst +.. include:: v1.3.0.rst + +Version 1.2 (EOL) +----------------- + +.. include:: v1.2.0.rst diff --git a/docs/notes/previous_versions/supported_versions.rst b/docs/notes/previous_versions/supported_versions.rst new file mode 100644 index 000000000..6b392e40c --- /dev/null +++ b/docs/notes/previous_versions/supported_versions.rst @@ -0,0 +1,36 @@ +Supported versions +================== + +Version 2.13 +------------ + +.. include:: v2.13.3.rst +.. include:: v2.13.2.rst +.. include:: v2.13.1.rst +.. include:: v2.13.0.rst + +Version 2.12 +------------ + +.. include:: v2.12.1.rst +.. include:: v2.12.0.rst + +Version 2.10 +------------ + +.. include:: v2.10.3.rst +.. include:: v2.10.2.rst +.. include:: v2.10.1.rst +.. include:: v2.10.0.rst + +Version 2.6 +----------- + +.. include:: v2.6.7.rst +.. include:: v2.6.6.rst +.. include:: v2.6.5.rst +.. include:: v2.6.4.rst +.. include:: v2.6.3.rst +.. include:: v2.6.2.rst +.. include:: v2.6.1.rst +.. include:: v2.6.0.rst diff --git a/docs/notes/previous_versions/v1.10.0.rst b/docs/notes/previous_versions/v1.10.0.rst index 450051c08..64f971d06 100644 --- a/docs/notes/previous_versions/v1.10.0.rst +++ b/docs/notes/previous_versions/v1.10.0.rst @@ -1,5 +1,5 @@ -Version 1.10.0 (EOL) -^^^^^^^^^^^^^^^^^^^^ +`Version 1.10.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release adds the following features: diff --git a/docs/notes/previous_versions/v1.10.1.rst b/docs/notes/previous_versions/v1.10.1.rst index 965a1a7c7..08acf3cc1 100644 --- a/docs/notes/previous_versions/v1.10.1.rst +++ b/docs/notes/previous_versions/v1.10.1.rst @@ -1,5 +1,5 @@ -Version 1.10.1 (EOL) -^^^^^^^^^^^^^^^^^^^^ +`Version 1.10.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v1.6.0.rst b/docs/notes/previous_versions/v1.6.0.rst index 2558fe756..79a764a83 100644 --- a/docs/notes/previous_versions/v1.6.0.rst +++ b/docs/notes/previous_versions/v1.6.0.rst @@ -1,5 +1,5 @@ -Version 1.6.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.6.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release included the following features: diff --git a/docs/notes/previous_versions/v1.7.0.rst b/docs/notes/previous_versions/v1.7.0.rst index a7d1699fe..3acc516eb 100644 --- a/docs/notes/previous_versions/v1.7.0.rst +++ b/docs/notes/previous_versions/v1.7.0.rst @@ -1,5 +1,5 @@ -Version 1.7.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.7.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release included the following features: diff --git a/docs/notes/previous_versions/v1.7.1.rst b/docs/notes/previous_versions/v1.7.1.rst index e18836189..3404ea789 100644 --- a/docs/notes/previous_versions/v1.7.1.rst +++ b/docs/notes/previous_versions/v1.7.1.rst @@ -1,5 +1,5 @@ -Version 1.7.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.7.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release included the following features: diff --git a/docs/notes/previous_versions/v1.7.2.rst b/docs/notes/previous_versions/v1.7.2.rst index 06f6da900..f1c3c3743 100644 --- a/docs/notes/previous_versions/v1.7.2.rst +++ b/docs/notes/previous_versions/v1.7.2.rst @@ -1,5 +1,5 @@ -Version 1.7.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.7.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release fixes an important bug: diff --git a/docs/notes/previous_versions/v1.7.3.rst b/docs/notes/previous_versions/v1.7.3.rst index f716d4ff7..f5e52f047 100644 --- a/docs/notes/previous_versions/v1.7.3.rst +++ b/docs/notes/previous_versions/v1.7.3.rst @@ -1,5 +1,5 @@ -Version 1.7.3 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.7.3 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **bugfixes**: diff --git a/docs/notes/previous_versions/v1.8.0.rst b/docs/notes/previous_versions/v1.8.0.rst index 5873f0474..520f66a4d 100644 --- a/docs/notes/previous_versions/v1.8.0.rst +++ b/docs/notes/previous_versions/v1.8.0.rst @@ -1,5 +1,5 @@ -Version 1.8.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.8.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release included the following features: diff --git a/docs/notes/previous_versions/v1.8.1.rst b/docs/notes/previous_versions/v1.8.1.rst index 971d0d81f..f2a862642 100644 --- a/docs/notes/previous_versions/v1.8.1.rst +++ b/docs/notes/previous_versions/v1.8.1.rst @@ -1,5 +1,5 @@ -Version 1.8.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.8.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following features: diff --git a/docs/notes/previous_versions/v1.8.2.rst b/docs/notes/previous_versions/v1.8.2.rst index 13a58b245..276fea43b 100644 --- a/docs/notes/previous_versions/v1.8.2.rst +++ b/docs/notes/previous_versions/v1.8.2.rst @@ -1,5 +1,5 @@ -Version 1.8.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.8.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following features: diff --git a/docs/notes/previous_versions/v1.8.3.rst b/docs/notes/previous_versions/v1.8.3.rst index df43b7ddf..072d6a604 100644 --- a/docs/notes/previous_versions/v1.8.3.rst +++ b/docs/notes/previous_versions/v1.8.3.rst @@ -1,5 +1,5 @@ -Version 1.8.3 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.8.3 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release adds the following bug fixes and improvements: diff --git a/docs/notes/previous_versions/v1.8.4.rst b/docs/notes/previous_versions/v1.8.4.rst index 4b4ed6302..e976be9d8 100644 --- a/docs/notes/previous_versions/v1.8.4.rst +++ b/docs/notes/previous_versions/v1.8.4.rst @@ -1,5 +1,5 @@ -Version 1.8.4 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.8.4 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release adds the following **feature**: diff --git a/docs/notes/previous_versions/v1.8.5.rst b/docs/notes/previous_versions/v1.8.5.rst index c525358a1..8eef00d65 100644 --- a/docs/notes/previous_versions/v1.8.5.rst +++ b/docs/notes/previous_versions/v1.8.5.rst @@ -1,5 +1,5 @@ -Version 1.8.5 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.8.5 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **bugfixes**: diff --git a/docs/notes/previous_versions/v1.9.0.rst b/docs/notes/previous_versions/v1.9.0.rst index 65d586879..74abbbe63 100644 --- a/docs/notes/previous_versions/v1.9.0.rst +++ b/docs/notes/previous_versions/v1.9.0.rst @@ -1,5 +1,5 @@ -Version 1.9.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.9.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following features: diff --git a/docs/notes/previous_versions/v1.9.1.rst b/docs/notes/previous_versions/v1.9.1.rst index 7dffbe386..fb8782629 100644 --- a/docs/notes/previous_versions/v1.9.1.rst +++ b/docs/notes/previous_versions/v1.9.1.rst @@ -1,5 +1,5 @@ -Version 1.9.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.9.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following features: diff --git a/docs/notes/previous_versions/v1.9.2.rst b/docs/notes/previous_versions/v1.9.2.rst index 46332acae..0412e876b 100644 --- a/docs/notes/previous_versions/v1.9.2.rst +++ b/docs/notes/previous_versions/v1.9.2.rst @@ -1,5 +1,5 @@ -Version 1.9.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.9.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following feature: diff --git a/docs/notes/previous_versions/v1.9.3.rst b/docs/notes/previous_versions/v1.9.3.rst index 49089998c..a82ca6be5 100644 --- a/docs/notes/previous_versions/v1.9.3.rst +++ b/docs/notes/previous_versions/v1.9.3.rst @@ -1,5 +1,5 @@ -Version 1.9.3 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.9.3 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release adds the following features: diff --git a/docs/notes/previous_versions/v1.9.4.rst b/docs/notes/previous_versions/v1.9.4.rst index 25a2b88ad..26b3f3307 100644 --- a/docs/notes/previous_versions/v1.9.4.rst +++ b/docs/notes/previous_versions/v1.9.4.rst @@ -1,5 +1,5 @@ -Version 1.9.4 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.9.4 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release adds the following features: diff --git a/docs/notes/previous_versions/v1.9.5.rst b/docs/notes/previous_versions/v1.9.5.rst index 15b7012e5..c4bede996 100644 --- a/docs/notes/previous_versions/v1.9.5.rst +++ b/docs/notes/previous_versions/v1.9.5.rst @@ -1,5 +1,5 @@ -Version 1.9.5 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 1.9.5 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.0.0.rst b/docs/notes/previous_versions/v2.0.0.rst index fd976c9c8..90c19c476 100644 --- a/docs/notes/previous_versions/v2.0.0.rst +++ b/docs/notes/previous_versions/v2.0.0.rst @@ -1,5 +1,5 @@ -Version 2.0.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.0.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release has the following **API breaks**: diff --git a/docs/notes/previous_versions/v2.0.1.rst b/docs/notes/previous_versions/v2.0.1.rst index 254673100..8adbbd40d 100644 --- a/docs/notes/previous_versions/v2.0.1.rst +++ b/docs/notes/previous_versions/v2.0.1.rst @@ -1,5 +1,5 @@ -Version 2.0.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.0.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following bug fixes: diff --git a/docs/notes/previous_versions/v2.0.2.rst b/docs/notes/previous_versions/v2.0.2.rst index ef21ddae2..1b9efa928 100644 --- a/docs/notes/previous_versions/v2.0.2.rst +++ b/docs/notes/previous_versions/v2.0.2.rst @@ -1,5 +1,5 @@ -Version 2.0.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.0.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following improvements: diff --git a/docs/notes/previous_versions/v2.0.3.rst b/docs/notes/previous_versions/v2.0.3.rst index 2fd8abadc..de05765a2 100644 --- a/docs/notes/previous_versions/v2.0.3.rst +++ b/docs/notes/previous_versions/v2.0.3.rst @@ -1,5 +1,5 @@ -Version 2.0.3 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.0.3 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ It also includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.1.0.rst b/docs/notes/previous_versions/v2.1.0.rst index 1aa759752..71b5a94bf 100644 --- a/docs/notes/previous_versions/v2.1.0.rst +++ b/docs/notes/previous_versions/v2.1.0.rst @@ -1,5 +1,5 @@ -Version 2.1.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.1.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This minor release is API compatible with the previous minor release, but introduces **ABI breaks** on two of the three public APIs: diff --git a/docs/notes/previous_versions/v2.1.1.rst b/docs/notes/previous_versions/v2.1.1.rst index 8d8ea01b0..eb685e807 100644 --- a/docs/notes/previous_versions/v2.1.1.rst +++ b/docs/notes/previous_versions/v2.1.1.rst @@ -1,5 +1,5 @@ -Version 2.1.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.1.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **bugfixes**: diff --git a/docs/notes/previous_versions/v2.1.2.rst b/docs/notes/previous_versions/v2.1.2.rst index 3a69f264c..cb31e8e28 100644 --- a/docs/notes/previous_versions/v2.1.2.rst +++ b/docs/notes/previous_versions/v2.1.2.rst @@ -1,5 +1,5 @@ -Version 2.1.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.1.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.1.3.rst b/docs/notes/previous_versions/v2.1.3.rst index 225f1855b..9cbe24076 100644 --- a/docs/notes/previous_versions/v2.1.3.rst +++ b/docs/notes/previous_versions/v2.1.3.rst @@ -1,5 +1,5 @@ -Version 2.1.3 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.1.3 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.1.4.rst b/docs/notes/previous_versions/v2.1.4.rst index 15b3699c0..c6d64a463 100644 --- a/docs/notes/previous_versions/v2.1.4.rst +++ b/docs/notes/previous_versions/v2.1.4.rst @@ -1,5 +1,5 @@ -Version 2.1.4 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.1.4 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.10.0.rst b/docs/notes/previous_versions/v2.10.0.rst index 4ea120968..8d974ce77 100644 --- a/docs/notes/previous_versions/v2.10.0.rst +++ b/docs/notes/previous_versions/v2.10.0.rst @@ -1,5 +1,5 @@ -Version 2.10.0 -^^^^^^^^^^^^^^ +`Version 2.10.0 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This minor release includes several new features, improvements and bugfixes. diff --git a/docs/notes/previous_versions/v2.10.1.rst b/docs/notes/previous_versions/v2.10.1.rst index de9a8664d..08d43b605 100644 --- a/docs/notes/previous_versions/v2.10.1.rst +++ b/docs/notes/previous_versions/v2.10.1.rst @@ -1,5 +1,5 @@ -Version 2.10.1 -^^^^^^^^^^^^^^ +`Version 2.10.1 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **feature** in an ABI compatible way: diff --git a/docs/notes/previous_versions/v2.10.2.rst b/docs/notes/previous_versions/v2.10.2.rst index 9359c1ede..ef3b33d98 100644 --- a/docs/notes/previous_versions/v2.10.2.rst +++ b/docs/notes/previous_versions/v2.10.2.rst @@ -1,5 +1,5 @@ -Version 2.10.2 -^^^^^^^^^^^^^^ +`Version 2.10.2 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.10.3.rst b/docs/notes/previous_versions/v2.10.3.rst index f487a4340..b6fd43025 100644 --- a/docs/notes/previous_versions/v2.10.3.rst +++ b/docs/notes/previous_versions/v2.10.3.rst @@ -1,5 +1,5 @@ -Version 2.10.3 -^^^^^^^^^^^^^^ +`Version 2.10.3 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **features** in an ABI compatible manner: diff --git a/docs/notes/previous_versions/v2.11.0.rst b/docs/notes/previous_versions/v2.11.0.rst index 45f30d416..53eb8c78a 100644 --- a/docs/notes/previous_versions/v2.11.0.rst +++ b/docs/notes/previous_versions/v2.11.0.rst @@ -1,5 +1,5 @@ -Version 2.11.0 (EOL) -^^^^^^^^^^^^^^^^^^^^ +`Version 2.11.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **features**: diff --git a/docs/notes/previous_versions/v2.11.1.rst b/docs/notes/previous_versions/v2.11.1.rst index df5f2fd6a..c57b41ff9 100644 --- a/docs/notes/previous_versions/v2.11.1.rst +++ b/docs/notes/previous_versions/v2.11.1.rst @@ -1,5 +1,5 @@ -Version 2.11.1 (EOL) -^^^^^^^^^^^^^^^^^^^^ +`Version 2.11.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.11.2.rst b/docs/notes/previous_versions/v2.11.2.rst index ef48da6e3..515c1db1b 100644 --- a/docs/notes/previous_versions/v2.11.2.rst +++ b/docs/notes/previous_versions/v2.11.2.rst @@ -1,5 +1,5 @@ -Version 2.11.2 (EOL) -^^^^^^^^^^^^^^^^^^^^ +`Version 2.11.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.11.3.rst b/docs/notes/previous_versions/v2.11.3.rst index 60b9677b2..ad962a2d6 100644 --- a/docs/notes/previous_versions/v2.11.3.rst +++ b/docs/notes/previous_versions/v2.11.3.rst @@ -1,5 +1,5 @@ -Version 2.11.3 (EOL) -^^^^^^^^^^^^^^^^^^^^ +`Version 2.11.3 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **features** in an ABI compatible manner: diff --git a/docs/notes/previous_versions/v2.12.0.rst b/docs/notes/previous_versions/v2.12.0.rst index 5e064bd73..8b1cf3509 100644 --- a/docs/notes/previous_versions/v2.12.0.rst +++ b/docs/notes/previous_versions/v2.12.0.rst @@ -1,5 +1,5 @@ -Version 2.12.0 -^^^^^^^^^^^^^^ +`Version 2.12.0 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. note:: diff --git a/docs/notes/previous_versions/v2.12.1.rst b/docs/notes/previous_versions/v2.12.1.rst index 35f6897e5..1d221627f 100644 --- a/docs/notes/previous_versions/v2.12.1.rst +++ b/docs/notes/previous_versions/v2.12.1.rst @@ -1,5 +1,5 @@ -Version 2.12.1 -^^^^^^^^^^^^^^ +`Version 2.12.1 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: @@ -32,4 +32,4 @@ This release includes the following **fixes**: .. note:: When upgrading to version 2.12.1 it is **advisable** to regenerate generated source from IDL files - using `Fast DDS-Gen v3.1.0 `_. + using `Fast DDS-Gen v3.1.0 `_. diff --git a/docs/notes/previous_versions/v2.13.0.rst b/docs/notes/previous_versions/v2.13.0.rst index 59332e6af..0f98664f3 100644 --- a/docs/notes/previous_versions/v2.13.0.rst +++ b/docs/notes/previous_versions/v2.13.0.rst @@ -1,5 +1,5 @@ -Version 2.13.0 -^^^^^^^^^^^^^^ +`Version 2.13.0 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. note:: @@ -59,4 +59,4 @@ This release includes the following **fixes**: .. note:: When upgrading to version 2.13.0 it is **advisable** to regenerate generated source from IDL files - using `Fast DDS-Gen v3.2.0 `_. + using `Fast DDS-Gen v3.2.0 `_. diff --git a/docs/notes/previous_versions/v2.13.1.rst b/docs/notes/previous_versions/v2.13.1.rst index c1050f509..05f935ff1 100644 --- a/docs/notes/previous_versions/v2.13.1.rst +++ b/docs/notes/previous_versions/v2.13.1.rst @@ -1,5 +1,5 @@ -Version 2.13.1 -^^^^^^^^^^^^^^ +`Version 2.13.1 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. note:: @@ -24,4 +24,4 @@ This patch release includes the following **fixes**: .. note:: When upgrading to version 2.13.1 it is **advisable** to regenerate generated source from IDL files - using `Fast DDS-Gen v3.2.1 `_. + using `Fast DDS-Gen v3.2.1 `_. diff --git a/docs/notes/previous_versions/v2.13.2.rst b/docs/notes/previous_versions/v2.13.2.rst index 86417d88b..127464874 100644 --- a/docs/notes/previous_versions/v2.13.2.rst +++ b/docs/notes/previous_versions/v2.13.2.rst @@ -1,5 +1,5 @@ -Version 2.13.2 -^^^^^^^^^^^^^^ +`Version 2.13.2 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This patch release includes the following **fixes** and **improvements**: @@ -26,4 +26,4 @@ This patch release includes the following **fixes** and **improvements**: .. note:: When upgrading to version 2.13.2 it is **advisable** to regenerate generated source from IDL files - using `Fast DDS-Gen v3.2.1 `_. + using `Fast DDS-Gen v3.2.1 `_. diff --git a/docs/notes/previous_versions/v2.13.3.rst b/docs/notes/previous_versions/v2.13.3.rst new file mode 100644 index 000000000..0f102c581 --- /dev/null +++ b/docs/notes/previous_versions/v2.13.3.rst @@ -0,0 +1,25 @@ +`Version 2.13.3 (latest) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +This patch release includes the following **improvements**: + +1. Enabling multiple interfaces through whitelist in TCP servers +2. Set LARGE_DATA Participants logic with the same listening ports +3. Check History QoS inconsistencies + +This patch release includes the following **fixes**: + +1. Prevent index overflow and correctly assert the end iterator in DataSharing +2. Fix the shared memory cleaning script +3. Fix TCP reconnection after open logical port failure +4. Fix data race on PDP +5. Fix doxygen docs warnings. Prepare for compiling with Doxygen 1.10.0 +6. Add missing TypeLookup listeners +7. Restore Blackbox tests names +8. Add macOS Github CI +9. Set 2.11.x as EOL + +.. note:: + + When upgrading to version 2.13.3 it is **advisable** to regenerate generated source from IDL files + using `Fast DDS-Gen v3.2.1 `_. diff --git a/docs/notes/previous_versions/v2.2.0.rst b/docs/notes/previous_versions/v2.2.0.rst index 12ddd8d2c..c8a13c8bd 100644 --- a/docs/notes/previous_versions/v2.2.0.rst +++ b/docs/notes/previous_versions/v2.2.0.rst @@ -1,5 +1,5 @@ -Version 2.2.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.2.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This minor release is API compatible with the previous minor release, but introduces **ABI breaks** on two of the three public APIs: diff --git a/docs/notes/previous_versions/v2.2.1.rst b/docs/notes/previous_versions/v2.2.1.rst index 58ee58f12..26ba93da8 100644 --- a/docs/notes/previous_versions/v2.2.1.rst +++ b/docs/notes/previous_versions/v2.2.1.rst @@ -1,5 +1,5 @@ -Version 2.2.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.2.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.3.0.rst b/docs/notes/previous_versions/v2.3.0.rst index d2a2e3c59..ca87bea72 100644 --- a/docs/notes/previous_versions/v2.3.0.rst +++ b/docs/notes/previous_versions/v2.3.0.rst @@ -1,5 +1,5 @@ -Version 2.3.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.3.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This minor release is API compatible with the previous minor release, but introduces **ABI breaks** on two of the three public APIs: diff --git a/docs/notes/previous_versions/v2.3.1.rst b/docs/notes/previous_versions/v2.3.1.rst index f5ac39475..26ac1972d 100644 --- a/docs/notes/previous_versions/v2.3.1.rst +++ b/docs/notes/previous_versions/v2.3.1.rst @@ -1,5 +1,5 @@ -Version 2.3.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.3.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes several **bugfixes** and **improvements**: diff --git a/docs/notes/previous_versions/v2.3.2.rst b/docs/notes/previous_versions/v2.3.2.rst index e72289be2..08da1ba25 100644 --- a/docs/notes/previous_versions/v2.3.2.rst +++ b/docs/notes/previous_versions/v2.3.2.rst @@ -1,5 +1,5 @@ -Version 2.3.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.3.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **feature**: diff --git a/docs/notes/previous_versions/v2.3.3.rst b/docs/notes/previous_versions/v2.3.3.rst index 0b2ecddce..296e48286 100644 --- a/docs/notes/previous_versions/v2.3.3.rst +++ b/docs/notes/previous_versions/v2.3.3.rst @@ -1,5 +1,5 @@ -Version 2.3.3 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.3.3 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.3.4.rst b/docs/notes/previous_versions/v2.3.4.rst index 233f70751..46720347e 100644 --- a/docs/notes/previous_versions/v2.3.4.rst +++ b/docs/notes/previous_versions/v2.3.4.rst @@ -1,5 +1,5 @@ -Version 2.3.4 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.3.4 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.3.5.rst b/docs/notes/previous_versions/v2.3.5.rst index 8bd66ae3b..52321cf2c 100644 --- a/docs/notes/previous_versions/v2.3.5.rst +++ b/docs/notes/previous_versions/v2.3.5.rst @@ -1,5 +1,5 @@ -Version 2.3.5 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.3.5 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.3.6.rst b/docs/notes/previous_versions/v2.3.6.rst index cca70bb2c..c5c27986b 100644 --- a/docs/notes/previous_versions/v2.3.6.rst +++ b/docs/notes/previous_versions/v2.3.6.rst @@ -1,5 +1,5 @@ -Version 2.3.6 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.3.6 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.4.0.rst b/docs/notes/previous_versions/v2.4.0.rst index f93a7dddc..584279cb0 100644 --- a/docs/notes/previous_versions/v2.4.0.rst +++ b/docs/notes/previous_versions/v2.4.0.rst @@ -1,5 +1,5 @@ -Version 2.4.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.4.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This minor release is API compatible with the previous minor release, but introduces **ABI breaks** on two of the three public APIs: diff --git a/docs/notes/previous_versions/v2.4.1.rst b/docs/notes/previous_versions/v2.4.1.rst index 646da667e..738385b4a 100644 --- a/docs/notes/previous_versions/v2.4.1.rst +++ b/docs/notes/previous_versions/v2.4.1.rst @@ -1,5 +1,5 @@ -Version 2.4.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.4.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.4.2.rst b/docs/notes/previous_versions/v2.4.2.rst index 3d152dbd3..33198745a 100644 --- a/docs/notes/previous_versions/v2.4.2.rst +++ b/docs/notes/previous_versions/v2.4.2.rst @@ -1,5 +1,5 @@ -Version 2.4.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.4.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.5.0.rst b/docs/notes/previous_versions/v2.5.0.rst index 53fc79f73..123eb5816 100644 --- a/docs/notes/previous_versions/v2.5.0.rst +++ b/docs/notes/previous_versions/v2.5.0.rst @@ -1,5 +1,5 @@ -Version 2.5.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.5.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This minor release is API compatible with the previous minor release, but introduces **ABI breaks** on two of the three public APIs: diff --git a/docs/notes/previous_versions/v2.5.1.rst b/docs/notes/previous_versions/v2.5.1.rst index 7a7ff5e86..0e573ae99 100644 --- a/docs/notes/previous_versions/v2.5.1.rst +++ b/docs/notes/previous_versions/v2.5.1.rst @@ -1,5 +1,5 @@ -Version 2.5.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.5.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.5.2.rst b/docs/notes/previous_versions/v2.5.2.rst index 7452724cb..f6b8b6b25 100644 --- a/docs/notes/previous_versions/v2.5.2.rst +++ b/docs/notes/previous_versions/v2.5.2.rst @@ -1,5 +1,5 @@ -Version 2.5.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.5.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: 1. Support lowercase keywords and hexadecimal values on SQL filter. diff --git a/docs/notes/previous_versions/v2.6.0.rst b/docs/notes/previous_versions/v2.6.0.rst index 38ca7e4bc..4c7ee71c7 100644 --- a/docs/notes/previous_versions/v2.6.0.rst +++ b/docs/notes/previous_versions/v2.6.0.rst @@ -1,5 +1,5 @@ -Version 2.6.0 -^^^^^^^^^^^^^ +`Version 2.6.0 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This minor release is API compatible with the previous minor release, but introduces **ABI breaks** on two of the three public APIs: diff --git a/docs/notes/previous_versions/v2.6.1.rst b/docs/notes/previous_versions/v2.6.1.rst index 6da375795..1df4e2f79 100644 --- a/docs/notes/previous_versions/v2.6.1.rst +++ b/docs/notes/previous_versions/v2.6.1.rst @@ -1,5 +1,5 @@ -Version 2.6.1 -^^^^^^^^^^^^^ +`Version 2.6.1 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.6.2.rst b/docs/notes/previous_versions/v2.6.2.rst index 15d342442..9e197c5d9 100644 --- a/docs/notes/previous_versions/v2.6.2.rst +++ b/docs/notes/previous_versions/v2.6.2.rst @@ -1,5 +1,5 @@ -Version 2.6.2 -^^^^^^^^^^^^^ +`Version 2.6.2 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.6.3.rst b/docs/notes/previous_versions/v2.6.3.rst index db4dfc0d2..00a7f979d 100644 --- a/docs/notes/previous_versions/v2.6.3.rst +++ b/docs/notes/previous_versions/v2.6.3.rst @@ -1,5 +1,5 @@ -Version 2.6.3 -^^^^^^^^^^^^^ +`Version 2.6.3 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.6.4.rst b/docs/notes/previous_versions/v2.6.4.rst index 4d77effd3..988b7b772 100644 --- a/docs/notes/previous_versions/v2.6.4.rst +++ b/docs/notes/previous_versions/v2.6.4.rst @@ -1,5 +1,5 @@ -Version 2.6.4 -^^^^^^^^^^^^^ +`Version 2.6.4 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **bugfixes**: diff --git a/docs/notes/previous_versions/v2.6.5.rst b/docs/notes/previous_versions/v2.6.5.rst index 9ee67ec50..8ef477e96 100644 --- a/docs/notes/previous_versions/v2.6.5.rst +++ b/docs/notes/previous_versions/v2.6.5.rst @@ -1,5 +1,5 @@ -Version 2.6.5 -^^^^^^^^^^^^^ +`Version 2.6.5 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.6.6.rst b/docs/notes/previous_versions/v2.6.6.rst index 59df55335..c8933f053 100644 --- a/docs/notes/previous_versions/v2.6.6.rst +++ b/docs/notes/previous_versions/v2.6.6.rst @@ -1,5 +1,5 @@ -Version 2.6.6 -^^^^^^^^^^^^^ +`Version 2.6.6 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.6.7.rst b/docs/notes/previous_versions/v2.6.7.rst index 4f42aea30..db392a4f6 100644 --- a/docs/notes/previous_versions/v2.6.7.rst +++ b/docs/notes/previous_versions/v2.6.7.rst @@ -1,5 +1,5 @@ -Version 2.6.7 -^^^^^^^^^^^^^ +`Version 2.6.7 `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **features**: diff --git a/docs/notes/previous_versions/v2.7.0.rst b/docs/notes/previous_versions/v2.7.0.rst index 9faafebe5..d461f7da1 100644 --- a/docs/notes/previous_versions/v2.7.0.rst +++ b/docs/notes/previous_versions/v2.7.0.rst @@ -1,5 +1,5 @@ -Version 2.7.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.7.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.7.1.rst b/docs/notes/previous_versions/v2.7.1.rst index 472a9df96..d9768fb55 100644 --- a/docs/notes/previous_versions/v2.7.1.rst +++ b/docs/notes/previous_versions/v2.7.1.rst @@ -1,5 +1,5 @@ -Version 2.7.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.7.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **features** in an ABI compatible way: diff --git a/docs/notes/previous_versions/v2.7.2.rst b/docs/notes/previous_versions/v2.7.2.rst index 1ea146f8d..be60b0446 100644 --- a/docs/notes/previous_versions/v2.7.2.rst +++ b/docs/notes/previous_versions/v2.7.2.rst @@ -1,5 +1,5 @@ -Version 2.7.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.7.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.8.0.rst b/docs/notes/previous_versions/v2.8.0.rst index d7b7e5842..fce4e7f21 100644 --- a/docs/notes/previous_versions/v2.8.0.rst +++ b/docs/notes/previous_versions/v2.8.0.rst @@ -1,5 +1,5 @@ -Version 2.8.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.8.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This minor release includes several new features, performance improvements (especially in the case of topics with many instances), CI improvements (including the ability to run the CI in Android emulators or devices), and several bug diff --git a/docs/notes/previous_versions/v2.8.1.rst b/docs/notes/previous_versions/v2.8.1.rst index e8b3ba036..1fc6450b9 100644 --- a/docs/notes/previous_versions/v2.8.1.rst +++ b/docs/notes/previous_versions/v2.8.1.rst @@ -1,5 +1,5 @@ -Version 2.8.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.8.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **bugfixes**: diff --git a/docs/notes/previous_versions/v2.8.2.rst b/docs/notes/previous_versions/v2.8.2.rst index aefc5079e..ed39dc20c 100644 --- a/docs/notes/previous_versions/v2.8.2.rst +++ b/docs/notes/previous_versions/v2.8.2.rst @@ -1,5 +1,5 @@ -Version 2.8.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.8.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **improvements**: diff --git a/docs/notes/previous_versions/v2.9.0.rst b/docs/notes/previous_versions/v2.9.0.rst index 3dc9e919b..378742108 100644 --- a/docs/notes/previous_versions/v2.9.0.rst +++ b/docs/notes/previous_versions/v2.9.0.rst @@ -1,5 +1,5 @@ -Version 2.9.0 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.9.0 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This minor release includes several new features (new log macros to avoid conflicts with external libraries), behavior change (default memory management policy is no longer diff --git a/docs/notes/previous_versions/v2.9.1.rst b/docs/notes/previous_versions/v2.9.1.rst index 45e207f8c..60b7dae92 100644 --- a/docs/notes/previous_versions/v2.9.1.rst +++ b/docs/notes/previous_versions/v2.9.1.rst @@ -1,5 +1,5 @@ -Version 2.9.1 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.9.1 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following **bugfixes**: diff --git a/docs/notes/previous_versions/v2.9.2.rst b/docs/notes/previous_versions/v2.9.2.rst index 0ef135bb4..07f35803b 100644 --- a/docs/notes/previous_versions/v2.9.2.rst +++ b/docs/notes/previous_versions/v2.9.2.rst @@ -1,5 +1,5 @@ -Version 2.9.2 (EOL) -^^^^^^^^^^^^^^^^^^^ +`Version 2.9.2 (EOL) `_ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This release includes the following ABI compatible **improvements**: