- 
    Mon Apr 26 2021 Lukas Holecek <hluk@email.cz> - 1.3.0-1
    
- A simpler permission configuration can be now used. New option
  ``PERMISSIONS`` uses glob expressions instead of a regular expression to
  verify the user is allowed to waive a test case. The configuration can be
  listed with :http:get:`/api/v1.0/permissions`. Additional GET parameter
  ``testcase`` can be used to filter the list by matching test case.
  ``PERMISSION_MAPPING`` is deprecated but still works if the new option is not
  defined.
- Fixes possible disconnecting issue with older stomp.py library
  (https://github.com/jasonrbriggs/stomp.py/issues/323).
   
  
  - 
    Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
   
  
  - 
    Tue Jan 12 2021 Valerij Maljulin <vmaljuli@redhat.com> - 1.2.0-1
    
- ``scenario`` field is now supported for the REST API and the CLI
   
  
  - 
    Wed Nov 18 2020 Valerij Maljulin <vmaljuli@redhat.com> - 1.1.7-1
    
- Support for multiple LDAP queries was added
- Calling ``start`` for the ``stomp.py`` connection was removed as it was deprecated
- ``scenario`` field was added to the database
   
  
  - 
    Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
   
  
  - 
    Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 1.1.6-2
    
- Rebuilt for Python 3.9
   
  
  - 
    Tue Mar 10 2020 Valerij Maljulin <vmaljuli@redhat.com> - 1.1.6-1
    
- Version 1.1.5 was bumped due to error during the release
   
  
  - 
    Mon Mar 09 2020 Valerij Maljulin <vmaljuli@redhat.com> - 1.1.5-1
    
- STOMP connection will always disconnect regardless of errors
- Added ``docker-compose`` support
   
  
  - 
    Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
    
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
   
  
  - 
    Mon Nov 11 2019 Luiz Carvalho <lui@redhat.com> - 1.1.4-1
    
- New ``/config`` API endpoint to expose the application configuration
- Retry sending STOMP message after a delay
- Revert allow overriding krb_principal option for waiverdb-cli