Skip to content

Releases: baobabsoluciones/cornflow

Release 1.0.4

24 Apr 08:14
8397add
Compare
Choose a tag to compare
  • released: 2023-04-21
  • description: added alarms models and endpoints that can be used, change the get of all executions, better error handling and new useful methods
  • changelog:
    • when performing a get of all executions the running executions get their status updated
    • improve error handling
    • add alarms models and endpoints so they can be used on external_apps
    • added new useful methods

Release v1.0.2

17 Mar 15:50
6d2d6b8
Compare
Choose a tag to compare
  • released: 2023-03-17
  • description: fixes error on startup on google cloud because the monkey patch from gevent was not getting applied properly on urllib3 ssl dependency.
  • changelog:
    • applied monkey patch from gevent before app startup.
    • change on service command to not start up the gunicorn process inside the app context.
    • change on health endpoint so by default is unhealthy.
    • adjusted health endpoint unit and integration tests.
    • fixed version of cornflow-client to 1.0.11

Release v1.0.1

17 Mar 15:49
2d436eb
Compare
Choose a tag to compare
  • released: 2023-03-16
  • description: fixed requirements versions in order to better handle the dockerfile construction on dockerhub.
  • changelog:
    • fixed version of cornflow-core to 0.1.9
    • fixed version of cornflow-client to 1.0.10

Release v1.0.0

16 Mar 16:48
0693e9b
Compare
Choose a tag to compare

Initial release of cornflow as an independent library