Releases: gestaogovbr/api-pgd
Releases · gestaogovbr/api-pgd
3.2.2
What's Changed
- Handle error when attempting to log in with a non-existing user by @augusto-herrmann in #146
Full Changelog: 3.2.1...3.2.2
3.2.1
What's Changed
- Add additional explanation about cod_unidade_autorizacao by @augusto-herrmann in #136
- Disallow users that have been disabled from logging into the application by @augusto-herrmann in #137
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- Make
data_assinatura_tcr
not nullable by @augusto-herrmann in #129 - Add new field and instructions in docs to inform system of origin by @augusto-herrmann in #130
- Corrigir documentação da OpenAPI para mostrar os códigos de status HTTP que de fato podem ser retornados by @augusto-herrmann in #126
- Change data type of origem_unidade in Pydantic to Enum by @augusto-herrmann in #132
- Use lifespan instead of event handler to remove deprecation warning by @augusto-herrmann in #133
Full Changelog: 3.1.0...3.2.0
3.1.0
What's Changed
- Create test case for Participante and PlanoTrabalho in different units and fix foreign key binding them by @augusto-herrmann in #123
- New madatory field
cod_unidade_lotacao_participante
in PlanoTrabalho makes the API incompatible with clients designed for the previous version
Full Changelog: 3.0.9...3.1.0
3.0.9
Full Changelog: 3.0.8...3.0.9
3.0.8
What's Changed
- Fix schema documentation for data avaliação by @augusto-herrmann in #121
Full Changelog: 3.0.7...3.0.8
3.0.7
What's Changed
- Refactor tests for Plano de Trabalho and Participante to use pytest classes by @augusto-herrmann in #118
- Permitir data de avaliação de registros de execução ser igual à data de início do período avaliativo by @augusto-herrmann in #119
Full Changelog: 3.0.6...3.0.7
3.0.6
What's Changed
- Improve fixtures docstrings in conftest by @augusto-herrmann in #113
- Update participante instead of deleting and re-inserting it by @augusto-herrmann in #115
Full Changelog: 3.0.5...3.0.6
3.0.5
What's Changed
- Remove array participante from Pydantic schema for plano_trabalho by @augusto-herrmann in #112 (data must be sent only through the
participante
endpoint itself)
Full Changelog: 3.0.4...3.0.5
3.0.4
What's Changed
- Use Pydantic's native data types and handle timezone-aware datetimes by @augusto-herrmann in #110
Full Changelog: 3.0.3...3.0.4