Skip to content

Releases: stephend017/sd_utils

v0.6.0

17 Jul 06:14
4c4a6da
Compare
Choose a tag to compare
  • Client API v2 (#19)

  • Client API v2

  • Updated version to 0.6.0

v0.5.0

15 Jul 00:24
05f1d37
Compare
Choose a tag to compare
  • Added api rate limit (#18)

  • Added api rate limit

  • Updated version to 0.5.0

v0.4.1

09 Jul 14:05
7b6b7c5
Compare
Choose a tag to compare
  • Update plugin_collector.py (#17)

  • Update plugin_collector.py

  • Updated version to 0.4.1

  • Update plugin_collector.py

v0.4.0

24 Apr 22:54
079e52e
Compare
Choose a tag to compare
  • Descriptors (#16)

  • client api v1

  • Basic Model Field setup

  • service api v1

  • Updated version to 0.4.0

v0.3.1

20 Apr 12:26
d03e0f3
Compare
Choose a tag to compare
  • Update action.py (#15)

  • Update action.py

  • Updated version to 0.3.1

  • Update action.py (#13)

  • Update action.py

  • Update action.py

  • Update fileio.py (#12)

  • Update pencil_pusher.config.json (#11)

  • Update pencil_pusher.config.json

  • Delete release.yml

  • Create release.yml

  • Create python-release.yml

  • Create pencil_pusher.config.json

  • Create python-docs.yml

v0.3.0-beta

23 Mar 13:55
6f4773f
Compare
Choose a tag to compare
  • added simple github interface (getting a file)
  • added github actions interface (validating an action file with its environment)

v0.2.1-beta

16 Mar 15:26
4715db4
Compare
Choose a tag to compare

made on_register hook for plugins optional

this is to prevent users who don't need this hook from implementing it

added iterate_all method for plugin manangers and on_iterate hook for plugins

this is for the use case where you need to iterate over all plugins without running a single on directly. An example could be a file validation system where each plugin is used to validate a different part of the file.

v0.2.0-beta

15 Mar 16:34
dfcc52f
Compare
Choose a tag to compare

improved plugins and provided better documentation

v0.1.0-beta

14 Mar 23:35
34f6f3f
Compare
Choose a tag to compare

First minor release of this library, now includes 2 basic features, logging and plugins.

v0.0.1-alpha

14 Mar 21:39
175eb91
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

This is the first release of this package. it only includes basic logging functionality