Skip to content

Namastack Outbox v1.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 08:20
· 6 commits to main since this release

What's New

Fully Configurable JDBC Table Names (#408)

JDBC users can now customize the base names of all outbox tables through namastack.outbox.jdbc.table-names.record,
namastack.outbox.jdbc.table-names.instance, and namastack.outbox.jdbc.table-names.partition. The existing schema
name and table prefix settings continue to apply, and advanced users can now register a custom JdbcTableNameResolver
bean for complete control over generated table names. This improves support for organization-specific database naming
standards, including uppercase or otherwise constrained identifiers.

What's Changed

  • #408 Added fully configurable JDBC table names and custom table-name resolver support by Aleksander Zamojski
    in #408
  • #410 Updated io.awspring.cloud:spring-cloud-aws-starter-sns from 4.0.2 to 4.1.0 in SNS examples by dependabot[bot]
    in #410
  • #409 Updated io.awspring.cloud:spring-cloud-aws-dependencies from 4.0.2 to 4.1.0 by dependabot[bot]
    in #409
  • #405 Updated Kotlin from 2.4.0 to 2.4.10 by dependabot[bot] in #405
  • #403 Updated org.postgresql:postgresql in the PostgreSQL example to 42.7.13 by dependabot[bot]
    in #403
  • #401 Updated Gradle Wrapper metadata across example projects by dependabot[bot]
    in #401
  • #400 Updated Gradle Wrapper from 9.6.0 to 9.6.1 by dependabot[bot]
    in #400

Breaking Changes

None.

Security

  • #413 Updated shell-quote from 1.8.4 to 1.10.0 in the documentation site dependency tree by dependabot[bot]
    in #413
  • #412 Updated body-parser from 1.20.5 to 1.20.6 in the documentation site dependency tree by dependabot[bot]
    in #412
  • #411 Updated the npm/yarn dependency group in the documentation site by dependabot[bot]
    in #411
  • #407 Updated websocket-driver from 0.7.4 to 0.7.5 in the documentation site dependency tree by dependabot[bot]
    in #407
  • #406 Updated the npm/yarn dependency group in the documentation site by dependabot[bot]
    in #406

πŸ™ Contributors

Special thanks to all contributors who made this release possible:

  • Aleksander Zamojski
  • Roland Beisel

Full Changelog: v1.7.1...v1.8.0