Update dependency com.rethinkdb:rethinkdb-driver to v2.4.4#430
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency com.rethinkdb:rethinkdb-driver to v2.4.4#430renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
59a157b to
b601be8
Compare
b601be8 to
e5449f3
Compare
e5449f3 to
c232e50
Compare
c232e50 to
a09d6f9
Compare
a09d6f9 to
528ea12
Compare
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
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.3.3→2.4.4Release Notes
rethinkdb/rethinkdb-java (com.rethinkdb:rethinkdb-driver)
v2.4.4: Version 2.4.4This version attempts to fix partial sequences locking. Also adds a cause to the "Response pump is closed" exception.
v2.4.3: Version 2.4.3Version 2.4.3
This release brings in some internal refactoring to the driver, including a lot of method inlining and logic rewriting.
Breaking Changes⚠️
No beaking changes.
New Features 🚀
run*Asyncvariances of them. (Inspired by the RethinkDB C# Driver)runAtom<T>: Returns the atom value, possibly converted, or throws if not an atomrunGrouping<K, V>: Same asrunAtombut the result of the grouping operation is converted toMap<K, List<V>>runUnwrapping: ForcesunwrapListsbehaviour.Bug Fixes 🔧
Improvements 👍
Other Changes 🗒️
Typesclass.Dependencies 📦
No dependency changes.
v2.4.2: Version 2.4.2Version 2.4.2
This release brings in some internal refactoring to the driver, including a lot of method inlining and logic rewriting.
Breaking Changes⚠️
Util,Converter,Cryptowere deleted. It should be noted that you weren't supposed to use them.RethinkDB.getInternalMapper()was moved.Internals.getInternalMapper().New Features 🚀
Typesutility class. With it, you can replace the usage of a anonymousTypeReferencewith a method call.Bug Fixes 🔧
Improvements 👍
TypeReferenceobjects inside the driver withTypesmethod calls.Converterclass code (#29 now merged insideInternals).Internalsclass.HandshakeProtocolclass.Cryptoclass was inlined intoHandshakeProtocolsubclasses, since they're the only classes to use it.Other Changes 🗒️
Dependencies 📦
No dependency changes.
v2.4.1: - OverhaulOverhaul
This release brings in the two week effort to rewrite of driver, bringing in some breaking changes as well as new features and bug fixes.
Breaking Changes⚠️
ReqlAst.rundoesn't returnTanymore.Result<T>, no matter if it's an atom or sequence.Cursor<T>was removed.Result<T>, which implements the same functionality.java.util.Optionalusage was replaced by@Nullableannotations.conn.db().get()orconn.db().orElse(null), will now look likeconn.db(). Use null checks (Objects.requireNotNull,if (value != null) { }) instead of the Optional API.MapObjectnow has generics.r.hashMap()will work as usual.GroupedResultalso now has generics.Connection.Builderdoesn't implementCloneableanymore.clone()method was renamed tocopyOf(), if you need that functionality.Query,Response,Util,Cryptowere modified;SocketWrapper,Handshake,ScramAtributteswere deleted. It should be noted that you weren't supposed to use them.@idwas moved fromcom.rethinkdb.convertertocom.rethinkdb.annotations.New Features 🚀
Result<T>, the replacement class forCursor<T>ReqlAsr.run()always returnsResult<T>, which covers all result types and implementsIterator<T>,Iterable<T>andCloseable.toList(),collect(Collector),stream(),parallelStream(),first(),single(),forEach(Consumer)methods.result.hasNext()return false, the result was automatically closd.Result<List<T>>, with a single result, will be unwrapped toResult<T>, with multiple results)DefaultConnectionFactoryr.pathspec(...)(Implements #16)CoerceTypeto use oncoerceToinstead of strings.Connection.noreplyWaitAsync(), which returnsCompletableFuture<Void>, so you can asynchronous wait your noreply.Connection.server()andConnection.serverAsync()(Implements #14)Bug Fixes 🔧
Util.toReqlAst()wrongly resetting the remaining depth.Util.toReqlAst()properly serializes primitive arrays and other Collections as well.assembletask.Improvements 👍
ReqlAstimprovementsTypeReference<T>onReqlAst.run(), so you can pass anew TypeReference<Map<String,List<PersonalStuff>>>(){}instead of a poorMap.classReqlAst.runAsync(), which returnsCompletableFuture<Result<T>>, for all the async goodness.ReqlAst.toString()now pretty-prints the ASTOther Changes 🗒️
confidential.propertiesfile.Dependencies 📦
json-simpledependency (Jackson provides all functionality)jackson-databindto 2.10.2annotationsby JetBrainsslf4j-apito 1.7.30concurrentunit(test dependency) to 0.4.6logback-classic(test dependency) to 1.2.3v2.4.0: - Night Of The (Late) Living DeadThis is the first release of the Java driver in years, and sadly so much stuff happened that we don't have a way to do a changelog. We promise that the next version will have one.
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.
This PR was generated by Mend Renovate. View the repository job log.