Skip to content

Commit

Permalink
Bump 0.1.2 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 authored Jul 27, 2023
1 parent b00efd8 commit d33a662
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!-- towncrier release notes start -->

0.1.2 (2023-07-27)
==================

### Breaking Changes

- All integration configuration variables are now passed to the integration code in snake_case format
- Renamed `port_ocean.config.integration` -> `port_ocean.config.settings`

### Features

- All the settings can now be set using environment variables with prefix of `OCEAN__{The name of the field}` and `__` between nested fields
- The broker field in the kafka settings now has the Port production brokers as the default value

### Improvements

- Using pyhumps to automatically camelize the aliases of the settings

### Bug Fixes

- Fixed a crash when there are no resources in the port-app-config


0.1.1 (2023-07-26)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/allow-populating-config-with-env-vars.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/auto-camelize-aliases.improvment.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/decamelized-config.breaking.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/default-broker.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/no-resources-crash.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/settings-file-renaming.breaking.md

This file was deleted.

0 comments on commit d33a662

Please sign in to comment.