v1.16.0
github-actions
released this
25 Aug 14:53
·
355 commits
to master
since this release
Highlights
This release brings an experimental Spring Boot module. This is an alpha for a preview and feedback and there are no compatibility guarantees.
Fixes
- A rare case of a Query that is arriving to a Worker with an outdated meta-information is handled gracefully now (#1371)
What's Changed
- Port static and jacoco synthetic methods fix from Activity interfaces to Workflows interfaces by @Spikhalskiy in #1356
- Rework POJOWorkflowMetadata classes, add test coverage, use in Spring Boot by @Spikhalskiy in #1362
- Upgrade dependencies & code cleanup by @Spikhalskiy in #1355
- Additional Spring Boot wiring by @Spikhalskiy in #1363
- Add an ability to register custom DataConverter in Spring Boot Autoconfiguration by @Spikhalskiy in #1372
- Upgrade protoc for Apple Silicone builds by @Spikhalskiy in #1376
- Revisit Sprint Boot Readme by @Spikhalskiy in #1379
- Spring Boot Autoconfiguration doesn't require temporal-testing module to be in classpath anymore by @Spikhalskiy in #1380
- Refactor WorkflowContext classes by @Spikhalskiy in #1381
- Specify some standard Spring AutoConfiguration before Temporal ones explicitly by @Spikhalskiy in #1384
- Switch to using opentelemetry bom and Spring Boot upgrade by @Spikhalskiy in #1385
- Fix situation when direct query comes outdated (inconsistent) and applied to a more advanced cached workflow instance by @Spikhalskiy in #1375
- Release v1.16.0 by @Spikhalskiy in #1386
Full Changelog: v1.15.1...v1.16.0