Skip to content

Commit

Permalink
Merge branch 'main' into fix/connector_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc committed Oct 30, 2024
2 parents 9d5cc0a + dd0a508 commit 01b50a0
Show file tree
Hide file tree
Showing 5 changed files with 544 additions and 520 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Specify docker image when publishing a module
- Improvements for AsyncConnector.
- Improvements for Async Http workflow
- Remove duplicated parts and make the code more uniform for async http workflow

## 1.16.1 - 2024-10-30

### Changed

- Specify docker image when publishing a module
- Move from error to info the message when no event was collected from severals seconds

### Fixed

- Replace ulrllib.parse.urljoin by posixpath.join in AsyncConnector
- Fix tests for async version of connector.
- Fix support for boolean arguments in the json_argument method

## 1.16.0 - 2024-10-16

Expand Down
Loading

0 comments on commit 01b50a0

Please sign in to comment.