Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

v2.1

Latest
Compare
Choose a tag to compare
@hell03end hell03end released this 26 Jun 08:09
· 1 commit to master since this release
1295e3a

Changes

v2.1.1:

  • update response schema
  • use only debug level in logging
  • rearrange and simplify code:
    • ruz.main -> ruz.api
    • move non-api methods to utils
    • reduce imports in __init__
    • add ENABLE_LOGGING env var
    • simplify logging
    • remove USE_NONE_SAFE_VALUES env var

v2.1.2:

  • env var HSE_RUZ_ENABLE_LOGGING -> HSE_RUZ_ENABLE_VERBOSE_LOGGING
  • add ruz.utils.split_schedule_by_days
  • add date optional param to ruz.utils.get_formated_date to be able to set specific date
  • remove ruz.logging: move @log to ruz.utils