Skip to content

Fluxzero 1.4.1

Choose a tag to compare

@jbruinink jbruinink released this 03 Jul 10:38

1.4.1 (2025-09-15)

Bug Fixes

  • fix(scheduling): update `scheduleId` parameter in Fluxzero functions to support `Object` type (5e95d32)
  • fix(properties): correct optional property key for `runtimeBaseUrl` (c0585b4)

Dependency updates

  • deps: bump org.springframework:spring-framework-bom from 6.2.10 to 6.2.11. (4e1d98f)

    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.10...v6.2.11)

    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
    dependency-version: 6.2.11
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

Continuous Integration

  • ci: Use correct commit prefixes in dependabot commits (06a98a5)
  • ci: Add commit type for dependency updates (6f1c834)

Chores

  • chore: Re-enable disabled unit test (d760e17)