Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Add support for Postgres 13.x #39

Merged
merged 1 commit into from
Nov 9, 2021
Merged

Add support for Postgres 13.x #39

merged 1 commit into from
Nov 9, 2021

Conversation

marceloboeira
Copy link
Member

Description

As mentioned here openflagr/flagr#466 Postgres
9.6 is deprecated and no longer receiving security patches, therefore,
we need to start supporting other versions.

For now, we keep testing for pgsql9.6 but also testing for the latest
available version (for production), which seems to be 13.x

Thanks @jnikitin-r7 for the issue

How Has This Been Tested?

Adding mainly integration testing with different pgsql versions

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

As mentioned here openflagr/flagr#466 Postgres
9.6 is deprecated and no longer receiving security patches, therefore,
  we need to start supporting other versions.

For now, we keep testing for pgsql9.6 but also testing for the latest
available version (for production), which seems to be 13.x

Thanks @jnikitin-r7 for the issue
@marceloboeira
Copy link
Member Author

cc @jnikitin-r7

Copy link
Contributor

@zhouzhuojie zhouzhuojie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@zhouzhuojie zhouzhuojie merged commit e334057 into main Nov 9, 2021
@zhouzhuojie zhouzhuojie deleted the pgsql branch November 9, 2021 18:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants