Releases: port-labs/port-agent
Releases · port-labs/port-agent
v0.7.9
What's Changed
- feat: add release action by @shalev007 in #37
- Changes log messages on execution of agent by @shariff-6 in #38
New Contributors
- @shalev007 made their first contribution in #37
- @shariff-6 made their first contribution in #38
Full Changelog: v0.7.8...v0.7.9
v0.7.8
What's Changed
- Update WEBHOOK_INVOKER_TIMEOUT type to float by @simorex80 in #36
New Contributors
- @simorex80 made their first contribution in #36
Full Changelog: v0.7.7...v0.7.8
v0.7.7
v0.7.6
v0.7.5
What's Changed
- [CI] - Change to multi stage build by @Tankilevitch in #33
Full Changelog: v0.7.4...v0.7.5
v0.7.4
What's Changed
- Bump python 3.11 & fix vulnerabilities & moved to poetry by @Tankilevitch in #32
New Contributors
- @Tankilevitch made their first contribution in #32
Full Changelog: v0.7.3...v0.7.4
v0.7.3
v0.7.2
Bugfix - handle non ascii characters in signature
- fix a bug caused of new signature mechanism when there are non ascii characters in the body
0.7.0 | Validating & Sending signatures to end webhooks
- Introducing a nonbreaking change that signs the body with the
PORT_CLIENT_SECRET
env variable - Introducing a validation to the signatures that Port's sends on top of the Kafka to ensure that the payload is not malformed