Skip to content

Releases: port-labs/ocean

v0.5.8

28 Mar 10:57
b2cc01e
Compare
Choose a tag to compare

What's Changed

  • [Core] Fix the logger to handle exception deserializer by @Tankilevitch in #467
  • [CI] Fix release framework workflow to extract the version correctly by @Tankilevitch in #468

Full Changelog: v0.5.7...v0.5.8

v0.5.7

20 Mar 08:57
1547498
Compare
Choose a tag to compare

What's Changed

  • [Framework] Added support for items to parse in mapping by @omby8888 in #429

New Contributors

Full Changelog: v0.5.6...v0.5.7

v0.5.6

17 Mar 13:58
42b8d04
Compare
Choose a tag to compare

0.5.6 (2024-03-17)

Features

  • Added array to possible integration configuration types (PORT-7262)

New Contributors

Full Changelog: v0.5.5...v0.5.6

v0.5.5

06 Mar 20:12
4907f74
Compare
Choose a tag to compare

What's Changed

  • Ocean cache by function name, args and kwargs by @matan84 #414

Full Changelog: v0.5.4...v0.5.5

v0.5.4

03 Mar 18:42
9ee0201
Compare
Choose a tag to compare

What's Changed

  • [Integration][AzureDevops] - Add Azure Devops Intergration by @matan84 in #388
  • Port 7003 ocean failure in the entity processing is failing the resync by @yairsimantov20 in #408

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

03 Mar 13:18
2676ad5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.3.rc1

03 Mar 11:50
Compare
Choose a tag to compare
v0.5.3.rc1 Pre-release
Pre-release
bump

v0.5.2

21 Feb 07:55
f8c873b
Compare
Choose a tag to compare

0.5.2 (2024-02-21)

Bug Fixes

  • Fixed an issue causing the integration to crash when passing a sensitive configuration with invalid regex characters due to a missing escaping (PORT-6836)

Full Changelog: v0.5.1...v0.5.2

v0.5.1

20 Feb 17:14
70fd236
Compare
Choose a tag to compare

0.5.1 (2024-02-20)

Features

  • Added handling for kafka consumer empty partition assignment and shutting the application down with an error (PORT-5475)
  • Added QOL decorator to help with caching the third party response (PORT-5475_2)

Improvements

  • Changed the Kafka consumer to run in the event loop in async instead of sync in another thread (PORT-5475)

Bug Fixes

  • Fixed an issue causing all the character to be redacted when passing empty string to a sensitive field

v0.5.0

18 Feb 11:08
e7d1440
Compare
Choose a tag to compare

0.5.0 (2024-02-18)

Features

  • Added a method for ocean integration to redact sensitive information from the logs and automatically apply it to sensitive configurations and known sensitive patterns. (#1)
  • Added an HTTP handler for Ocean logs to facilitate sending the logs to the Port. (#2)

Improvements

  • Seperated the port_ocean.utils file into multiple files within the utils folder to improve code organization. (#1)
  • Changed the Ocean context to be a global variable instead of using Localstack, preventing the framework from re-initiating the context for each thread. (#2)

Bug Fixes

  • Fixed an issue where the event listener was causing the application to continue running even after receiving a termination signal. (#1)
  • Fixed a bug that caused some termination signal handlers to not work by consolidating the signal listeners in a single class, as signals can only have one listener. (#2)

New Contributors

  • @ozzs made their first contribution in #374

Full Changelog: v0.4.17...v0.5.0