pgRouting version 3.6.3 release

Hello pgRouting community,

The pgRouting Team is pleased to announce the release of pgRouting version 3.6.3
The latest release is available at [1]
For discussions on the release, go to [2]

To see all issues & pull requests closed by this release see the Git closed milestone for 3.6.3 on Github. [3]

Build

  • Explicit minimum requirements:
  • postgres 11.0.0
  • postgis 3.0.0- g++ 13+ is supported

Code fixes

  • Fix warnings from cpplint.

  • Fix warnings from clang 18.
    CI tests

  • Add a clang tidy test on changed files.

  • Update test not done on versions: 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.1.1, 3.1.2
    Documentation

  • Results of documentation queries adujsted to boost 1.83.0 version:

  • pgr_edgeDisjointPaths

  • pgr_stoerWagner
    pgtap tests

  • bug fixes

To update your database

Download the packaged version from your operating system, and use this command in the database:
ALTER EXTENSION pgrouting UPDATE TO “3.6.3”;

[1]. https://github.com/pgRouting/pgrouting/releases/latest

[2]. https://github.com/pgRouting/pgrouting/discussions/2667
[3]. https://github.com/pgRouting/pgrouting/issues?utf8=%E2%9C%93&q=milestone%3A%22Release%203.6.3%22

Hello pgRouting community,

The pgRouting Team is pleased to announce the release of pgRouting version 3.6.3
The latest release is available at [1]
For discussions on the release, go to [2]

To see all issues & pull requests closed by this release see the Git closed milestone for 3.6.3 on Github. [3]

*Build*

  * Explicit minimum requirements:
      o postgres 11.0.0
      o postgis 3.0.0
  * g++ 13+ is supported

*Code fixes*

  * Fix warnings from cpplint.
  * Fix warnings from clang 18.

*CI tests*

  * Add a clang tidy test on changed files.
  * Update test not done on versions: 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0,
    3.1.1, 3.1.2

*Documentation*

  * Results of documentation queries adujsted to boost 1.83.0 version:
      o pgr_edgeDisjointPaths
      o pgr_stoerWagner

*pgtap tests*

  * bug fixes

*To update your database*

Download the packaged version from your operating system, and use this command in the database:
ALTER EXTENSION pgrouting UPDATE TO "3.6.3";

[1]. Release v3.6.3 · pgRouting/pgrouting · GitHub
[2]. v3.6.3 · pgRouting/pgrouting · Discussion #2667 · GitHub
[3]. Issues · pgRouting/pgrouting · GitHub