ChangeLog
Unreleased
4.2.2 (2026-08-10)
Fixed:
- An issue with the release process...
4.2.1 (2026-08-10)
Changed:
- Enable some trigger API management calls for non-existing pipelines
Fixed:
- logback configuration xml file for new conditions
4.2.0 (2026-06-28)
Fixed:
- Config merge fix
4.1.2 (2026-03-09)
Fixed:
- Missing log outputs
4.1.1 (2026-03-09)
Changed:
- General lib dependency update
4.1.0 (2025-12-08)
Changed:
- Pipe upload changed from mutlipart/form-data to simple application/json content-type
Fixed:
- Update problem for pipes folder
4.0.2 (2025-11-25)
Fixed:
- Update problem for pipes folder
4.0.1 (2025-11-24)
Fixed:
- Link to Redoc OpenAPI rendering script
Changed:
- Pipe upload from multipart/from-data to simple application/json content type
4.0.0 (2025-11-03)
Due to the H2 update, existing DBs are not compatible anymore. You need to use th bulk API to dump and restore your triggers
into a fresh initialized DB.
Changed:
- README updates
- Quartz and H2 update
3.0.19 (2025-03-24)
Fixed:
- Sorting of pipe data (edge cases)
3.0.18 (2025-03-24)
Changed:
- Sorted pipe data in dashboard
3.0.17 (2025-03-22)
Added:
- Footer with version and build timestamp on dashboard
3.0.16 (2025-03-22)
Removed:
- Test case dashboard
3.0.15 (2025-03-22)
Fixed:
- Dashboard layout
3.0.14 (2025-03-22)
Changed:
- Downgrade quartz library
3.0.13 (2025-03-22)
Changed:
- Dashboard layout
3.0.12 (2024-12-17)
Fixed:
- Collapsable failures reference id
3.0.11 (2024-12-17)
Fixed:
- Set content type for dashboard response
Added:
- Collapsable failures in dashboard
3.0.10 (2024-11-28)
Fixed:
- Dashboard
3.0.9 (2024-11-27)
Fixed:
- Typo in constant for auth file
3.0.8 (2024-11-27)
Fixed:
- Typo in dashboard template
3.0.7 (2024-11-27)
Fixed:
- Get runs filter extraction
Changed:
- Dashboard failed runs reason display
3.0.6 (2024-11-26)
Fixed:
- Empty end time for formatting
3.0.5 (2024-11-26)
Changed:
- Dashboard date time and duration formatting, add zone
3.0.4 (2024-11-26)
Changed:
- Dashboard failed run reason reduced to the first line.
3.0.3 (2024-11-26)
Changed:
- Dashboard fine tuning
3.0.2 (2024-11-25)
Changed:
- Add dashboard
3.0.1 (2024-08-27)
Changed:
- Launch pipe result output
Added:
- Action API
3.0.0 (2024-06-16)
Fixed:
- Response content in JSON
Added:
- Run handling and API (works only with connector version 8.0.0 or higher)
2.2.0 (2024-05-03)
Changed:
- Lib dependency updates
Added:
- Support for OpenTelemetry
2.1.2 (2023-11-11)
Changed:
- Dependencies update
2.1.1 (2023-11-08)
Added:
podSecurityContext&containerSecurityContextto helm chart to be able to automatically create the database file
Changed:
README.mdupdate
2.1.0 (2023-05-14)
Added:
pipesdefinitions to helm chart
- Upload pipe API endpoint
- Logstash log output for major events
Changed:
- Use new launcher lib
2.0.2 (2022-12-16)
Changed:
- Bulk trigger update error response
- Default log level to info
Fixed:
- End CLI command
showwhen pipe not found
- Setting a second and more trigger per pipe
- Set correct next fire time in returned trigger objects
2.0.1 (2022-10-11)
Fixed:
- Immediate triggers do not require explicit trigger type
immediate
2.0.0 (2022-10-11)
Changed:
- Honor the launch return value as JsonObject
- API refactoring
1.2.6 (2022-02-11)
Added:
- Helm chart update pipeline trigger
Changed:
- Sort pipes in shell alphabetically
1.2.5 (2021-06-06)
Fixed:
- Build process
1.2.4 (2021-06-05)
Changed:
- Lib dependencies
1.2.3 (2021-05-06)
Added:
- Configurable application port
1.2.2 (2021-03-04)
Fixed:
- Configurable logo and favicon
1.2.1 (2021-03-02)
Added:
- Configurable logo and favicon
1.2.0 (2021-02-06)
Changed:
- Response handling of API
Added:
- Completion feature for shell commands
- Listing of all triggers in the shell
1.1.0 (2020-07-30)
Added:
- Reading json, yaml and properties configurations from config directory
- Reading yaml pipes
- Git configuration for a path in repository
- Support for yaml pipe definitions
1.0.4 (2020-07-28)
Changed:
- Lib dependencies
1.0.3 (2020-02-28)
Fixed:
- Downgrade H2 due to incompatibility problems
1.0.2 (2020-02-28)
Changed:
- Lib updates
1.0.1 (2019-12-10)
Added:
- Shell command
pipefor list of pipes, launch a pipe and show a pipe
- Expose port 5000 in Dockerfile
Changed:
- Shell command
triggerrefactored
1.0.0 (2019-11-08)
Added:
PIVEAU_LOG_LEVELfor configuring the global log level of theio.piveaupackage
PIVEAU_prefix to logstash configuration environment variables
PIVEAU_CLUSTER_CONFIGfor configuring piveau cluster. See pipe launcher for config schema
Changed:
- Use
PipeLauncherfor running pipes
- Requires now latest LTS Java 11
- Docker base image to openjdk:11-jre
Removed:
configelement of trigger. Utilizeconfigsto apply a config to all segments.
- Obsolete classes
ServiceDiscoveryandGitRepository
piveau-exporting-hubspecial handling
Fixed:
- Update all dependencies
0.1.1 (2019-07-11)
Fixed:
- Pipe configs handling
0.1.0 (2019-05-17)
Added:
- A service discovery mechanism
- Log config at startup (debug)
Removed:
- Environment configuration
PIVEAU_HUB_ADDRESS. Deprecated due to new service discovery feature
0.0.1 (2019-05-03)
Initial release