- Update to version 2.2.0:

- Search has a parameter fields that can be used to return only particular fields for tickets. In some cases I noticed it will improve the speed of the query completion if you only need specific fields (#65 by @kimmoal).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rt?expand=0&rev=19
This commit is contained in:
2021-11-15 20:54:04 +00:00
committed by Git OBS Bridge
parent d95187f2ef
commit d92a40abfe
4 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 15 20:53:35 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 2.2.0:
- Search has a parameter fields that can be used to return only particular fields for tickets. In some cases I noticed it will improve the speed of the query completion if you only need specific fields (#65 by @kimmoal).
-------------------------------------------------------------------
Thu Apr 8 11:38:15 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>