Changelog
=========

1.7.0
-----
 - added properties to REST API client task to set login and password attributes of
   JWT authentication service

1.6.7
-----
 - updated Gitlab-CI for Python 3.10

1.6.6
-----
 - added support for Python 3.10
 - PyAMS_security interfaces refactoring
 - use new ZMI attribute switcher column in task notifications

1.6.5
-----
 - check job next run time when getting list of scheduled jobs
 - added ping message handler to check process communication

1.6.4
-----
 - use constants to define tasks schedule modes
 - use new generic ZMI columns classes in notifications management view

1.6.3
-----
 - translation update

1.6.2
-----
 - updated new request base URL when running a task to be able to generate correct
   absolute URLs

1.6.1
-----
 - added check for correct host configuration before sending notifications

1.6.0
-----
 - added support for *PyAMS_chat* package to send notifications after task execution

1.5.0
-----
 - replaced after-commit hooks with new PyAMS_utils transaction manager
 - added option to display scheduler access menu in site home

1.4.3
-----
 - updated history item view form CSS class

1.4.2
-----
 - version mismatch

1.4.1
-----
 - added return link to site utilities view from scheduler tasks view

1.4.0
-----
 - added scheduler label adapter
 - updated add and edit forms title
 - updated package include scan

1.3.3
-----
 - updated menus order in management interface
 - replace ITableElementName interface with IObjectLabel

1.3.2
-----
 - reset task internal ID after cloning
 - corrected check on request registry when removing task

1.3.1
-----
 - added and updated task add and edit forms AJAX renderer
 - Pylint updates

1.3.0
-----
 - updated tasks notifications management, to be able to add new notifications modes
   easily
 - moved all task related interfaces to pyams_scheduler.interfaces.task module

1.2.1
-----
 - corrected timezone error in task history check
 - added missing "context" argument to permission check
 - small updates in tasks management forms

1.2.0
-----
 - removed support for Python < 3.7
 - updated synchronizer exceptions
 - updated FTP synchronizer handler

1.1.1
-----
 - updated scheduler generations updater order

1.1.0
-----
 - added task copy hook
 - added action to duplicate an existing task

1.0.1
-----
 - updated Gitlab-CI configuration
 - removed Travis-CI configuration

1.0.0
-----
 - initial release
