@ -1,4 +1,9 @@
3.1.164-RC5 / 2025-09-22
========================
* Adiciona smoke test for rate limiter
3.1.164-RC4 / 2025-09-22
@ -33,7 +33,7 @@ services:
networks:
- sapl-net
sapl:
image: interlegis/sapl:3.1.164-RC4
image: interlegis/sapl:3.1.164-RC5
# build:
# context: ../
# dockerfile: ./docker/Dockerfile
@ -43,7 +43,7 @@ ALLOWED_HOSTS = ['*']
LOGIN_REDIRECT_URL = '/'
LOGIN_URL = '/login/?next='
SAPL_VERSION = '3.1.164-RC4'
SAPL_VERSION = '3.1.164-RC5'
if DEBUG:
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
@ -200,7 +200,7 @@
<small>
Desenvolvido pelo <a href="http://www.interlegis.leg.br/">Interlegis</a> em software livre e aberto.
</small>
<span>Release: 3.1.164-RC4</span>
<span>Release: 3.1.164-RC5</span>
</p>
</div>