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

[DOP-13849] - upgrade Postgres packages #251

Merged
merged 2 commits into from
Apr 16, 2024
Merged

Conversation

maxim-lixakov
Copy link
Contributor

@maxim-lixakov maxim-lixakov commented Apr 16, 2024

Change Summary

  • Postgres connection now uses PostgreSQL JDBC driver 42.7.3, upgraded from 42.6.0, and supports passing custom versions: Postgres.get_packages(package_version=...).
  • Update following tests and documentation

Related issue number

Checklist

  • Commit message and PR title is comprehensive
  • Keep the change as small as possible
  • Unit and integration tests for the changes exist
  • Tests pass on CI and coverage does not decrease
  • Documentation reflects the changes where applicable
  • docs/changelog/next_release/<pull request or issue id>.<change type>.rst file added describing change
    (see CONTRIBUTING.rst for details.)
  • My PR is ready to review.

@maxim-lixakov maxim-lixakov self-assigned this Apr 16, 2024
@maxim-lixakov maxim-lixakov changed the title [DOP-13849] - upgrade postgres packages [DOP-13849] - upgrade Postgres packages Apr 16, 2024
Copy link

codecov bot commented Apr 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.40%. Comparing base (78bad0a) to head (c0f314c).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #251      +/-   ##
===========================================
+ Coverage    94.38%   94.40%   +0.01%     
===========================================
  Files          204      204              
  Lines         7892     7897       +5     
  Branches      1403     1403              
===========================================
+ Hits          7449     7455       +6     
+ Misses         318      317       -1     
  Partials       125      125              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maxim-lixakov maxim-lixakov merged commit bd2f824 into develop Apr 16, 2024
34 checks passed
@maxim-lixakov maxim-lixakov deleted the feature/DOP-13849 branch April 16, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants