Skip to content

v1.14.0

Choose a tag to compare

@timonback timonback released this 23 May 13:46
dfbc748

Springwolf 1.14.0 is out! Thanks to all our contributors!

Springwolf is being published via sonatype central now. While artifact consumption is still done via mavenCentral, the -SNAPSHOT artifact url has changed. See the README file for details.

Improved display of examples and allowed values in springwolf-ui

@Karlender implemented the long standing issue #1190, search for "allowed values" on our https://demo.springwolf.dev page for details.

Sending SQS messages from springwolf-ui with custom headers

@antoine-vaisset-pro contributed this enhancements, which has a minor breaking change in case you depend on the SpringwolfSqsProducer#send.

What's Changed

  • chore: bump gradle to 8.14 by @timonback in #1284
  • chore(deps): Bump apache/activemq-artemis from 2.40.0-alpine to 2.41.0-alpine in /springwolf-examples/springwolf-jms-example by @dependabot in #1288
  • chore: publish to central sonatype by @timonback in #1285
  • docs: update published maven repo by @timonback in #1286
  • chore(deps-dev): Bump esbuild from 0.25.3 to 0.25.4 in /springwolf-ui by @dependabot in #1298
  • chore(deps): Bump confluentinc/cp-kafka from 7.9.0 to 7.9.1 in /springwolf-examples/springwolf-kafka-example by @dependabot in #1295
  • chore(deps): Bump io-confluent from 7.9.0 to 7.9.1 by @dependabot in #1292
  • chore(deps): Bump net.javacrumbs.json-unit:json-unit-assertj from 4.1.0 to 4.1.1 by @dependabot in #1293
  • chore(deps): Bump confluentinc/cp-kafka from 7.9.0 to 7.9.1 in /springwolf-examples/springwolf-cloud-stream-example by @dependabot in #1294
  • chore(deps): Bump localstack/localstack from 4.3.0 to 4.4.0 in /springwolf-examples/springwolf-sns-example by @dependabot in #1296
  • chore(deps): Bump localstack/localstack from 4.3.0 to 4.4.0 in /springwolf-examples/springwolf-sqs-example by @dependabot in #1297
  • chore(deps-dev): Bump jest-preset-angular from 14.5.3 to 14.5.5 in /springwolf-ui by @dependabot in #1287
  • chore(deps): Bump prism-code-editor from 3.4.0 to 4.0.0 in /springwolf-ui by @dependabot in #1299
  • refactor(cloud-stream): FunctionalChannelBeanBuilder fails fast if An… by @sam0r040 in #1272
  • feat(sqs): allow sending SQS messages from Springwolf UI with custom headers by @antoine-vaisset-pro in #1302
  • feat: display enum values by @Karlender in #1300
  • chore(deps): Bump protobuf from 4.30.2 to 4.31.0 by @dependabot in #1307
  • chore(deps): Bump org.jetbrains.kotlin:kotlin-reflect from 2.1.20 to 2.1.21 by @dependabot in #1305
  • chore(deps): Bump io-swagger-core-v3 from 2.2.30 to 2.2.32 by @dependabot in #1304
  • chore(deps): Bump kotlin from 2.1.20 to 2.1.21 by @dependabot in #1306
  • chore(deps): Bump the dependencies-angular group in /springwolf-ui with 12 updates by @dependabot in #1290
  • chore(deps): Bump io-awspring-cloud from 3.3.0 to 3.3.1 by @dependabot in #1309
  • chore(deps): Bump org-mockito from 5.17.0 to 5.18.0 by @dependabot in #1310
  • chore(deps): Bump org.springframework.boot from 3.4.5 to 3.5.0 by @dependabot in #1308
  • chore: replace MessageReferences where used as SchemaReference by @tvahrst in #1303

New Contributors

Full Changelog: v1.13.0...v1.14.0