Skip to content

hubAdmin 1.5.0

Latest
Compare
Choose a tag to compare
@zkamvar zkamvar released this 22 Jan 19:46
v1.5.0
7d9c203
  • Use options to set schema_version and branch arguments in download_tasks_schema() and the create_*() family of functions for creating config files programmatically. This allows for setting the schema version and branch globally for the session (#85).
  • Make validation of round_id patterns explicit. This ties in with schema version v4.0.1 where the pattern the round_id property must match if round_id_from_variable is false is now specified as a regular expression in the schema. This check is also now implemented dynamically on values of the round_id variable if round_id_from_variable is true when validating tasks.json config files. Checks on round_id patterns are also now implemented in create_round() when creating rounds programmatically.
  • As of schema version v5.0.0, only a single target_keys element is allowed when creating target metadata items programmatically (#89).

PRs in this release

Full Changelog: v1.4.0...v1.5.0