Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2022

Bumps exposed-core from 0.25.1 to 0.38.1.

Release notes

Sourced from exposed-core's releases.

Release 0.38.1

Change log

Release 0.37.3

Change log

Release 0.37.2

Change log

Release 0.37.1

Change log

Release 0.36.2

Change log

Release 0.36.1

Change log

Release 0.35.3

Change log

Release 0.35.2

Change log

Release 0.35.1

Change log

Release 0.34.2

Change log

Release 0.34.1

Change log

Release 0.33.1

Change log

Release 0.32.1

Change log

Release 0.31.1

Change log

Release 0.30.2

Change log

Release 0.30.1

Change log

Release 0.29.1

Change log

... (truncated)

Changelog

Sourced from exposed-core's changelog.

0.38.1

Infrastructure:

  • Kotlin 1.6.20
  • h2 updated to 2.1.210
  • MariaDB driver 3.0.4 supported
  • Exposed can be build on Java 17+ (MaxPermSize is optional in build scripts), thanks to MrPowerGamerBR

Feature:

  • New exposed-crypt module added. Module contains two new encryptedVarchar and encryptedBinary columns which allows to store encrypted values in database and encode/decode them on client. Check SelectTests.test encryptedColumnType with a string test for the sample usage
  • Allow to pass DatabaseConfig in SpringTransactionManager. PR by stengvac
  • CompoundBooleanOp (AndOp and OrOp) is sealed class now
  • Entity explicit constructor lambda can be defined on EntityClass via entityCtor parameter to prevent using reflection (for example). Improved by m-sasha
  • memoizedTransform function similar to transform added. The delegate will cache value on read for the same value from DB.
  • Reified versions of enumeration and enumerationByName functions
  • CurrentDateTime became object instance

Performance:

  • Faster initialization: reflection replaced with regular code in Column<T>.cloneWithAutoInc. Found and fixed by m-sasha
  • ResultRow stores evaluated values in local cache
  • Prevent unnecessary calls to get current transaction isolation level. Problem located and fixed by shunyy

Bug Fixes:

  • Proper handling of Op.NULL in eq/neq and other places, found by naftalmm
  • Wrong SortOrder representation in order by and group by
  • SQLServer dialect now have default transaction isolation level READ_COMMITTED.
  • Unable to use nullable reference with lookup (#1437) fixed by naftalmm
  • Wrong behavior when ColumnType returns null on read (#1435), also fixed by naftalmm
  • closeAndUnregister makes a thread local transaction manager completely dead (#1476)
  • Call to Entity.load for new entities leads to exception (#1472)
  • Broken behavior of customEnumeration for Enums with overridden toString (#1475)
  • Another attempt to fix optReference column should allow update { it[column] = nullableValue } (#1275)

0.37.3

Bug Fixes:

  • Many-to-many reference broken in version 0.37.1 (#1413)
  • NPE on Enum columns initialization

0.37.2

Features:

  • adjustHaving, andHaving, orHaving extension methods for Query added by naftalmm

Bug Fixes:

  • Change default for logTooMuchResultSetsThreshold to 0 (no log)

0.37.1

Infrastructure:

  • Major test infrastructure rework by naftalmm. Now it's possible to run tests on any dialect directly from IDE.
  • Kotlin 1.6.10
  • Kotlin Coroutines 1.6.0

... (truncated)

Commits
  • 18fce21 Exposed 0.38.1 release
  • 6be4c31 Change log for 0.38.1
  • 38fe8a8 optReference column should allow update { it[column] = nullableValue } #1275
  • fc8775e SchemaUtils.create doesn't use enum column's 'toDb' function #1475
  • c0915ad reduce SHOW TRANSACTION ISOLATION LEVEL at transaction start in Postgres (#...
  • 0e23425 reduce SHOW TRANSACTION ISOLATION LEVEL at transaction start in Postgres (#...
  • d588404 Load before flush leads to exception. #1472
  • 53eaa65 closeAndUnregister makes a thread local transaction manager completely dead #...
  • a4991e4 UUID decoding broken with MariaDB driver 3.0.3 #1467
  • 8bc2889 Kotlin 1.6.20
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [exposed-core](https://github.com/JetBrains/Exposed) from 0.25.1 to 0.38.1.
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.25.1...0.38.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 12, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2022

Superseded by #101.

@dependabot dependabot bot closed this Apr 20, 2022
@dependabot dependabot bot deleted the dependabot/gradle/org.jetbrains.exposed-exposed-core-0.38.1 branch April 20, 2022 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant