1.2.1 - 2021-07-14
- worker: incorrect finished path passed
1.2.0 - 2021-07-13
- code: formatting
- version: bump version
- executor: Fail the task on exception instead of retry
1.1.6 - 2021-07-13
- version: bump to 1.1.6
- executor: bug, where custom metadata would be used on crash instead of original data
1.1.5 - 2021-07-12
- project: Merge branch 'main' of github.com:SpotlightData/nanowire-service-py into main
- version: bump to 1.1.5
- readme: update notes on types
- readme: update notes
1.1.4 - 2021-07-12
- version: bump to 1.1.4
- worker: update type definitions
1.1.3 - 2021-07-12
- version: bump to 1.1.3
- worker: allow to close path
1.1.2 - 2021-06-30
- project: update hooks to check for codestyles
- release: bump to 1.1.2
- handler: corrent types for class
- module: correct environment types in create function
1.1.1 - 2021-06-30
- codestyle: format code
- release: bump to 1.1.1
- release: Update changelog
1.1.0 - 2021-06-30
- docs: update change log to 1.0.1
- release: Bump to 1.1.0 version
- version: bump to 1.0.2
- readme: fix incorrect method access
- readme: add a note about versioning impact on code
- executor: add optional skip for publishing
- executor: swap action responsibilties to executor - Allows worker to be responsible for SQL queries instead - This means it can be utilised directly
- handler: allow optional worker for times when it's not needed
- handler: pass down worker to handler for advanced use cases.
- handler: allow for metadata to be validated
- types: add optional skip for publishing
- worker: retrieve plugin instances fix(worker): fix incorrect types passed to workflow instance
- worker: allow to query the path
- worker: path access function
- worker: add more advanced functionality for task creation
- handler: incorrect worker assignment
- instance: incorrect return typer
- worker: make branch an instance function
1.0.1 - 2021-06-24
- docs: update changelog to 1.0.0
- project: version bump 1.0.1
- tests: update formatting and fix type missmatch
1.0.0 - 2021-06-24
- docs: update changelog
- version: bump
- readme: update examples to add heartbeat
- build: add changelog task
- env: separate scheduler pubsub and service id
- executor: run threads in daemon
- executor: create threaded heartbeat
- instance: Change register functions to include service id
- worker: adjust setup for new heartbeat variant.
- tests: update tests to work under new conditions
0.3.3 - 2021-06-16
- version: bump
- executor: better error visiblity
0.3.2 - 2021-06-11
- version: 0.3.2 release
- readme: typo
- readme: typo
- project: add hook to validate against pyproject version
- dependencies: allow looser pydantic version
0.3.1 - 2021-06-08
- version: update project version
0.3.0 - 2021-06-08
- changelog: release changelog
- readme: update readme
- version: update project version
0.2.0 - 2021-06-08
- project: add changelog generator command
- project: install hooks together with other dependencies
- changelog: release changelog
- github: publishing only when tagged
- github: update secret references
- github: update secret references
- github: update secret references
- github: update secret references
- github: add release actions
- overview: create improved docs
- project: enforce messages and create changelog autogen
- executor: remove fastapi dependency
- handler: Simplify initialisation step of using the library
- module: Improve testability and simplicity of module setup
- module: fix incorrect import
- mypy: Update library and fix exports of modules
- project: reformat code
- setup: move over test dependencies