Skip to content

Commit

Permalink
1.0.3.1 - objeto UtilRegrasConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
luizanisio authored Apr 20, 2023
1 parent 586b877 commit f92844b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion componente/source/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pesquisabr",
version= '1.0.3.0',
version= '1.0.3.1',
author="Luiz Anísio",
author_email="",
description="Projeto para pesquisa textual",
Expand Down Expand Up @@ -90,6 +90,8 @@
1.0.2.9 - erro no pesquisar por termos com curingas quando o texto é lista e fica vazio por conta do recortar
- erro ao enviar o texto como uma lista vazia ou um dict vazio
1.0.3.0 - uso da biblioteca regex no lugar da re para uso do timeout
1.0.3.1 - objeto UtilRegrasConfig global com configuração de timeout do regex e registro de regex que geraram timeout
bem como log de regras lentas com base na configuração
'''

''' TODO
Expand Down

0 comments on commit f92844b

Please sign in to comment.