Skip to content

Releases: pollination/queenbee

v1.19.1

08 Dec 18:36
Compare
Choose a tag to compare

1.19.1 (2020-12-08)

Bug Fixes

  • job: limit dict labels to str:str type (b4ff0fb)
  • status: make source field optional (a3ff15d)

v1.19.0

08 Dec 17:45
Compare
Choose a tag to compare

1.19.0 (2020-12-08)

Bug Fixes

  • recipe: add a new field for source (8b153fb)

Features

v1.18.4

05 Dec 12:42
Compare
Choose a tag to compare

1.18.4 (2020-12-05)

Bug Fixes

  • status: status object sould inherit from io (4162a30)

v1.18.3

02 Dec 22:40
Compare
Choose a tag to compare

1.18.3 (2020-12-02)

Bug Fixes

  • deps: bump pydantic from 1.7.2 to 1.7.3 (14818bd)

v1.18.2

02 Dec 21:22
Compare
Choose a tag to compare

1.18.2 (2020-12-02)

Bug Fixes

  • ci: add dependencies to semantic release step (bd93d89)

v1.18.1

02 Dec 21:07
Compare
Choose a tag to compare

1.18.1 (2020-12-02)

Bug Fixes

  • ci: use GitHub Actions instead of Travis (10d93a1)

v1.18.0

27 Nov 23:57
Compare
Choose a tag to compare

1.18.0 (2020-11-27)

Bug Fixes

  • ArrayInputs: remove splitter (e39276d)
  • artifact_source: move the module under IO to avoid circular import (a0f1a72)
  • artifact-source: add missing type for _ArtifactSource (55c1a0b)
  • basemodel: create a BaseModel with no type (36c3593)
  • basemodel: forbid extra keys in schema (261d5fb)
  • basemodel: move annotations field to Queenbee BaseModel (a4a1600)
  • dag: clean up DAG module (3edd068)
  • dag: fixes for dotnet compatibility (2bb1362)
  • dag inputs: add required field back (1af7d67), closes #172
  • DAG IO: add all the DAG input types to DAG outputs (2c33ac4)
  • dag task: separate DAG task module (569a305)
  • DAGObject: rename DAGObject to DAGJSONObject for clarification (31ebc46)
  • doc gen: added find and replace option for mapper.json (9fa64f1)
  • docs: fix how the version is parsed if not provided (6858b5b)
  • function: update function module (d65b61a)
  • function: update validators (9632783)
  • Function output: add new function output types (086791b)
  • inputs: add format check for referenced varibales (6a1314d)
  • inputs: fix validation for default value (be53aaa)
  • IOBase: fix IOBase class and move it to io/common module (86afa8a)
  • ItemType: rename item types to match DAG IO types (77e94be)
  • status nodes: better io translation and more useful attribute names (0bd64a4)
  • task: add methods to get artifacts and parameters (aac7155)
  • task: add validator for loop referenced dependency (59f28c2)
  • task io: change is_artifact and is_parameter to parameters (dc78b49)
  • workflow: refactor workflow arguments (fba3924)
  • workflow arguments: comment out the validation (5e1e84b)
  • change operator to plugin (ecd1de9)
  • improve parsing and loading workflow arguments (07e874f)
  • task: add validator for missing needs based on arguments (39c3511)
  • tests: fix tests for functions and operators (c6cdb89)
  • tests: update tests (f9e0785)
  • validators: update validators (35a8052)
  • variable: remove unused functions (1e56fbf)
  • workflow: add missing types (a786eef)
  • enforce type as a protected keyword (82c1f8e), closes #163

Features

  • BaseModel: add annotations to BaseModel (131e97a)
  • DAG IO: add alias for inputs and outputs (5e31d5d)
  • inputs: start adding input types (c9ebab3)
  • io: separate IO module and add support for types (3f8c530)
  • io.alias: add linked input and output types to alias (c4bf4b7)
  • openapi: add docs.py (5798175)
  • status: add node status i/o primitives (dc723b7)
  • tasks: add task arguments and returns (7a9cfac)

v1.17.4

09 Nov 17:37
Compare
Choose a tag to compare

1.17.4 (2020-11-09)

Bug Fixes

  • deps: Add dependabot and trigger release with Pydantic 1.7.2 (0a95c83)

v1.17.3

11 Oct 14:33
Compare
Choose a tag to compare

1.17.3 (2020-10-11)

Bug Fixes

  • request: set None auth_header to an empty string (8820587)

v1.17.2

29 Sep 10:08
Compare
Choose a tag to compare

1.17.2 (2020-09-29)

Bug Fixes