Skip to content

Releases: port-labs/port-agent

v0.7.9

20 Nov 19:37
e81cc01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.8...v0.7.9

v0.7.8

05 Nov 13:39
3bb2c1f
Compare
Choose a tag to compare

What's Changed

  • Update WEBHOOK_INVOKER_TIMEOUT type to float by @simorex80 in #36

New Contributors

Full Changelog: v0.7.7...v0.7.8

v0.7.7

26 Sep 12:36
5b6e1ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.6...v0.7.7

v0.7.6

17 Sep 10:50
cb45e13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.7.6

v0.7.5

11 Sep 18:20
85d6c7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.4...v0.7.5

v0.7.4

11 Sep 15:52
ce1de43
Compare
Choose a tag to compare

What's Changed

  • Bump python 3.11 & fix vulnerabilities & moved to poetry by @Tankilevitch in #32

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

08 Aug 07:35
d4aa8bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

08 Aug 06:29
0ee3af6
Compare
Choose a tag to compare

What's Changed

  • Remove headers from signature verification if gitlab invocation method by @omby8888 in #29

Full Changelog: v0.7.1...v0.7.2

Bugfix - handle non ascii characters in signature

04 Jul 12:39
e8f8abd
Compare
Choose a tag to compare
  • 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

17 Apr 10:39
ac28fa8
Compare
Choose a tag to compare
  • 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