Skip to content

Latest commit

 

History

History
70 lines (40 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

70 lines (40 loc) · 1.67 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[UNRELEASED]

Added

  • Initial Superfacility plugin

[0.3.1] - 2022-08-23

Docs

  • Updated readme banner graphic

[0.3.0] - 2022-08-04

Added

  • CustomAsyncExecutor added with analogous examples to CustomExecutor.
  • Tests for this executor were also added.
  • .gitignore added similar to other executor repos.

Changed

  • CustomExecutor is now updated to reflect latest changes made to BaseExecutor.

Fixed

  • Tests file name changed from **tests.py to **test.py as it wasn't getting detected by pytest earlier.
  • Duplicate entry of pytest-asyncio in requirements fixed.

[0.2.2] - 2022-04-14

Added

  • Added unit tests for the custom executor template.

[0.2.1] - 2022-04-13

Fixed

  • The executor no longer tries to manipulate the return value of the function if function execution failed.

[0.2.0] - 2022-04-13

Changed

  • Slight refactor for the Covalent microservices refactor.

[0.1.0] - 2022-03-31

Changed

  • Fixed package structure, so that the plugin is found by Covalent after installing the plugin.
  • Added global variable _EXECUTOR_PLUGIN_DEFAULTS, which is now needed by Covalent.
  • Changed global variable executor_plugin_name -> EXECUTOR_PLUGIN_NAME in executors to conform with PEP8.

[0.0.1] - 2022-03-02

Added

  • Core files for this repo.
  • CHANGELOG.md to track changes (this file).
  • Semantic versioning in VERSION.
  • CI pipeline job to enforce versioning.