This repository was archived by the owner on Jul 17, 2022. It is now read-only.
Update dependency com.typesafe.slick:slick to v3.3.3 #9
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:
3.1.1->3.3.3Release Notes
slick/slick
v3.3.3Compare Source
We have just released Slick 3.3.3
You can find the source code here: https://github.com/slick/slick/tree/v3.3.3.
This release includes a few bug and improvements fixes:
DISTINCTandDISTINCT ONgeneration (#2097 by @shmishleniy)Builds for Scala 2.11, 2.12 and 2.13 are available from Maven Central.
v3.3.2Compare Source
We have just released Slick 3.3.2
You can find the source code here: https://github.com/slick/slick/tree/v3.3.2.
Builds for Scala 2.11, 2.12 and 2.13 are available from Maven Central.
v3.3.1Compare Source
We have just released Slick 3.3.1
You can find the source code here: https://github.com/slick/slick/tree/v3.3.1.
Builds for Scala 2.11, 2.12 and 2.13-RC2 are available from Maven Central.
v3.3.0Compare Source
We have just released Slick 3.3.0
You can find the source code here: https://github.com/slick/slick/tree/v3.3.0.
Builds for Scala 2.11 and 2.12 are available from Maven Central, as usual.
These are the major changes in Slick 3.3.0:
filterOptandfilterIftoQuery. #1909createIfNotExistsanddropIfExistsschema methods #1704See GitHub for the full list of commits and the issues and pull requests assigned to the 3.3 milestone.
Migration
Create / Drop If Not Exists
There is no major changes in the API except for the addition of
createIfNotExistsanddropIfExistsPhase. This has only impact on database profile developers. Regular users are not impacted by it.In other to support
createIfNotExistsanddropIfExistsPhase, the following changes were made:checkNotExists: Booleanas argumentifExists: Booleanas argumentcreateIfNotExists: Iterable[String]anddropIfExists: Iterable[String]Credits
This release contains contributions by the following committers since 3.2.3:
Asamsig, ElfoLiNk, GlulkAlex, adeperio, chipz, hirofumi, hvesalai, marcospereira, matthiassig12, smootoo, stefanholzmueller, sullis, trevorsibanda and xuwei-k
v3.2.3Compare Source
Release 3.2.3 contains just one change #1877 (fixes #1875) by Renato Cavalcanti (@renatocaval). Thank you Renato!
v3.2.2Compare Source
v3.2.1Compare Source
v3.2.0Compare Source
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 has been generated by Mend Renovate. View repository job log here.