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

fix(deps): update dependency software.amazon.jdbc:aws-advanced-jdbc-wrapper to v2.3.5 #21

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
software.amazon.jdbc:aws-advanced-jdbc-wrapper 2.3.1 -> 2.3.5 age adoption passing confidence

Release Notes

awslabs/aws-advanced-jdbc-wrapper (software.amazon.jdbc:aws-advanced-jdbc-wrapper)

v2.3.5

Compare Source

🪄 Added
  • Sample code configuring the AWS JDBC Driver with DBCP (PR #​930).
🦀 Changed
  • Fix issue with deadlock while using prepared transactions and PostgreSQL Explicit Locking (PR #​918).
  • Removed ConnectionStringHostListProvider#identifyConnection since it is not used (PR #​920).

v2.3.4

Compare Source

🪄 Added
  • Documentation:
  • Spring Framework application code examples with load balanced access to database cluster reader instances (PR #​852).
  • New configuration preset SF_ optimized for Spring Framework applications (PR #​852).
  • Lightweight alternative for IAM token generator that requires fewer dependencies (PR #​867).
🐛 Fixed
  • Fixes to session state transfer (PR #​852).
  • Enhanced Host Monitoring Plugin (EFM) v2 plugin to use ConcurrentHashMap instead of HashMap to avoid ConcurrentModificationException (Issue #​855).
  • Move lock location and skip executing Statement.getConnection when running Statement.cancel to fix Statement.cancel for MySQL (PR #​851)
  • Remove Telemetry trace associated with a Monitor thread because traces for long-running tasks is an anti-pattern (PR #​875).
🦀 Changed
  • HostSelector implementations to take into account HostAvailability (PR #​856).
  • Reduced the number of Regular Expression checks with Matcher.find to improve performance (PR #​854).
  • HostSpec class to not use a default lastUpdateTime and instead use null (PR 877).
  • Moved Reader Selection Strategies out of the UsingTheReadWriteSplittingPlugin doc and into its own page. See ReaderSelectionStrategies.

v2.3.3

Compare Source

🪄 Added
🐛 Fixed
  • SqlMethodAnalyzer to handle empty SQL query and not throw IndexOutOfBoundsException (PR #​798).
  • Restructure try blocks in dialects for exception handling (PR #​799).
  • Log message to communicate that an RDS Custom Cluster endpoint can't be used as the 'clusterInstanceHostPattern' configuration setting (PR 801).
  • Make a variable volatile in RdsHostListProvider (Issue #​486).
  • Transfer session state during failover (Issue #​812).
  • Release all stopped monitors so that they are not reused (PR #​831).
  • Added update candidates for the MariaDB dialect in order to swap to MySQL dialects in the case of using a MySQL database with the protocol jdbc:aws-wrapper:mariadb://, and fixed the RDS MySQL dialect from incorrectly returning false in isDialect method (Issue #​789).
🦀 Changed
  • Session state tracking and transfer redesign (PR #​821).
  • Improve Multi-AZ cluster detection (PR #​824).
  • Enhanced Host Monitoring Plugin (EFM) v2 plugin is now a default plugin. The original EFM plugin can still be used by specifying efm in the wrapperPlugins parameter (PR #​825).
  • Update China endpoint patterns (PR #​832).

v2.3.2

Compare Source

🪄 Added
🐛 Fixed
  • Use existing entries to update the round-robin cache (PR #​739).
🦀 Changed
  • Updated HikariCP example to include configuring the datasource with a JDBC URL (PR #​749).
  • Replaced the sychronized keyword with reentrant locks in AwsCredentialsManager (PR #​785).
  • Set HostId in HostSpec when connecting using Aurora instance endpoints (PR #​782).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency software.amazon.jdbc:aws-advanced-jdbc-wrapper to v2.3.2 fix(deps): update dependency software.amazon.jdbc:aws-advanced-jdbc-wrapper to v2.3.3 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/jdbcversion branch from 66d1a5f to 534da4d Compare January 23, 2024 21:56
@renovate renovate bot force-pushed the renovate/jdbcversion branch from 534da4d to 34249f5 Compare March 2, 2024 00:33
@renovate renovate bot changed the title fix(deps): update dependency software.amazon.jdbc:aws-advanced-jdbc-wrapper to v2.3.3 fix(deps): update dependency software.amazon.jdbc:aws-advanced-jdbc-wrapper to v2.3.4 Mar 2, 2024
@renovate renovate bot force-pushed the renovate/jdbcversion branch from 34249f5 to 760a4d8 Compare March 14, 2024 04:57
@renovate renovate bot changed the title fix(deps): update dependency software.amazon.jdbc:aws-advanced-jdbc-wrapper to v2.3.4 fix(deps): update dependency software.amazon.jdbc:aws-advanced-jdbc-wrapper to v2.3.5 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/jdbcversion branch 4 times, most recently from 7bd506f to f2d27eb Compare March 15, 2024 10:34
@renovate renovate bot force-pushed the renovate/jdbcversion branch from f2d27eb to 0225954 Compare March 15, 2024 10:55
@leiicamundi leiicamundi merged commit 2c7f118 into main Mar 15, 2024
17 checks passed
@leiicamundi leiicamundi deleted the renovate/jdbcversion branch March 15, 2024 11:09
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.

1 participant