Skip to content

Releases: jordanvolz/lolpop

v0.2.0

03 Jan 19:39
312f567
Compare
Choose a tag to compare

Version 0.2.0 adds the following capabilities:

  1. Support for Custom Decorators. Allows users to define decorators to workflows and provide them at run time. Implemented workflow cache manager as a decorator example. (#26)

  2. Support for External Workflow Orchestration. Using the customer decorator framework, hooking workflows into external orchestrators can be as easy as decorating your workflow with one new config value. Implemented a basic prefect orchestrator to demonstrate what this can look like, as well as implementing common prefect deployment patterns via the lolpop cli. (#27)

  3. Support for Custom Integration Frameworks. Lolpop uses a default framework of runners, pipelines, and components for workflows. Users can now define their own framework and lolpop will process their configuration files accordingly to build out their custom integration frameworks. (#28)

  4. Updated several external library dependencies to bring support to python 3.11. (#29)

v0.2.0-alpha1

29 Dec 06:02
27c2aa5
Compare
Choose a tag to compare
v0.2.0-alpha1 Pre-release
Pre-release
Merge pull request #28 from jordanvolz/jav/lol-58

Integration Framework Refactor

v0.1.0

11 Sep 02:26
0b9b8b9
Compare
Choose a tag to compare

Initial Release 🎉

v0.1.0-alpha.12

23 Aug 17:14
3bc8d10
Compare
Choose a tag to compare
Update pyproject.toml

v0.1.0-alpha.11

23 Aug 16:56
babc425
Compare
Choose a tag to compare
Merge pull request #23 from jordanvolz/jav/clean-repo

Jav/clean repo

v0.1.0-alpha.9

02 Jul 22:42
75690d7
Compare
Choose a tag to compare
Merge pull request #21 from jordanvolz/jav-testing-framework-init

Testing Framework

v0.1.0-alpha.8

15 Jun 03:53
83cc934
Compare
Choose a tag to compare
Merge pull request #19 from jordanvolz/jav-61423-bugfix

bug fixes

v0.1.0-alpha.7

14 Jun 14:38
d12803b
Compare
Choose a tag to compare
Update pyproject.toml

v0.1.0-alpha.6

29 May 04:39
b56a2e2
Compare
Choose a tag to compare
Update pyproject.toml

v0.1.0-alpha.5

20 May 04:33
f82b9a5
Compare
Choose a tag to compare
Merge pull request #15 from jordanvolz/jav-quickstart-1

Add quickstart example