<div dir="ltr"><i>Published at <a href="https://www.osgeo.org/foundation-news/pgrouting-version-3-3-2-release/" target="_blank">https://www.osgeo.org/foundation-news/pgrouting-version-3-3-2-release/</a></i><br><div class="gmail_quote"><div dir="ltr"><i>News item by Ashish Kumar</i><br><br>Hello pgRouting community,<br><br>As a part of the FOSS4G 2022 Firenze (Italy) Codesprint,<br><br><b>The pgRouting Team is pleased to announce the release of pgRouting version 3.3.2</b><br><br>The latest release is available at [1]<br>For discussions on the release, go to [2]<br><br>To see all issues & pull requests closed by this release, see the Git closed milestone for 3.3.2 on Github. [3]<br><br><b>Revised documentation</b><br><ul><li>Simplifying table names and table columns, for example:</li><ul><li>edges instead of edge_table</li><ul><li>Removing unused columns category_id and reverse_category_id.</li></ul><li>combinations instead of combinations_table</li><li>Using PostGIS standard for geometry column.</li><ul><li>geom instead of the_geom</li></ul><li>Avoiding usage of functions that modify indexes, columns etc on tables.</li><ul><li>Using pgr_extractVertices to create a routing topology</li></ul><li>Restructure of the pgRouting concepts page.</li></ul></ul><b>Issue fixes</b><br><ul><li>#2276: edgeDisjointPaths issues with start_vid and combinations<br></li><li>#2312: pgr_extractVertices error when target is not BIGINT<br></li><li>#2357: Apply clang-tidy performance<br></li></ul><br><b>To update your database</b><br><br>Download the packaged version from your operating system, and use this command in the database:<br>ALTER EXTENSION pgrouting UPDATE TO "3.3.2";<br><br>[1]. <a href="https://github.com/pgRouting/pgrouting/releases/latest" target="_blank">https://github.com/pgRouting/pgrouting/releases/latest</a><br>[2]. <a href="https://github.com/pgRouting/pgrouting/discussions/2359" target="_blank">https://github.com/pgRouting/pgrouting/discussions/2359</a><br>[3]. <a href="https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.3.2%22" target="_blank">https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.3.2%22</a><br><br>Regards,<br>pgRouting Team.</div>
</div></div>