Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jan 20:50
· 1 commit to main since this release

[0.6.0] - 2025-01-04

⚠️ Breaking changes

  • HTTP requests entities can now be used with most parameters and the same syntax as the Python Requests module. This simplifies the usage and adds the possibility of e.g. adding more complex json payload or custom headers (e.g. for server authentication). More infos and examples can be found here: Additional http requests parameters
    • The previous syntax by using separator characters (§, | etc) is now called legacy syntax and can still be used by activating the legacy syntax option in the advanced setup which is off by default. Please keep in mind that the use of the legacy syntax will be removed in a future version

Added

  • The global settings for Fire and forget mode and timeouts for HTTP requests can now be overwritten as a parameter in each http request command. E.g. use ffg=True to only activate fire and forget for a specific command.

Full Changelog: v0.5.2...v0.6.0