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

Chore(deps): Bump exposed-core from 0.40.1 to 0.41.1 #25

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2022

Bumps exposed-core from 0.40.1 to 0.41.1.

Release notes

Sourced from exposed-core's releases.

Release 0.41.1

Change log

Changelog

Sourced from exposed-core's changelog.

0.41.1

Infrastructure:

  • Kotlin 1.7.21
  • spring-security-crypto 5.7.3
  • Few improvements in text infrastructure with help of valery1707

Deprecations:

  • StatementInterceprot.afterCommit and StatementInterceptor.afterRollback without transaction parameter have ERROR deprecation level
  • Column<*>.autoIncSeqName has HIDDEN deprecation level
  • Database.connect with datasource: ConnectionPoolDataSource parameter has HIDDEN deprecation level
  • SchemaUtils.createFKey with reference: Column<*> parameter has ERROR deprecation level
  • Sequence.nextVal has ERROR deprecation level
  • SqlExpressionBuilderClass has ERROR deprecation level
  • CurrentDateTime() has ERROR deprecation level

Feature:

  • [PostgreSQL] NOWAIT/SKIP LOCKED modes supported in all kinds of FOR UPDATE. Also, it's now possible to provide tables to be locked (#1623) *ExposedBlob now wraps InputStream instead of ByteArray that can lead to significant memory improvements (#1617)
  • [H2] All compatibility modes are fully supported for known dialects (#1615)
  • mod/rem operations with EntityID expressions supported with help of Alexey Soshin (#1597)

Bug Fixes:

  • Don't alert entity hook subscribers while inserting new entities as it can lead to entity cache misses
  • clientDefault should allow nullable values (#1617). Reported and fixed by terminalnode
  • [Oracle] Use VARCHAR2 column for VarCharColumnType (#1628). Reported and fixed by dakriy
  • [PostgreSQL] Correct comparison of defaults for String type columns (#1587). Resolved by Alexey Soshin
  • Transaction was initialized with a wrong isolation level (#1575)
Commits
  • c6cf379 Exposed 0.41.1 release
  • d5d817f Add support for mod operation on PK (#1601) / all combinations with EntityID ...
  • b1b6cf7 Correct comparison of defaults for String type columns in PostgreSQL (#1589) ...
  • 8cad9f1 Correct comparison of defaults for String type columns in PostgreSQL (#1589) ...
  • dfb63d2 IsAutoCommit = false & transactionIsolation = "Transaction_Serializable" resu...
  • 2bea43b Correct comparison of defaults for String type columns in PostgreSQL (#1589) ...
  • fd1c088 Fix detekt warnings after update / return maxIssues after merges
  • 93033f4 Correct comparison of defaults for String type columns in PostgreSQL (#1589)
  • c88153f Add support for mod operation on PK (#1601)
  • fc19a8e Deprecations moved to "next-level" / Compilation fix
  • 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.40.1 to 0.41.1.
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.40.1...0.41.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 requested a review from TheFruxz as a code owner November 15, 2022 01:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2022

The following labels could not be found: Type: dependencies, From: bot, State: verified.

@TheFruxz TheFruxz merged commit b213ba2 into develop Nov 15, 2022
@dependabot dependabot bot deleted the dependabot/gradle/develop/org.jetbrains.exposed-exposed-core-0.41.1 branch November 15, 2022 05:47
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.

None yet

1 participant