Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump jsor/doctrine-postgis from 1.8.0 to 2.3.0 #4201

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2024

Bumps jsor/doctrine-postgis from 1.8.0 to 2.3.0.

Release notes

Sourced from jsor/doctrine-postgis's releases.

v2.3.0

  • Switch to platform options from deprecated custom schema options. Thanks @​sasa-b (#64).
  • Better compatibility with different Doctrine ORM versions.

v2.2.0

  • Make handling create table sql simple and robust. Reuse native Platform::getCreateTableSQL() instead of copying the code from Doctrine.
  • Skip create table generation if a table has no spatial indexes.

v2.1.0

  • Remove persistent Connection/SchemaManager instance from event listeners. The event listeners now always use the connection instance provided by the event args.

v2.0.0

New major release which introduces a new dependency version support matrix.

Dependency Supported Versions
PHP ^8.0
PostGIS 3.0 and 3.1
PostgreSQL 11, 12 and 13
Doctrine ORM ^2.9
Doctrine DBAL ^2.13 and ^3.1

Other Changes

  • The following DQL functions have been removed, mostly because they are also no longer available in PostGIS:

    • ST_MakeBox3D (use ST_3DMakeBox instead)
    • ST_AsKML
    • ST_Distance_Sphere (use ST_DistanceSphere instead)
    • ST_Distance_Spheroid (use ST_DistanceSpheroid instead)
    • ST_Length3D (use ST_3DLength instead)
    • ST_Length_Spheroid (use ST_LengthSpheroid instead)
    • ST_Length2D_Spheroid
    • ST_Shift_Longitude (use ST_ShiftLongitude instead)
  • The dummy RasterType has been removed. Register a custom type mapping instead, e.g. $platform->registerDoctrineTypeMapping('raster', 'string').

  • Add parameter and return type declarations.

  • Switch from Travis CI to GitHub Actions for running CI pipeline.

  • Add Docker setup to allow running tests against the different supported PostgreSQL / PostGIS versions.

Changelog

Sourced from jsor/doctrine-postgis's changelog.

2.3.0 - 2024-02-20

  • Switch to platform options from deprecated custom schema options. Thanks @​sasa-b (#64).
  • Better compatibility with different Doctrine ORM versions.

2.2.0 - 2023-04-26

  • Make handling create table sql simple and robust. Reuse native Platform::getCreateTableSQL() instead of copying the code from Doctrine.
  • Skip create table generation if a table has no spatial indexes.

2.1.0 - 2022-04-21

  • Remove persistent Connection/SchemaManager instance from event listeners. The event listeners now always use the connection instance provided by the event args.

2.0.0 - 2021-10-07

New major release which introduces a new dependency version support matrix.

Dependency Supported Versions
PHP ^8.0
PostGIS 3.0 and 3.1
PostgreSQL 11, 12 and 13
Doctrine ORM ^2.9
Doctrine DBAL ^2.13 and ^3.1

Other Changes

  • The following DQL functions have been removed, mostly because they are also no longer available in PostGIS:

    • ST_MakeBox3D (use ST_3DMakeBox instead)
    • ST_AsKML
    • ST_Distance_Sphere (use ST_DistanceSphere instead)
    • ST_Distance_Spheroid (use ST_DistanceSpheroid instead)
    • ST_Length3D (use ST_3DLength instead)
    • ST_Length_Spheroid (use ST_LengthSpheroid instead)
    • ST_Length2D_Spheroid
    • ST_Shift_Longitude (use ST_ShiftLongitude instead)
  • The dummy RasterType has been removed. Register a custom type mapping instead, e.g. $platform->registerDoctrineTypeMapping('raster', 'string').

  • Add parameter and return type declarations.

... (truncated)

Commits
  • 28d47fa Prepare release v2.3.0
  • cc83e6d Update copyright year
  • 41cd0d2 Add instructions and script to install dependencies
  • 6b319a5 Improve env compatibility in docker run scripts
  • 7ed6914 CS fixes
  • d5c4033 Use actions/checkout@v4
  • 374da8f Use Lexer::isNextToken() instead of custom type check
  • cabb595 Merge pull request #64 from sasa-b/migration-diff-fix
  • 7fa08bb Update test setup
  • 3ae71a8 Replace all calls to deprecated custom schema option methods
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [jsor/doctrine-postgis](https://github.com/jsor/doctrine-postgis) from 1.8.0 to 2.3.0.
- [Release notes](https://github.com/jsor/doctrine-postgis/releases)
- [Changelog](https://github.com/jsor/doctrine-postgis/blob/main/CHANGELOG.md)
- [Commits](jsor/doctrine-postgis@v1.8.0...v2.3.0)

---
updated-dependencies:
- dependency-name: jsor/doctrine-postgis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants