Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Sep 11, 2023
1 parent 9115567 commit 0600069
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Changed package license from Apache-2.0 to dual Apache-2.0 or MIT.

- Added new `cfdp_args_to_cfdp_params` function which only performs the conversion of CFDP
argparse arguments to the internalized `CfdpParams` type.
- Explicit functions to convert internalized CFDP parameters to a put request:
1. `cfdp_req_to_put_req_get_req`
2. `cfdp_req_to_put_req_proxy_put_req`
3. `cfdp_req_to_put_req_regular`
- Generic `generic_cfdp_params_to_put_request` conversion function which converts the
internalized CFDP parameters to a put request based on heuristics.

# [v6.0.0rc0] 2023-09-04

Expand Down

0 comments on commit 0600069

Please sign in to comment.