Skip to content

Commit

Permalink
add note about change in create_output_type_sample output.
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed May 1, 2024
1 parent ed3a2bd commit 60e7062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hubAdmin 1.0.0

* Breaking changes: Support schema v3.0.0 specification of sample output type IDs which are now specified through a `output_type_id_params` object instead of `output_type_id`. The main breaking change is in `create_output_type_sample()` which now takes arguments incompatible with previous schema versions. Additional but back-compatible dynamic validation checks on sample output types have been added to `validate_config()`.
* Breaking changes: Support schema v3.0.0 specification of sample output type IDs which are now specified through a `output_type_id_params` object instead of `output_type_id`. The main breaking change is in `create_output_type_sample()` which now takes arguments incompatible with previous schema versions and returns an object with an `output_type_id_params` object instead of `output_type_id`. Additional but back-compatible dynamic validation checks on sample output types have been added to `validate_config()`.

# hubAdmin 0.2.0

Expand Down

0 comments on commit 60e7062

Please sign in to comment.