-
Notifications
You must be signed in to change notification settings - Fork 2
Update dependency org.mariadb.jdbc:mariadb-java-client to v3 #470
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/org.mariadb.jdbc-mariadb-java-client-3.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0708686 to
de49d5e
Compare
de49d5e to
808b61b
Compare
a0a7f0d to
f32759b
Compare
e41dd78 to
c59309c
Compare
c59309c to
a73e017
Compare
a73e017 to
2fc7358
Compare
89803d8 to
e08c9ca
Compare
e497463 to
ad818c0
Compare
d08c8e3 to
86c28d0
Compare
b719d42 to
6ae8f8a
Compare
6ae8f8a to
ef9135f
Compare
bf1632c to
4d35256
Compare
61ba4b3 to
1306fcc
Compare
ce23368 to
87657fe
Compare
87657fe to
506d6a5
Compare
506d6a5 to
c51ab73
Compare
c51ab73 to
85e9b27
Compare
85e9b27 to
ef51b59
Compare
ef51b59 to
6628f50
Compare
6628f50 to
0e6dcd0
Compare
0e6dcd0 to
84c258e
Compare
84c258e to
bfc5517
Compare
bfc5517 to
a9c9fe1
Compare
a9c9fe1 to
a8335e6
Compare
23d8a0a to
9d550b8
Compare
9d550b8 to
1e77728
Compare
1e77728 to
12c7703
Compare
12c7703 to
0d48bd1
Compare
d33b21f to
7383da5
Compare
7383da5 to
98f3175
Compare
98f3175 to
1d57d26
Compare
b657873 to
2e8e5b8
Compare
aee3e80 to
7d41771
Compare
7d41771 to
30ddc68
Compare
30ddc68 to
caa2320
Compare
f146094 to
d87e39f
Compare
d87e39f to
5ed1ec0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.7.13→3.5.7Release Notes
mariadb-corporation/mariadb-connector-j (org.mariadb.jdbc:mariadb-java-client)
v3.5.7Compare Source
Full Changelog
Key Enhancements
Issues Resolved
v3.5.6Compare Source
Full Changelog
Key Enhancements
Issues Resolved
v3.5.5Compare Source
Full Changelog
Issues Resolved
v3.5.4Compare Source
Full Changelog
Key Enhancements
Issues Resolved
v3.5.3Compare Source
Full Changelog
Bugs Fixed
v3.5.2Compare Source
Full Changelog
Bugs Fixed
disconnectOnExpiredPasswordsconnection option that controls client behavior when connecting with an expired password.When set to true (default), the client disconnects if it detects an expired password.
When false, the client maintains the connection and allows setting a new password.
v3.5.1Compare Source
Full Changelog
Notable changes
Bugs Fixed
v3.5.0Compare Source
Full Changelog
Notable changes
* CONJ-1193 Parsec authentication implementationBugs Fixed
connectionCollationaddition in order to force collationv3.4.2: MariaDB Connector/Java 3.4.2Compare Source
3.4.2 (Mar 2025)
Full Changelog
Bugs Fixed
bug fix report from 3.3.4
v3.4.1Compare Source
Full Changelog
Bugs Fixed
v3.4.0Compare Source
Full Changelog
Notable Changes
Bugs Fixed
v3.3.4: MariaDB Connector/Java 3.3.4Compare Source
3.3.4 (Mar 2025)
Full Changelog
Bugs Fixed
v3.3.3Compare Source
Full Changelog
Bugs Fixed
v3.3.2Compare Source
Full Changelog
Bugs Fixed
returnMultiValuesGeneratedIdsfor connector 2.x compatibility, so getGeneratedKeys() return allids of multi-value inserts
affected rows by default
Connectors
v3.3.1Compare Source
Full Changelog
Bugs Fixed
v3.3.0Compare Source
Full Changelog
Notable Changes
ed25519to recent versionBugs Fixed
v3.2.0Compare Source
Full Changelog
Notable Changes
useBulkStmtsis now disable by default,a new option
useBulkStmtsForInsertsis enabled by default, permitting using bulk for INSERT commands only. Thispermits optimistic behavior working by default.
maxscale node having less connection, to ensure repartition after failover
databaseTermoption for mysql compatibilityuseLocalSessionStateto permit avoiding queries when application only use JDBC methods.Bugs Fixed
id.
v3.1.4Compare Source
Full Changelog
UNSIGNED
v3.1.3Compare Source
Full Changelog
v3.1.2Compare Source
Full Changelog
v3.1.1Full Changelog
- CONJ-1023 Connector/J doesn't set SSL cap bit in Handshake Response Packet
- CONJ-1026 timezone=auto option failure on non-fixed-offset zone machine
- CONJ-1032 Compatibility for deprecated arguments is case sensitive now
v3.1.0Full Changelog
Notable Changes
Bugs Fixed
v3.0.11Compare Source
Full Changelog
v3.0.10Compare Source
Full Changelog
v3.0.9Compare Source
Full Changelog
v3.0.8Compare Source
Full Changelog
Notable Changes
* [CONJ-1010] improve client side prepared parameter parameter substitution
Bugs Fixed
v3.0.7Compare Source
Full Changelog
v3.0.6Compare Source
Full Changelog
initSqlv3.0.5Compare Source
Full Changelog
v3.0.4Compare Source
Full Changelog
restrictedAuth parameter is not set
v3.0.3Compare Source
Full Changelog
generated keys
like PING, PREPARE, ROLLBACK, ...
transactionReplaySizeto control redo cache sizeConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.