Skip to content

Releases: port-labs/ocean

v0.9.2

07 Jul 14:49
304437f
Compare
Choose a tag to compare

What's Changed

  • [Framework] Fix raw results are not sent when raw results are not being parsed into entities by @Tankilevitch in #782

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

23 Jun 06:01
bf2b28a
Compare
Choose a tag to compare

What's Changed

  • Safely get changelogDestination key instead of accessing it directly

Full Changelog: v0.9.0...v0.9.1

v0.9.0

19 Jun 10:56
935071b
Compare
Choose a tag to compare

What's Changed

  • [Framework] Port 8572 ocean startup when saas by @omby8888 in #697

Full Changelog: v0.8.0...v0.9.0

v0.8.0

16 Jun 07:56
1187e01
Compare
Choose a tag to compare

What's Changed

Improvements

  • Support search relations feature (Mapping now supports a query in the relation field that will be calculated on requests to Port)

Full Changelog: v0.7.1...v0.8.0

v0.7.1

13 Jun 13:34
9cc577a
Compare
Choose a tag to compare
  • [Framework] Fixed unpacking error in register_raw by @omby8888 in #709

Full Changelog: v0.7.0...v0.7.1

v0.7.0

13 Jun 07:41
5e2147d
Compare
Choose a tag to compare

What's Changed

Improvements

  • Added pydantic's dotenv extra to the core dependencies for reading .env files on the integration startup
  • Added .python-version to the repository for easier setup with pyenv install

Full Changelog: v0.6.0...v0.7.0

v0.6.0

10 Jun 15:40
00a4b4b
Compare
Choose a tag to compare

What's Changed

  • [Framework] Always initialize port default mappings in case where no other mapping is configured by @omby8888 in #700

Full Changelog: v0.5.27...v0.6.0

v0.5.27

05 Jun 10:14
e2a554d
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fixed incorrect pydantic validation over the integration settings

Full Changelog: v0.5.26...v0.5.27

v0.5.26

05 Jun 07:16
807191e
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue causing integrations with no configuration to fail during the initialization process

Full Changelog: v0.5.25...v0.5.26

v0.5.25

03 Jun 12:13
9cbf86d
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fixed faulty error handling caused by gather_and_split_errors_from_results raising errors that are not directly under BaseException

Full Changelog: v0.5.24...v0.5.25